Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manuals: Misc syntax fixes #1472

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no .DE in man(7).

Given the context, I think this should be .RE to close the .RS on line 257.

.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)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

man interprets \E, \F, and \L as special commands. I have a fix waiting for another PR; I don't think it belongs in this one since the commit says that they were reported by mandoc.

If you'd rather that I include the fixes now, I could make the message "Most of these were reported by mandoc...".

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
Loading