diff options
| author | perry <perry@NetBSD.org> | 1998-02-02 05:20:24 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-02-02 05:20:24 +0000 |
| commit | a5c24028fa4dc4c5087fdd2318c1495842967607 (patch) | |
| tree | 9bd744e9c7311515e59964c1d7bd5f45b5ed458e /lib/libc/sys/msync.2 | |
| parent | f94197be4a83a6fd372b4d22113976db7b006f0c (diff) | |
merge lite-2
Diffstat (limited to 'lib/libc/sys/msync.2')
| -rw-r--r-- | lib/libc/sys/msync.2 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/lib/libc/sys/msync.2 b/lib/libc/sys/msync.2 index 6ffabfb2aa2..be3af14de11 100644 --- a/lib/libc/sys/msync.2 +++ b/lib/libc/sys/msync.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: msync.2,v 1.9 1997/10/16 23:21:57 christos Exp $ +.\" $NetBSD: msync.2,v 1.10 1998/02/02 05:20:33 perry Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)msync.2 8.1 (Berkeley) 6/9/93 +.\" @(#)msync.2 8.2 (Berkeley) 6/21/94 .\" .Dd October 10, 1997 .Dt MSYNC 2 @@ -97,8 +97,16 @@ argument was invalid. The .Fa addr parameter was not page aligned. +.It Bq Er EINVAL +The +.Fa addr +parameter did not specify an address part of a mapped region. +.It Bq Er EINVAL +The +.Fa len +parameter was negative. .It Bq Er EIO -An I/O error occured while writing. +An I/O error occured while writing to the file system. .It Bq Er ENOMEM Addresses in the specified region are outside the range allowed for the address space of the process, or specify one or more pages |
