diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/msync.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index e08c93c..acd90b7 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -55,10 +55,10 @@ is 0, all modified pages within the region containing will be flushed; if .Fa len -is non-zero, only the pages containing +is non-zero, only those pages containing .Fa addr and -.Fa len +.Fa len-1 succeeding locations will be examined. The .Fa flags |