summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2001-03-15 19:52:04 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2001-03-15 19:52:04 +0000
commit9b860e1c34e18bdeebfab24b5d7b93eae052a43e (patch)
tree54f16f392af04e27206f67173c5a876cd00561cf /lib/libc
parent905a2385bf1fd06654127415c668975fac20cad9 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/statfs.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index 3f49d59246d1..589940ffed7f 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -87,7 +87,7 @@ char f_mntfromname[MNAMELEN]; /* mounted filesystem */
};
.Ed
The flags that may be returned include:
-.Bl -tag -width MNT_ASYNCHRONOUS
+.Bl -tag -width MNT_SYNCHRONOUS
.It Dv MNT_RDONLY
The filesystem is mounted read-only;
Even the super-user may not write on it.
@@ -99,7 +99,7 @@ Setuid and setgid bits on files are not honored when they are executed.
Special files in the filesystem may not be opened.
.It Dv MNT_SYNCHRONOUS
All I/O to the filesystem is done synchronously.
-.It Dv MNT_ASYNCHRONOUS
+.It Dv MNT_ASYNC
No filesystem I/O is done synchronously.
.It Dv MNT_LOCAL
The filesystem resides locally.