Date: Fri, 10 Apr 2026 18:31:06 +0000 From: Alexander Ziaee <ziaee@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 2482dd9d7a4e - stable/15 - ufs_disk_close.3: Correct include header macro Message-ID: <69d941ea.3a103.69b7d888@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=2482dd9d7a4e468d2baef7a06c9bdac8776b0da3 commit 2482dd9d7a4e468d2baef7a06c9bdac8776b0da3 Author: Alexander Ziaee <ziaee@FreeBSD.org> AuthorDate: 2026-02-21 21:24:20 +0000 Commit: Alexander Ziaee <ziaee@FreeBSD.org> CommitDate: 2026-04-10 18:27:33 +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 (cherry picked from commit 456ae9820823fcd078746318620925792f112c9a) --- 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 specifiedhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d941ea.3a103.69b7d888>
