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.

Signed-off-by:	Graham Percival <[email protected]>
Reviewed by:	Alexander Ziaee <[email protected]>
Sponsored by:	Tarsnap Backup Inc.
Pull Request:	#1472
  • Loading branch information
gperciva committed Oct 16, 2024
1 parent 2926c25 commit 641621f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sbin/ipf/ipf/ipf.5
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ proto-unr
(protocol unreachable)
the IP protocol specified in the packet is not available to receive
packets.
.DE
.RE
.PP
An example that shows how to send back a port unreachable packet for
UDP packets to 192.168.1.0/24 is as follows:
Expand Down
3 changes: 2 additions & 1 deletion sbin/ipf/ipf/ipf.8
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ Zero global statistics held in the kernel for filtering only (this doesn't
affect fragment or state statistics).
.DT
.SH ENVIRONMENT
.NM utilizes the following environment variable.
.B ipf
utilizes the following environment variable.
.TP
.B IPF_PREDEFINED
ipfilter variables, see VARIABLES in ipf(5), can be specified in this
Expand Down
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: 2 additions & 0 deletions stand/libsa/libsa.3
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@ string after the device specification is written.
.It Xo
.Ft int
.Fn devinit void
.Xc
.Pp
Calls all the
.Fa dv_init
routines in the
Expand Down
4 changes: 2 additions & 2 deletions stand/man/loader.efi.8
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,10 @@ Boot to FW : false
BootCurrent: 0001
Timeout : 2 seconds
BootOrder : 0000, 0001, 0003, 0004, 0005, 0006, 0001, 0008, 000A, 000B, 000C, 000E, 0007
...
\&...
+Boot0001* FreeBSD ZPOOL HD(1,GPT,b5d0f86b-265d-1e1b-18aa-0ed55e1e73bd,0x28,0x96000)/File(\EFI\FREEBSD\LOADER.EFI)
nda0p1:/EFI/FREEBSD/LOADER.EFI /boot/efi//EFI/FREEBSD/LOADER.EFI
...
\&...
.Ed
Often there are several options, depending on the BIOS.
The entry that we booted with is marked with a
Expand Down

0 comments on commit 641621f

Please sign in to comment.