diff options
Diffstat (limited to 'lib/libc/sys/msync.2')
-rw-r--r-- | lib/libc/sys/msync.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index 4da779f1898..9293653e9c3 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msync.2,v 1.28 2019/12/21 05:23:38 jsg Exp $ +.\" $OpenBSD: msync.2,v 1.29 2021/06/30 18:46:49 schwarze Exp $ .\" $NetBSD: msync.2,v 1.8 1995/10/12 15:41:09 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)msync.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: December 21 2019 $ +.Dd $Mdocdate: June 30 2021 $ .Dt MSYNC 2 .Os .Sh NAME @@ -45,11 +45,11 @@ The .Fn msync system call writes all pages with shared modifications in the specified region starting from -.Ar addr +.Fa addr and continuing for -.Ar len +.Fa len bytes. -.Ar addr +.Fa addr should be a multiple of the page size. Any required synchronization of memory caches will also take place at this time. |