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

(cherry picked from commit 229381deb270e8e240d20b572c63234a61cbd977)
This commit is contained in:
Graham Percival 2024-10-11 10:18:56 -07:00 committed by Mitchell Horne
parent ddf4df54a7
commit 666d4c2bbd
4 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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 ,

View file

@ -261,7 +261,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
@ -316,7 +316,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.