summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-07-09 06:16:22 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-07-09 06:16:22 +0000
commit0f247025152025ee06552445d98b84c3dd7ec63f (patch)
treecc588a94210b29ce6f6c4997cbbd0b7372c5159d /lib/libc/sys
parentdc65231abc82cafe7dead2c56c75b225b6e5fe67 (diff)
downloadFreeBSD-src-0f247025152025ee06552445d98b84c3dd7ec63f.zip
FreeBSD-src-0f247025152025ee06552445d98b84c3dd7ec63f.tar.gz
Correct wording on range of addresses examined by `msync(2)'.
PR: 7180
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/msync.24
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
OpenPOWER on IntegriCloud