summaryrefslogtreecommitdiff
path: root/lib/libc/sys/msync.2
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-10 07:06:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-10 07:06:19 +0000
commit25146ef4fd440cf8785da107960234bee0561480 (patch)
treeb7112f0e97cf4cf39a614c7a1441418b1363c99d /lib/libc/sys/msync.2
parent21c64ea98649178c15a95f4ea3ab3bfa663530d8 (diff)
correct range spec; jkoshy
Diffstat (limited to 'lib/libc/sys/msync.2')
-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 72d871a0573..67ff93ce6c5 100644
--- a/lib/libc/sys/msync.2
+++ b/lib/libc/sys/msync.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msync.2,v 1.9 1998/07/06 18:28:03 deraadt Exp $
+.\" $OpenBSD: msync.2,v 1.10 1998/07/10 07:06:18 deraadt Exp $
.\" $NetBSD: msync.2,v 1.8 1995/10/12 15:41:09 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -63,7 +63,7 @@ if
is non-zero, only modified pages containing
.Fa addr
and
-.Fa len
+.Fa len-1
succeeding locations will be flushed.
Any required synchronization of memory caches
will also take place at this time.