git: c0bd4ec70b19 - stable/14 - manuals: Fix "missing end of block" errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Nov 2024 16:16:43 UTC
The branch stable/14 has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=c0bd4ec70b196b919c09b04af71230596af23fcd
commit c0bd4ec70b196b919c09b04af71230596af23fcd
Author: Graham Percival <gperciva@tarsnap.com>
AuthorDate: 2024-10-03 18:43:13 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-11-04 16:07:50 +0000
manuals: Fix "missing end of block" errors
These were reported by `mandoc -T lint ...` as errors.
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/1448
(cherry picked from commit d21e322d563e0fd1f92c22205c2ced4bcd22dc23)
---
lib/libc/gen/makecontext.3 | 1 +
lib/libc/posix1e/acl_cmp_np.3 | 1 +
lib/libc/posix1e/acl_extended_file_np.3 | 1 +
lib/libpathconv/abs2rel.3 | 1 +
lib/libpathconv/rel2abs.3 | 1 +
sbin/init/init.8 | 1 +
share/man/man4/splash.4 | 1 +
7 files changed, 7 insertions(+)
diff --git a/lib/libc/gen/makecontext.3 b/lib/libc/gen/makecontext.3
index bcf836979962..198c541d40a6 100644
--- a/lib/libc/gen/makecontext.3
+++ b/lib/libc/gen/makecontext.3
@@ -152,6 +152,7 @@ via
.Fn makecontext ;
portable applications should not rely on the implementation detail that
it may be possible to pass pointer arguments to functions.
+.Ef
.Sh HISTORY
The
.Fn makecontext
diff --git a/lib/libc/posix1e/acl_cmp_np.3 b/lib/libc/posix1e/acl_cmp_np.3
index a8dca4959d2e..5e47df833d0d 100644
--- a/lib/libc/posix1e/acl_cmp_np.3
+++ b/lib/libc/posix1e/acl_cmp_np.3
@@ -63,6 +63,7 @@ to the corresponding value:
.Bl -tag -width Er
.It Bq Er EINVAL
Either first or second argument does not point to a valid ACL.
+.El
.Sh SEE ALSO
.Xr acl 3 ,
.Xr posix1e 3
diff --git a/lib/libc/posix1e/acl_extended_file_np.3 b/lib/libc/posix1e/acl_extended_file_np.3
index 26572be9d2b3..4673e9c3e417 100644
--- a/lib/libc/posix1e/acl_extended_file_np.3
+++ b/lib/libc/posix1e/acl_extended_file_np.3
@@ -75,6 +75,7 @@ to the corresponding value:
.Bl -tag -width Er
.It Bq Er EACCES
Search permission is denied for a component of the path prefix.
+.El
.Sh SEE ALSO
.Xr extattr_get_file 2 ,
.Xr posix1e 3
diff --git a/lib/libpathconv/abs2rel.3 b/lib/libpathconv/abs2rel.3
index 634f294800e4..9240ef1662e2 100644
--- a/lib/libpathconv/abs2rel.3
+++ b/lib/libpathconv/abs2rel.3
@@ -93,6 +93,7 @@ The
.Fa size
argument is greater than zero but smaller than the length of the pathname plus 1.
+.El
.Sh SEE ALSO
.Xr rel2abs 3
.Sh AUTHORS
diff --git a/lib/libpathconv/rel2abs.3 b/lib/libpathconv/rel2abs.3
index f889f427450d..1f607fd739e1 100644
--- a/lib/libpathconv/rel2abs.3
+++ b/lib/libpathconv/rel2abs.3
@@ -90,6 +90,7 @@ argument is zero.
The
.Fa size
argument is greater than zero but smaller than the length of the pathname plus 1
+.El
.Sh SEE ALSO
.Xr abs2rel 3
.Sh AUTHORS
diff --git a/sbin/init/init.8 b/sbin/init/init.8
index 88d663a1afe8..b20860d59e35 100644
--- a/sbin/init/init.8
+++ b/sbin/init/init.8
@@ -398,6 +398,7 @@ back to the default, so that the
.Pa /etc/rc
script is executed with the standard shell
.Pa /bin/sh .
+.El
.Sh FILES
.Bl -tag -width /var/log/init.log -compact
.It Pa /dev/console
diff --git a/share/man/man4/splash.4 b/share/man/man4/splash.4
index af2ae2e4369a..d7123bf6efd9 100644
--- a/share/man/man4/splash.4
+++ b/share/man/man4/splash.4
@@ -253,6 +253,7 @@ and include the following lines:
.Bd -literal -offset indent
splash="/boot/images/freebsd-logo-rev.png"
boot_mute="YES"
+.Ed
.\".Sh DIAGNOSTICS
.Sh SEE ALSO
.Xr vidcontrol 1 ,