The branch stable/14 has been updated by kib:

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

commit efa09948218b5bd69c1d7f406c18cd85c44ce8b8
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-02-20 14:56:52 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-02-23 00:30:50 +0000

    statfs.2: uncomment and describe MNT_IGNORE
    
    (cherry picked from commit 270542d95d0d931ebdd369f4f78871828502d486)
---
 lib/libc/sys/statfs.2 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index 7e41537b359c..5bf4e1f8dd53 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -143,8 +143,9 @@ The file system is exported read-only.
 Updating of file access times is disabled.
 .It Dv MNT_USER
 The file system has been mounted by a user.
-.\".It Dv MNT_IGNORE
-.\"XXX
+.It Dv MNT_IGNORE
+The file system should not be listed, e.g. by
+.Xr df 1 .
 .It Dv MNT_EXPORTED
 The file system is exported for both reading and writing.
 .It Dv MNT_DEFEXPORTED

Reply via email to