diff options
author | guido <guido@FreeBSD.org> | 2000-01-24 18:35:16 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 2000-01-24 18:35:16 +0000 |
commit | f0ee13b8102298a52656e136f54f9fee46205446 (patch) | |
tree | c7135d0de0806e1e57b4a46fae67afe6e24dfeb8 /lib/libc | |
parent | d46e1313de834aa1c7b7d84f62008c7d642800f8 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libc/sys/msync.2 | 2 |
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 |