diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-21 21:24:20 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-02-22 00:14:01 +0000 |
| commit | 456ae9820823fcd078746318620925792f112c9a (patch) | |
| tree | 752731dc6d790bdaa177ee5f2dd4aa2e62a0346d | |
| parent | 98ffaae49fea5c478230ef68086bcea89a6f654b (diff) | |
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
| -rw-r--r-- | lib/libufs/ufs_disk_close.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
