[Bug 281597] [PATCH] Fix errors in .2 pages
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 281597] [PATCH] Fix errors in .2 pages"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Nov 2024 15:57:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281597
--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3609e56813b4322660c9f4a882f7336d57b7d723
commit 3609e56813b4322660c9f4a882f7336d57b7d723
Author: Graham Percival <gperciva@tarsnap.com>
AuthorDate: 2024-09-20 01:54:39 +0000
Commit: Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-11-04 15:56:24 +0000
manuals: Fix errors in .2 pages
These were reported by `mandoc -T lint ...` as errors.
fhlink.2, fhreadlink.2: remove unneeded block closing.
getfh.2, procctl.2: add necessary block closing.
ptrace.2: -width only takes one argument.
swapon.2: <sys/vmparam.h> and <vm/swap_pager.h> weren't being displayed,
because .It is for a list item whereas .In is for included files.
Also, we want a blank line between <sys/ > headers and the other
one.
Signed-off-by: Graham Percival <gperciva@tarsnap.com>
PR: 281597
Reviewed by: mhorne
Sponsored by: Tarsnap Backup Inc.
(cherry picked from commit 650056363baddb83c61c85b0539ee536f3d4b56c)
lib/libc/sys/fhlink.2 | 1 -
lib/libc/sys/fhreadlink.2 | 2 --
lib/libc/sys/getfh.2 | 1 +
lib/libc/sys/procctl.2 | 1 +
lib/libc/sys/ptrace.2 | 2 +-
lib/libc/sys/swapon.2 | 5 +++--
6 files changed, 6 insertions(+), 6 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.