git: 8b92fa1ceb95 - main - manuals: Misc syntax fixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Oct 2024 19:17:41 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=8b92fa1ceb95bbe80b473fc35d4276146201e802 commit 8b92fa1ceb95bbe80b473fc35d4276146201e802 Author: Graham Percival <gperciva@tarsnap.com> AuthorDate: 2024-10-07 21:17:31 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2024-10-08 19:13:39 +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 MFC after: 3 days Sponsored by: Tarsnap Backup Inc. Pull Request: https://github.com/freebsd/freebsd-src/pull/1453 --- lib/librss/librss.3 | 4 ++-- share/man/man4/bpf.4 | 2 +- share/man/man7/orders.7 | 4 ++-- share/man/man8/rc.subr.8 | 2 +- share/man/man9/cdefs.9 | 2 +- share/man/man9/zone.9 | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/librss/librss.3 b/lib/librss/librss.3 index 655e5ca17984..3964aa36891b 100644 --- a/lib/librss/librss.3 +++ b/lib/librss/librss.3 @@ -109,8 +109,8 @@ socket. The .Fn rss_sock_set_recvrss function enables or disables receiving RSS related information -as socket options in. -.2 recvmsg +as socket options in +.Xr recvmsg 2 calls. .Pp When enabled, UDP datagrams will have a message with the diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index 4a40f4947dfd..8082f6eac39a 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -665,7 +665,7 @@ Set the VLAN PCP bits to the supplied value. now supports several standard .Xr ioctl 2 Ns 's which allow the user to do async and/or non-blocking I/O to an open -.I bpf +.Em bpf file descriptor. .Bl -tag -width SIOCGIFADDR .It Dv FIONREAD diff --git a/share/man/man7/orders.7 b/share/man/man7/orders.7 index aef44adde125..c1c2c1200e42 100644 --- a/share/man/man7/orders.7 +++ b/share/man/man7/orders.7 @@ -47,8 +47,8 @@ The following table lists common multiples of bytes. .It Zettabyte Ta ZB Ta 2^70 Ta 10^21 .It Yottabyte Ta YB Ta 2^80 Ta 10^24 .It Ronnabyte Ta RB Ta 2^90 Ta 10^27 -.It Quettabyte Ta QB Ta 2^100 Ta 10^30. -El +.It Quettabyte Ta QB Ta 2^100 Ta 10^30 +.El .Pp The following table lists common bit rates as a power of ten. .Bl -column -offset 2n \ diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8 index b37d25e78840..7dda3e8dae3f 100644 --- a/share/man/man8/rc.subr.8 +++ b/share/man/man8/rc.subr.8 @@ -73,7 +73,7 @@ .It .Ic rc_log Ar message .It -.It rc_trace Ar level Ar message +.Ic rc_trace Ar level Ar message .It .Ic rc_usage Ar command ... .It diff --git a/share/man/man9/cdefs.9 b/share/man/man9/cdefs.9 index dd45e3f61a9f..acfaf7b23991 100644 --- a/share/man/man9/cdefs.9 +++ b/share/man/man9/cdefs.9 @@ -368,7 +368,7 @@ which C environment is used. However, when C11 dialect is selected with .St -p1003.1-2008 , definitions for -.St -isoC-11 +.St -isoC-2011 are included. .Ss Header Visibility Macros These macros are set by diff --git a/share/man/man9/zone.9 b/share/man/man9/zone.9 index a6b8d2dfedbe..9f13cf0e504a 100644 --- a/share/man/man9/zone.9 +++ b/share/man/man9/zone.9 @@ -341,7 +341,7 @@ Create a zone whose items will be synchronized using the .Xr smr 9 mechanism. Upon creation the zone will have an associated -.Dt smr_t +.Ft smr_t structure which can be fetched using .Fn uma_zone_get_smr . .El