diff options
| author | Guido van Rooij <guido@FreeBSD.org> | 2000-01-24 18:35:16 +0000 |
|---|---|---|
| committer | Guido van Rooij <guido@FreeBSD.org> | 2000-01-24 18:35:16 +0000 |
| commit | 68d143348335fdde8b5dc8614c9718734d8f8914 (patch) | |
| tree | d883eacd9d2d1a021d0042f01940935aba470761 | |
| parent | f43d9309a59045ee3a4c65888844053ab00f3efc (diff) | |
Notes
| -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 7a86cd414070..24e33e8cb6c5 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 |
