mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
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:
parent
abfd031b48
commit
759ddb4d24
5 changed files with 9 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue