1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

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 <gperciva@tarsnap.com>
Reviewed by:	mhorne
MFC after:	3 days
Sponsored by:	Tarsnap Backup Inc.
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1435
This commit is contained in:
Graham Percival 2024-09-24 11:28:20 -07:00 committed by Mitchell Horne
parent 2d69f02c57
commit 4f2ef756a4
9 changed files with 0 additions and 11 deletions

View File

@ -175,7 +175,6 @@ Functions
and
.Fn caph_cache_catpages
can not fail.
.Ed
.Sh SEE ALSO
.Xr cap_enter 2 ,
.Xr cap_rights_limit 2 ,

View File

@ -133,7 +133,6 @@ To get details about the failure,
should be called with the
.Fl v
option.
.Ed
.Sh SEE ALSO
.Xr geom 4 ,
.Xr ggatec 8 ,

View File

@ -170,7 +170,6 @@ A hint to define whether the SCSI target mode is enabled, defaults to disabled
A hint to define whether memory mapped io is enabled or disabled for this
adapter, defaults to enabled (0 -- disabled, 1 -- enabled).
.El
.Ed
.Sh HARDWARE
The
.Nm

View File

@ -108,7 +108,6 @@ and the host adapter's
.Tn SCSI
ID.
.El
.Ed
.Sh CONFIGURATION OPTIONS
To statically configure one or more controllers to assume the target role:
.Pp
@ -130,7 +129,6 @@ They are:
.It Va hint.ahd. Ns Ar N Ns Va .tmode_enable
A hint to define whether the SCSI target mode is enabled (0 -- disabled, 1 -- enabled).
.El
.Ed
.Sh HARDWARE
The
.Nm

View File

@ -299,7 +299,6 @@ If the
modifier has been specified, contents of structs nested up to
.Ar depth
levels deep will also be included in the output.
.Ed
.Pp
.It Ic pprint struct Ns Oo Li / Ns Cm d depth Ic Oc Oo Ar name Oc Ns Op Ns Ar addr
Print memory at
@ -313,7 +312,6 @@ If the
modifier has been specified, contents of structs nested up to
.Ar depth
levels deep will also be included in the output.
.Ed
.Pp
.It Xo
.Ic write Ns Op Li / Ns Cm bhl

View File

@ -39,7 +39,6 @@ PVH mode only.
.Pp
Xen support is built by default in the i386 and amd64 GENERIC kernels; note
however that host mode is only available on amd64.
.Ed
.Sh DESCRIPTION
The Xen Hypervisor allows multiple virtual machines to be run on a single
computer system.

View File

@ -2124,7 +2124,6 @@ pass in proto tcp to port 22 set prio (2, 5)
Only match packets which were received on the specified
.Ar interface
(or interface group).
.Ed
.It Ar tag Aq Ar string
Packets matching this rule will be tagged with the
specified string.

View File

@ -43,7 +43,6 @@ Identify your Wi-Fi hardware:
.Ed
.Pp
Configure your Wi-Fi hardware as wlan0 interface:
.Ed
.Bd -literal -offset 2n
.Ic # sysrc wlans_iwn0="wlan0"
.Ed

View File

@ -183,7 +183,6 @@ has an empty slot in its
.Va dom_protosw .
Dynamically added protocol can later be unloaded with
.Fn protosw_unregister .
.Ed
.Sh RETURN VALUES
The
.Fn domain_add