diff options
author | trhodes <trhodes@FreeBSD.org> | 2006-04-21 07:22:55 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2006-04-21 07:22:55 +0000 |
commit | ef3a255b546714bf122bb5bdb3477abfd7f4c828 (patch) | |
tree | 54dede6ab7493ef7030298f85575fe3068208e6e /lib/libc | |
parent | ce4eb8b530b0f5b43842e87535f45a8c495e145e (diff) | |
download | FreeBSD-src-ef3a255b546714bf122bb5bdb3477abfd7f4c828.zip FreeBSD-src-ef3a255b546714bf122bb5bdb3477abfd7f4c828.tar.gz |
Update for rev 1.205 of vm_mmap.c.
Submitted by: fanf
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mmap.2 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 57f669f..c32371b 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -32,7 +32,7 @@ .\" @(#)mmap.2 8.4 (Berkeley) 5/11/95 .\" $FreeBSD$ .\" -.Dd November 17, 2001 +.Dd April 21, 2006 .Dt MMAP 2 .Os .Sh NAME @@ -311,12 +311,6 @@ was negative. was specified and the .Fa fd argument was not -1. -.It Bq Er EINVAL -.Dv MAP_ANON -has not been specified and -.Fa fd -did not reference a regular or character special file. -.It Bq Er EINVAL The .Fa offset argument @@ -324,6 +318,11 @@ was not page-aligned. (See .Sx BUGS below.) +.It Bq Er ENODEV +.Dv MAP_ANON +has not been specified and +.Fa fd +did not reference a regular or character special file. .It Bq Er ENOMEM .Dv MAP_FIXED was specified and the |