Skip to content

Commit 4f2ef75

Browse files
gpercivamhorne
authored andcommitted
manuals: Fix "skipping end of block" .Ed errors
These were reported by `mandoc -T lint ...` as errors; this commit only handles unnecessary .Ed commands. The rendered output (in ascii and html) is not affected by this commit. Signed-off-by: Graham Percival <[email protected]> Reviewed by: mhorne MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: #1435
1 parent 2d69f02 commit 4f2ef75

File tree

9 files changed

+0
-11
lines changed

9 files changed

+0
-11
lines changed

lib/libcapsicum/capsicum_helpers.3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ Functions
175175
and
176176
.Fn caph_cache_catpages
177177
can not fail.
178-
.Ed
179178
.Sh SEE ALSO
180179
.Xr cap_enter 2 ,
181180
.Xr cap_rights_limit 2 ,

sbin/ggate/ggatel/ggatel.8

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ To get details about the failure,
133133
should be called with the
134134
.Fl v
135135
option.
136-
.Ed
137136
.Sh SEE ALSO
138137
.Xr geom 4 ,
139138
.Xr ggatec 8 ,

share/man/man4/ahc.4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ A hint to define whether the SCSI target mode is enabled, defaults to disabled
170170
A hint to define whether memory mapped io is enabled or disabled for this
171171
adapter, defaults to enabled (0 -- disabled, 1 -- enabled).
172172
.El
173-
.Ed
174173
.Sh HARDWARE
175174
The
176175
.Nm

share/man/man4/ahd.4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ and the host adapter's
108108
.Tn SCSI
109109
ID.
110110
.El
111-
.Ed
112111
.Sh CONFIGURATION OPTIONS
113112
To statically configure one or more controllers to assume the target role:
114113
.Pp
@@ -130,7 +129,6 @@ They are:
130129
.It Va hint.ahd. Ns Ar N Ns Va .tmode_enable
131130
A hint to define whether the SCSI target mode is enabled (0 -- disabled, 1 -- enabled).
132131
.El
133-
.Ed
134132
.Sh HARDWARE
135133
The
136134
.Nm

share/man/man4/ddb.4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ If the
299299
modifier has been specified, contents of structs nested up to
300300
.Ar depth
301301
levels deep will also be included in the output.
302-
.Ed
303302
.Pp
304303
.It Ic pprint struct Ns Oo Li / Ns Cm d depth Ic Oc Oo Ar name Oc Ns Op Ns Ar addr
305304
Print memory at
@@ -313,7 +312,6 @@ If the
313312
modifier has been specified, contents of structs nested up to
314313
.Ar depth
315314
levels deep will also be included in the output.
316-
.Ed
317315
.Pp
318316
.It Xo
319317
.Ic write Ns Op Li / Ns Cm bhl

share/man/man4/xen.4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ PVH mode only.
3939
.Pp
4040
Xen support is built by default in the i386 and amd64 GENERIC kernels; note
4141
however that host mode is only available on amd64.
42-
.Ed
4342
.Sh DESCRIPTION
4443
The Xen Hypervisor allows multiple virtual machines to be run on a single
4544
computer system.

share/man/man5/pf.conf.5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2124,7 +2124,6 @@ pass in proto tcp to port 22 set prio (2, 5)
21242124
Only match packets which were received on the specified
21252125
.Ar interface
21262126
(or interface group).
2127-
.Ed
21282127
.It Ar tag Aq Ar string
21292128
Packets matching this rule will be tagged with the
21302129
specified string.

share/man/man7/networking.7

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ Identify your Wi-Fi hardware:
4343
.Ed
4444
.Pp
4545
Configure your Wi-Fi hardware as wlan0 interface:
46-
.Ed
4746
.Bd -literal -offset 2n
4847
.Ic # sysrc wlans_iwn0="wlan0"
4948
.Ed

share/man/man9/domain.9

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ has an empty slot in its
183183
.Va dom_protosw .
184184
Dynamically added protocol can later be unloaded with
185185
.Fn protosw_unregister .
186-
.Ed
187186
.Sh RETURN VALUES
188187
The
189188
.Fn domain_add

0 commit comments

Comments
 (0)