diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-02 15:40:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-03-02 15:40:38 +0000 |
commit | 08d43f3932f08d979124be6db7178485f09521f3 (patch) | |
tree | 02234465b97d43ec8a9b1b88f7deded3ddb0501e /lib/libc/sys | |
parent | 51bab11268a3d28219282fd032456b10cbb3179b (diff) |
EACESS -> EACCES; garath@code.ridgefield.org
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/msgget.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/shmget.2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/msgget.2 b/lib/libc/sys/msgget.2 index 8e10f0494bb..38e4ab0626c 100644 --- a/lib/libc/sys/msgget.2 +++ b/lib/libc/sys/msgget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: msgget.2,v 1.3 1998/07/06 18:28:01 deraadt Exp $ +.\" $OpenBSD: msgget.2,v 1.4 1999/03/02 15:40:37 aaron Exp $ .\" $NetBSD: msgget.2,v 1.1 1995/10/16 23:49:19 jtc Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -100,7 +100,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 9a9f1ed8fb5..7b3ba520ce5 100644 --- a/lib/libc/sys/shmget.2 +++ b/lib/libc/sys/shmget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmget.2,v 1.3 1997/03/30 18:49:53 millert Exp $ +.\" $OpenBSD: shmget.2,v 1.4 1999/03/02 15:40:37 aaron Exp $ .\" $NetBSD: shmget.2,v 1.2 1997/03/27 08:20:39 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -97,7 +97,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. |