git: 4f2ef756a404 - main - manuals: Fix "skipping end of block" .Ed errors

From: Mitchell Horne <mhorne_at_FreeBSD.org>
Date: Thu, 03 Oct 2024 17:50:12 UTC
The branch main has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=4f2ef756a404df70272b79c16fa7b1689cb0118b

commit 4f2ef756a404df70272b79c16fa7b1689cb0118b
Author:     Graham Percival <gperciva@tarsnap.com>
AuthorDate: 2024-09-24 18:28:20 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-10-03 17:49:23 +0000

    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
---
 lib/libcapsicum/capsicum_helpers.3 | 1 -
 sbin/ggate/ggatel/ggatel.8         | 1 -
 share/man/man4/ahc.4               | 1 -
 share/man/man4/ahd.4               | 2 --
 share/man/man4/ddb.4               | 2 --
 share/man/man4/xen.4               | 1 -
 share/man/man5/pf.conf.5           | 1 -
 share/man/man7/networking.7        | 1 -
 share/man/man9/domain.9            | 1 -
 9 files changed, 11 deletions(-)

diff --git a/lib/libcapsicum/capsicum_helpers.3 b/lib/libcapsicum/capsicum_helpers.3
index 38dd329ef2f3..fdb4f6f87977 100644
--- a/lib/libcapsicum/capsicum_helpers.3
+++ b/lib/libcapsicum/capsicum_helpers.3
@@ -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 ,
diff --git a/sbin/ggate/ggatel/ggatel.8 b/sbin/ggate/ggatel/ggatel.8
index 0dd4f30041c5..512e4ab9d187 100644
--- a/sbin/ggate/ggatel/ggatel.8
+++ b/sbin/ggate/ggatel/ggatel.8
@@ -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 ,
diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4
index 582b34fe2071..8bc689cb8395 100644
--- a/share/man/man4/ahc.4
+++ b/share/man/man4/ahc.4
@@ -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
diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4
index e7f9b73f085a..d7404662a06b 100644
--- a/share/man/man4/ahd.4
+++ b/share/man/man4/ahd.4
@@ -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
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index f3443cbac127..b3fc3231f6b4 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -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
diff --git a/share/man/man4/xen.4 b/share/man/man4/xen.4
index 15312866dae6..284b09bc87b7 100644
--- a/share/man/man4/xen.4
+++ b/share/man/man4/xen.4
@@ -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.
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 28cd2407b41a..9531f18e8858 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -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.
diff --git a/share/man/man7/networking.7 b/share/man/man7/networking.7
index 03e80793e98d..acd61f2864a7 100644
--- a/share/man/man7/networking.7
+++ b/share/man/man7/networking.7
@@ -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
diff --git a/share/man/man9/domain.9 b/share/man/man9/domain.9
index eaa279cef996..dab8cff89e12 100644
--- a/share/man/man9/domain.9
+++ b/share/man/man9/domain.9
@@ -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