From 0f247025152025ee06552445d98b84c3dd7ec63f Mon Sep 17 00:00:00 2001 From: jkoshy Date: Thu, 9 Jul 1998 06:16:22 +0000 Subject: Correct wording on range of addresses examined by `msync(2)'. PR: 7180 --- lib/libc/sys/msync.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.1