mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:41:04 +01:00
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
This commit is contained in:
parent
6e1fc01180
commit
229381deb2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ,
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user