git: c801836ff43d - main - manuals: Fix "skipping end of block" .El errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Oct 2024 18:41:40 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=c801836ff43deea3c86935abcad1069bfcd3989c
commit c801836ff43deea3c86935abcad1069bfcd3989c
Author: Graham Percival <gperciva@tarsnap.com>
AuthorDate: 2024-10-03 18:19:04 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-10-07 18:37:47 +0000
manuals: Fix "skipping end of block" .El errors
These were reported by `mandoc -T lint ...` as errors; this commit only
handles unnecessary .El 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/1447
---
cddl/usr.sbin/zfsd/zfsd.8 | 1 -
share/man/man4/ahc.4 | 1 -
share/man/man4/ahd.4 | 1 -
share/man/man4/gve.4 | 2 --
share/man/man4/mem.4 | 1 -
share/man/man5/rc.conf.5 | 1 -
usr.sbin/bhyve/bhyve.8 | 1 -
usr.sbin/pnfsdskill/pnfsdskill.8 | 1 -
8 files changed, 9 deletions(-)
diff --git a/cddl/usr.sbin/zfsd/zfsd.8 b/cddl/usr.sbin/zfsd/zfsd.8
index d6b0e1d4bd22..d668e0e8ee9e 100644
--- a/cddl/usr.sbin/zfsd/zfsd.8
+++ b/cddl/usr.sbin/zfsd/zfsd.8
@@ -154,7 +154,6 @@ will log interesting events and its actions to syslog with facility
.Em daemon
and identity
.Op zfsd .
-.El
.Sh FILES
.Bl -tag -width a -compact
.It Pa /var/db/zfsd/cases
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4
index 8bc689cb8395..38712c1f08b6 100644
--- a/share/man/man4/ahc.4
+++ b/share/man/man4/ahc.4
@@ -155,7 +155,6 @@ units 0, 2, and 5. A value of 0x8a enables it for units 1, 3, and 7.
.Pp
Note that controllers can be dynamically configured through a device hint
documented below.
-.El
.Ed
.Sh BOOT OPTIONS
The following options are switchable by setting values in
diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4
index d7404662a06b..12340d05ccf7 100644
--- a/share/man/man4/ahd.4
+++ b/share/man/man4/ahd.4
@@ -107,7 +107,6 @@ disconnection,
and the host adapter's
.Tn SCSI
ID.
-.El
.Sh CONFIGURATION OPTIONS
To statically configure one or more controllers to assume the target role:
.Pp
diff --git a/share/man/man4/gve.4 b/share/man/man4/gve.4
index 95c125507bd5..a674d6b64803 100644
--- a/share/man/man4/gve.4
+++ b/share/man/man4/gve.4
@@ -127,7 +127,6 @@ Tx queue-specific allocation failures:
.It "Failed to alloc desc ring for tx ring %d"
.It "Failed to vmap fifo, qpl_id = %d"
.El
-.El
.Pp
The following messages are recorded when the interface detach fails:
.Bl -diag
@@ -200,7 +199,6 @@ does not support the transmission of VLAN-tagged packets.
All VLAN-tagged traffic is dropped.
.Sh SUPPORT
Please email gvnic-drivers@google.com with the specifics of the issue encountered.
-.El
.Sh SEE ALSO
.Xr ifconfig 8 ,
.Xr netstat 8
diff --git a/share/man/man4/mem.4 b/share/man/man4/mem.4
index 68969d281532..595cb8a60e5f 100644
--- a/share/man/man4/mem.4
+++ b/share/man/man4/mem.4
@@ -198,7 +198,6 @@ should be set to
to update an existing or establish a new range, or to
.Dv MEMRANGE_SET_REMOVE
to remove a range.
-.El
.Ss Live Kernel Dumps
.Pp
The
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 9626e3ef79fd..7d50bd1398e2 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -5039,7 +5039,6 @@ but can be enabled via setting
.Va sshd_svcj
to
.Dq Li YES .
-.El
.Sh FILES
.Bl -tag -width "/etc/defaults/rc.conf" -compact
.It Pa /etc/defaults/rc.conf
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 6c725537f97a..5d7462a73c5e 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -640,7 +640,6 @@ Emulate a TPM device. The argument
.Ar path
needs to point to a valid TPM device path, i.e.
.Pa /dev/tpm0 .
-.El
.Pp
Supported options for
.Ar type :
diff --git a/usr.sbin/pnfsdskill/pnfsdskill.8 b/usr.sbin/pnfsdskill/pnfsdskill.8
index a08492fdb966..97919bd65a83 100644
--- a/usr.sbin/pnfsdskill/pnfsdskill.8
+++ b/usr.sbin/pnfsdskill/pnfsdskill.8
@@ -62,7 +62,6 @@ by the MDS or reported to the MDS by a client.
.Pp
The pNFS service should continue to run normally so long as the number of
operational DSs is at least as many as the level of mirroring.
-.El
.Sh SEE ALSO
.Xr nfsv4 4 ,
.Xr pnfs 4 ,