diff options
| -rw-r--r-- | lib/libc/sys/msync.2 | 1 |
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 |
