Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2024 14:37:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 281597] [PATCH] Fix errors in .2 pages
Message-ID:  <bug-281597-9-x4FIxAQvLC@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 #2 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D650056363baddb83c61c85b0539ee536f=
3d4b56c

commit 650056363baddb83c61c85b0539ee536f3d4b56c
Author:     Graham Percival <gperciva@tarsnap.com>
AuthorDate: 2024-09-20 01:54:39 +0000
Commit:     Mitchell Horne <mhorne@FreeBSD.org>
CommitDate: 2024-09-20 14:37:02 +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.

 lib/libsys/fhlink.2     | 1 -
 lib/libsys/fhreadlink.2 | 2 --
 lib/libsys/getfh.2      | 1 +
 lib/libsys/procctl.2    | 1 +
 lib/libsys/ptrace.2     | 2 +-
 lib/libsys/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-x4FIxAQvLC>