Skip to content

Commit

Permalink
manuals: Misc syntax fixes
Browse files Browse the repository at this point in the history
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 <[email protected]>
Sponsored by:	Tarsnap Backup Inc.
Pull Request:	#1459
  • Loading branch information
gperciva committed Oct 10, 2024
1 parent 41b746e commit a8685be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions share/man/man4/pfsync.4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions share/man/man9/cdefs.9
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions stand/lua/menu.lua.8
Original file line number Diff line number Diff line change
Expand Up @@ -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 ,
Expand Down
4 changes: 2 additions & 2 deletions usr.sbin/bhyve/bhyve_config.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a8685be

Please sign in to comment.