The branch main has been updated by ziaee:

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

commit 456ae9820823fcd078746318620925792f112c9a
Author:     Alexander Ziaee <[email protected]>
AuthorDate: 2026-02-21 21:24:20 +0000
Commit:     Alexander Ziaee <[email protected]>
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

Reply via email to