Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Nov 2024 15:57:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 281597] [PATCH] Fix errors in .2 pages
Message-ID:  <bug-281597-9-8cAwRGO6Iq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281597-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281597-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281597

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch stable/14 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D3609e56813b4322660c9f4a882f7336d5=
7b7d723

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(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281597-9-8cAwRGO6Iq>