summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/statfs.2
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2001-03-15 19:52:04 +0000
committerdwmalone <dwmalone@FreeBSD.org>2001-03-15 19:52:04 +0000
commit5848bb858cf31a463c79467310f42ac79bb149a5 (patch)
treedcd7f4562cd77dc7f306ec7baf5337ca0f5a3f44 /lib/libc/sys/statfs.2
parent6f2b4e6271e1c3a11040dd31509bb90655db3002 (diff)
downloadFreeBSD-src-5848bb858cf31a463c79467310f42ac79bb149a5.zip
FreeBSD-src-5848bb858cf31a463c79467310f42ac79bb149a5.tar.gz
Correct spelling of MNT_ASYNC.
PR: 25835 Submitted by: Tony Finch <dot@dotat.at>
Diffstat (limited to 'lib/libc/sys/statfs.2')
-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 3f49d59..589940f 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.
OpenPOWER on IntegriCloud