git: 229381deb270 - main - manuals: Misc syntax fixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 15 Oct 2024 20:21:28 UTC
The branch main has been updated by mhorne:
URL: https://cgit.FreeBSD.org/src/commit/?id=229381deb270e8e240d20b572c63234a61cbd977
commit 229381deb270e8e240d20b572c63234a61cbd977
Author: Graham Percival <gperciva@tarsnap.com>
AuthorDate: 2024-10-11 17:18:56 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-10-15 20:20:47 +0000
manuals: Misc syntax fixes
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/1459
---
share/man/man4/hidraw.4 | 2 +-
share/man/man4/pfsync.4 | 2 --
share/man/man9/cdefs.9 | 1 +
stand/lua/menu.lua.8 | 1 +
usr.sbin/bhyve/bhyve_config.5 | 4 ++--
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/share/man/man4/hidraw.4 b/share/man/man4/hidraw.4
index 4631e253c1ef..f8eb9a21e9d7 100644
--- a/share/man/man4/hidraw.4
+++ b/share/man/man4/hidraw.4
@@ -198,7 +198,7 @@ specified by
.Va buf .
.It Dv HIDIOCGRAWPHYS(len) Pq Vt "char[] buf"
Get the newbus path to the device.
-.\For Bluetooth devices, it returns the hardware (MAC) address of the device.
+.\"For Bluetooth devices, it returns the hardware (MAC) address of the device.
Copies a maximum of
.Va len
bytes of the newbus device path
diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4
index 96f498c7a7cb..472a1c05ec5a 100644
--- a/share/man/man4/pfsync.4
+++ b/share/man/man4/pfsync.4
@@ -147,7 +147,6 @@ E.g.:
# ifconfig pfsync0 version 1301
.Ed
.Pp
-.Bd
Currently the following versions are supported:
.Bl -tag -width indent
.It Cm 1301
@@ -156,7 +155,6 @@ Compatibility with FreeBSD 13.1 has been verified.
.It Cm 1400
FreeBSD release 14.0.
.El
-.Ed
.Pp
.Nm
has the following
diff --git a/share/man/man9/cdefs.9 b/share/man/man9/cdefs.9
index d949c67b8f9a..8c127694ab6e 100644
--- a/share/man/man9/cdefs.9
+++ b/share/man/man9/cdefs.9
@@ -47,6 +47,7 @@ Due to testing constraints, tcc and pcc may not always work.
.Pp
Please note: Not every single minor versions of these compilers
will work or are supported.
+.El
.Sh Macros and Magic for Programming Environment
.Nm
defines (or refrains from defining) a number of macros to increase portability
diff --git a/stand/lua/menu.lua.8 b/stand/lua/menu.lua.8
index 6faffbe64d2e..e2a0ff09ffd9 100644
--- a/stand/lua/menu.lua.8
+++ b/stand/lua/menu.lua.8
@@ -281,6 +281,7 @@ stock_options[#stock_options + 1] = {
end,
alias= {"l", "L"}
}
+.Ed
.Sh SEE ALSO
.Xr loader.conf 5 ,
.Xr core.lua 8 ,
diff --git a/usr.sbin/bhyve/bhyve_config.5 b/usr.sbin/bhyve/bhyve_config.5
index 7b99737c3baa..51c0751f0f10 100644
--- a/usr.sbin/bhyve/bhyve_config.5
+++ b/usr.sbin/bhyve/bhyve_config.5
@@ -275,7 +275,7 @@ All PCI device nodes must contain a configuration variable named
.Dq device
which specifies the device model to use.
The following PCI device models are supported:
-.Bl -tag -indent
+.Bl -tag -width indent
.It Li hostbridge
Provide a simple PCI-Host bridge device.
This is usually configured at pci0:0:0 and is required by most guest
@@ -330,7 +330,7 @@ All USB device nodes must contain a configuration variable named
.Dq device
which specifies the device model to use.
The following USB device models are supported:
-.Bl -tag -indent
+.Bl -tag -width indent
.It Li tablet
A USB tablet device which provides precise cursor synchronization
when using VNC.