manuals: Misc syntax fixes
These were reported by `mandoc -T lint ...` as errors. Signed-off-by: Graham Percival <gperciva@tarsnap.com> Reviewed by: mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com> Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1472
This commit is contained in:
committed by
Mitchell Horne
parent
abfd031b48
commit
759ddb4d24
+1
-1
@@ -295,7 +295,7 @@ proto-unr
|
|||||||
(protocol unreachable)
|
(protocol unreachable)
|
||||||
the IP protocol specified in the packet is not available to receive
|
the IP protocol specified in the packet is not available to receive
|
||||||
packets.
|
packets.
|
||||||
.DE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
An example that shows how to send back a port unreachable packet for
|
An example that shows how to send back a port unreachable packet for
|
||||||
UDP packets to 192.168.1.0/24 is as follows:
|
UDP packets to 192.168.1.0/24 is as follows:
|
||||||
|
|||||||
+2
-1
@@ -158,7 +158,8 @@ Zero global statistics held in the kernel for filtering only (this doesn't
|
|||||||
affect fragment or state statistics).
|
affect fragment or state statistics).
|
||||||
.DT
|
.DT
|
||||||
.SH ENVIRONMENT
|
.SH ENVIRONMENT
|
||||||
.NM utilizes the following environment variable.
|
.B ipf
|
||||||
|
utilizes the following environment variable.
|
||||||
.TP
|
.TP
|
||||||
.B IPF_PREDEFINED
|
.B IPF_PREDEFINED
|
||||||
ipfilter variables, see VARIABLES in ipf(5), can be specified in this
|
ipfilter variables, see VARIABLES in ipf(5), can be specified in this
|
||||||
|
|||||||
@@ -998,13 +998,13 @@ If the
|
|||||||
.Dq nvmecontrol identify -n 1 nvme2
|
.Dq nvmecontrol identify -n 1 nvme2
|
||||||
command ended with
|
command ended with
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -verbatim
|
.Bd -literal
|
||||||
LBA Format #00: Data Size: 512 Metadata Size: 0 Performance: Good
|
LBA Format #00: Data Size: 512 Metadata Size: 0 Performance: Good
|
||||||
LBA Format #01: Data Size: 512 Metadata Size: 8 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 #02: Data Size: 4096 Metadata Size: 0 Performance: Good
|
||||||
LBA Format #03: Data Size: 4096 Metadata Size: 8 Performance: Good
|
LBA Format #03: Data Size: 4096 Metadata Size: 8 Performance: Good
|
||||||
LBA Format #04: Data Size: 4096 Metadata Size: 64 Performance: Good
|
LBA Format #04: Data Size: 4096 Metadata Size: 64 Performance: Good
|
||||||
.El
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
then this would give a 4k data format for at least namespace 1, with no
|
then this would give a 4k data format for at least namespace 1, with no
|
||||||
metadata.
|
metadata.
|
||||||
|
|||||||
@@ -597,6 +597,8 @@ string after the device specification is written.
|
|||||||
.It Xo
|
.It Xo
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fn devinit void
|
.Fn devinit void
|
||||||
|
.Xc
|
||||||
|
.Pp
|
||||||
Calls all the
|
Calls all the
|
||||||
.Fa dv_init
|
.Fa dv_init
|
||||||
routines in the
|
routines in the
|
||||||
|
|||||||
@@ -393,10 +393,10 @@ Boot to FW : false
|
|||||||
BootCurrent: 0001
|
BootCurrent: 0001
|
||||||
Timeout : 2 seconds
|
Timeout : 2 seconds
|
||||||
BootOrder : 0000, 0001, 0003, 0004, 0005, 0006, 0001, 0008, 000A, 000B, 000C, 000E, 0007
|
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)
|
+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
|
nda0p1:/EFI/FREEBSD/LOADER.EFI /boot/efi//EFI/FREEBSD/LOADER.EFI
|
||||||
...
|
\&...
|
||||||
.Ed
|
.Ed
|
||||||
Often there are several options, depending on the BIOS.
|
Often there are several options, depending on the BIOS.
|
||||||
The entry that we booted with is marked with a
|
The entry that we booted with is marked with a
|
||||||
|
|||||||
Reference in New Issue
Block a user