summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1997-12-30 03:26:15 +0000
committerAlexander Langer <alex@FreeBSD.org>1997-12-30 03:26:15 +0000
commitfd630dd1cc54056d222b344fed41e6c4f9671bdb (patch)
tree9767524901787a0544bb51f5b9ed354313071b7e /lib/libc
parentf7fa6f64712422cdd22089124e6ea24452678a8e (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/msync.21
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2
index 425a507a74fb..dcb4f700e0ce 100644
--- a/lib/libc/sys/msync.2
+++ b/lib/libc/sys/msync.2
@@ -65,6 +65,7 @@ The
argument may be specified as follows:
.Bd -literal
MS_ASYNC Return immediately (not currently implemented)
+MS_SYNC Perform synchronous writes
MS_INVALIDATE Invalidate all cached data
.Ed
.Sh RETURN VALUES