summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/msync.2
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>2000-01-24 18:35:16 +0000
committerguido <guido@FreeBSD.org>2000-01-24 18:35:16 +0000
commitf0ee13b8102298a52656e136f54f9fee46205446 (patch)
treec7135d0de0806e1e57b4a46fae67afe6e24dfeb8 /lib/libc/sys/msync.2
parentd46e1313de834aa1c7b7d84f62008c7d642800f8 (diff)
downloadFreeBSD-src-f0ee13b8102298a52656e136f54f9fee46205446.zip
FreeBSD-src-f0ee13b8102298a52656e136f54f9fee46205446.tar.gz
We _do_ support MS_ASYNC
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
Diffstat (limited to 'lib/libc/sys/msync.2')
-rw-r--r--lib/libc/sys/msync.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2
index 7a86cd4..24e33e8 100644
--- a/lib/libc/sys/msync.2
+++ b/lib/libc/sys/msync.2
@@ -65,7 +65,7 @@ The
.Fa flags
argument may be specified as follows:
.Bd -literal
-MS_ASYNC Return immediately (not currently implemented)
+MS_ASYNC Return immediately
MS_SYNC Perform synchronous writes
MS_INVALIDATE Invalidate all cached data
.Ed
OpenPOWER on IntegriCloud