Date: Sun, 23 Feb 2025 00:31:08 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: efa09948218b - stable/14 - statfs.2: uncomment and describe MNT_IGNORE Message-ID: <202502230031.51N0V8pK007621@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=efa09948218b5bd69c1d7f406c18cd85c44ce8b8 commit efa09948218b5bd69c1d7f406c18cd85c44ce8b8 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-02-20 14:56:52 +0000 Commit: Konstantin Belousov <kib@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502230031.51N0V8pK007621>