diff --git a/lib/libc/sys/msgget.2 b/lib/libc/sys/msgget.2 index 1db01c176d6c..4d7bea72126a 100644 --- a/lib/libc/sys/msgget.2 +++ b/lib/libc/sys/msgget.2 @@ -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. diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2 index d59412470997..618e690371f0 100644 --- a/lib/libc/sys/shmget.2 +++ b/lib/libc/sys/shmget.2 @@ -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. diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 430570451ffc..c7f6d81ecb63 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -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