[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: Fri, 27 Dec 2024 17:08:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281597
--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3aaa2a2694cd26a1706c42465d8a3c96ffd68013
commit 3aaa2a2694cd26a1706c42465d8a3c96ffd68013
Author: Graham Percival <gperciva@tarsnap.com>
AuthorDate: 2024-09-20 01:54:39 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-12-27 15:46:45 +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.