diff options
author | alex <alex@FreeBSD.org> | 1999-03-15 00:14:57 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1999-03-15 00:14:57 +0000 |
commit | 7421117a2298228cf2e4930349dc03acd4895a77 (patch) | |
tree | d056630e637c052125fa5a6fcac8e08754093dea /lib/libc | |
parent | b57d846aa7f497314d8eb3378fbea04806f102e9 (diff) | |
download | FreeBSD-src-7421117a2298228cf2e4930349dc03acd4895a77.zip FreeBSD-src-7421117a2298228cf2e4930349dc03acd4895a77.tar.gz |
EACESS -> EACCES
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/msgget.3 | 2 | ||||
-rw-r--r-- | lib/libc/i386/sys/i386_get_ldt.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/minherit.2 | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/msgget.3 b/lib/libc/gen/msgget.3 index 72a07e4..1ca87d9 100644 --- a/lib/libc/gen/msgget.3 +++ b/lib/libc/gen/msgget.3 @@ -102,7 +102,7 @@ Otherwise, -1 is returned and the global variable is set to indicate the error. .Sh ERRORS .Bl -tag -width Er -.It Bq Er EACESS +.It Bq Er EACCES A message queue is already associated with .Fa key and the caller has no permission to access it. diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2 index a04d7c3..7c6231e 100644 --- a/lib/libc/i386/sys/i386_get_ldt.2 +++ b/lib/libc/i386/sys/i386_get_ldt.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)fork.2 6.5 (Berkeley) 3/10/91 -.\" $Id: i386_get_ldt.2,v 1.3 1997/02/22 14:59:31 peter Exp $ +.\" $Id: i386_get_ldt.2,v 1.4 1998/06/04 21:05:40 steve Exp $ .\" .Dd September 20, 1993 .Dt I386_GET_LDT 2 @@ -88,7 +88,7 @@ An inappropriate parameter was used for .Fa start_sel or .Fa num_sels . -.It Bq Er EACESS +.It Bq Er EACCES The caller attempted to use a descriptor that would circumvent protection or cause a failure. .El diff --git a/lib/libc/sys/minherit.2 b/lib/libc/sys/minherit.2 index 631c175..572e9b8 100644 --- a/lib/libc/sys/minherit.2 +++ b/lib/libc/sys/minherit.2 @@ -1,4 +1,4 @@ -.\" $Id: minherit.2,v 1.4 1997/02/22 15:04:06 peter Exp $ +.\" $Id: minherit.2,v 1.5 1997/12/31 01:21:50 alex Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -70,7 +70,7 @@ The virtual address range specified by the and .Fa len arguments is not valid. -.It Bq Er EACESS +.It Bq Er EACCES The flags specified by the .Fa inherit argument were not valid for the pages specified |