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 ascii output is not affected by this commit.  There are some minor
changes to the html.

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 d5e9faf commit 6104d6a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sbin/nvmecontrol/nvmecontrol.8
Original file line number Diff line number Diff line change
Expand Up @@ -998,13 +998,13 @@ If the
.Dq nvmecontrol identify -n 1 nvme2
command ended with
.Pp
.Bl -verbatim
.Bd -literal
LBA Format #00: Data Size: 512 Metadata Size: 0 Performance: Good
LBA Format #01: Data Size: 512 Metadata Size: 8 Performance: Good
LBA Format #02: Data Size: 4096 Metadata Size: 0 Performance: Good
LBA Format #03: Data Size: 4096 Metadata Size: 8 Performance: Good
LBA Format #04: Data Size: 4096 Metadata Size: 64 Performance: Good
.El
.Ed
.Pp
then this would give a 4k data format for at least namespace 1, with no
metadata.
Expand Down
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/libsa/libsa.3
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ string after the device specification is written.
.It Xo
.Ft int
.Fn devinit void
.Xc
Calls all the
.Fa dv_init
routines in the
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 6104d6a

Please sign in to comment.