Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2026 00:14:57 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 456ae9820823 - main - ufs_disk_close.3: Correct include header macro
Message-ID:  <699a4a81.3bcac.3f9e5c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=456ae9820823fcd078746318620925792f112c9a

commit 456ae9820823fcd078746318620925792f112c9a
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-02-21 21:24:20 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-02-22 00:14:01 +0000

    ufs_disk_close.3: Correct include header macro
    
    This manual used the library macro to mark up a header file, causing
    pollution in the apropos database for libraries, as well as omission
    from the apropos database for headers. This also renders differently,
    enclosing the header in angle brackets.
    
    MFC after:      3 days
---
 lib/libufs/ufs_disk_close.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libufs/ufs_disk_close.3 b/lib/libufs/ufs_disk_close.3
index f332a9bb5de9..04cae3965a81 100644
--- a/lib/libufs/ufs_disk_close.3
+++ b/lib/libufs/ufs_disk_close.3
@@ -56,7 +56,7 @@ The structure referenced by the
 pointer must be aligned to at least the alignment specified by
 .Dv LIBUFS_ALIGN
 that is defined in the
-.Lb libufs.h
+.In libufs.h
 header file.
 The disk is opened read-only.
 The specified


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699a4a81.3bcac.3f9e5c>