Date: Mon, 28 Oct 2024 15:26:24 GMT From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 759ddb4d246f - main - manuals: Misc syntax fixes Message-ID: <202410281526.49SFQOG0073014@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=759ddb4d246f5db5963369a82f1ab165d0dfccce commit 759ddb4d246f5db5963369a82f1ab165d0dfccce Author: Graham Percival <gperciva@tarsnap.com> AuthorDate: 2024-10-16 22:46:40 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2024-10-28 15:26:03 +0000 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 --- sbin/ipf/ipf/ipf.5 | 2 +- sbin/ipf/ipf/ipf.8 | 3 ++- sbin/nvmecontrol/nvmecontrol.8 | 4 ++-- stand/libsa/libsa.3 | 2 ++ stand/man/loader.efi.8 | 4 ++-- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sbin/ipf/ipf/ipf.5 b/sbin/ipf/ipf/ipf.5 index 9cde8be0b1d5..423e0de1b34e 100644 --- a/sbin/ipf/ipf/ipf.5 +++ b/sbin/ipf/ipf/ipf.5 @@ -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: diff --git a/sbin/ipf/ipf/ipf.8 b/sbin/ipf/ipf/ipf.8 index 1c45b017e117..38cac51435d1 100644 --- a/sbin/ipf/ipf/ipf.8 +++ b/sbin/ipf/ipf/ipf.8 @@ -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 diff --git a/sbin/nvmecontrol/nvmecontrol.8 b/sbin/nvmecontrol/nvmecontrol.8 index cb3e8aa9080f..76c79778021d 100644 --- a/sbin/nvmecontrol/nvmecontrol.8 +++ b/sbin/nvmecontrol/nvmecontrol.8 @@ -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. diff --git a/stand/libsa/libsa.3 b/stand/libsa/libsa.3 index 7643423b342a..3e3f70610516 100644 --- a/stand/libsa/libsa.3 +++ b/stand/libsa/libsa.3 @@ -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 diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8 index 9feafd820f9c..736b07d2922d 100644 --- a/stand/man/loader.efi.8 +++ b/stand/man/loader.efi.8 @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410281526.49SFQOG0073014>