EACESS -> EACCES. From OpenBSD.
This commit is contained in:
parent
eb710b1b56
commit
c068cca51b
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: msgget.2,v 1.2 1997/11/27 10:24:49 mikel Exp $
|
||||
.\" $NetBSD: msgget.2,v 1.3 1999/03/14 20:21:31 kristerw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Frank van der Linden
|
||||
.\" All rights reserved.
|
||||
|
@ -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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: shmget.2,v 1.4 1998/05/07 18:42:01 kleink Exp $
|
||||
.\" $NetBSD: shmget.2,v 1.5 1999/03/14 20:21:31 kristerw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Frank van der Linden
|
||||
.\" All rights reserved.
|
||||
|
@ -101,7 +101,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 shared memory segment is already associated with
|
||||
.Fa key
|
||||
and the caller has no permission to access it.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: ip.4,v 1.8 1999/03/06 12:40:16 mycroft Exp $
|
||||
.\" $NetBSD: ip.4,v 1.9 1999/03/14 20:15:40 kristerw Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -366,7 +366,7 @@ when the system runs out of memory for an internal data structure;
|
|||
.It Bq Er EADDRNOTAVAIL
|
||||
when an attempt is made to create a socket with a network address
|
||||
for which no network interface exists.
|
||||
.It Bq Er EACESS
|
||||
.It Bq Er EACCES
|
||||
when an attempt is made to create a raw IP socket by a non-privileged process.
|
||||
.El
|
||||
.Pp
|
||||
|
|
Loading…
Reference in New Issue