summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-24 02:07:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-24 02:07:37 +0000
commit621f100c9936469c76b0f6c5930b14ccf6e20fb3 (patch)
tree3fe3577bb9892dc8bbf0ccac590f607eaec654c2 /lib/libc
parent1d4a1404777ee863d008569c38c15422c20909a0 (diff)
fix mispelling of EACCES; bde
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/getcwd.34
-rw-r--r--lib/libc/sys/msgctl.24
-rw-r--r--lib/libc/sys/msgrcv.24
-rw-r--r--lib/libc/sys/msgsnd.24
-rw-r--r--lib/libc/sys/semctl.24
-rw-r--r--lib/libc/sys/semget.24
-rw-r--r--lib/libc/sys/semop.24
-rw-r--r--lib/libc/sys/setpgid.22
-rw-r--r--lib/libc/sys/shmat.24
-rw-r--r--lib/libc/sys/shmctl.24
-rw-r--r--lib/libc/sys/socket.22
11 files changed, 20 insertions, 20 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3
index b9cf73f2da8..f5320aa5aa1 100644
--- a/lib/libc/gen/getcwd.3
+++ b/lib/libc/gen/getcwd.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getcwd.3,v 1.2 1996/08/19 08:23:13 tholo Exp $
+.\" $OpenBSD: getcwd.3,v 1.3 1997/11/24 02:07:24 deraadt Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -109,7 +109,7 @@ The
function
will fail if:
.Bl -tag -width Er
-.It Bq Er EACCESS
+.It Bq Er EACCES
Read or search permission was denied for a component of the pathname.
.It Bq Er EINVAL
The
diff --git a/lib/libc/sys/msgctl.2 b/lib/libc/sys/msgctl.2
index 9dd36eaa554..4538a391a39 100644
--- a/lib/libc/sys/msgctl.2
+++ b/lib/libc/sys/msgctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msgctl.2,v 1.3 1997/03/30 18:49:45 millert Exp $
+.\" $OpenBSD: msgctl.2,v 1.4 1997/11/24 02:07:29 deraadt Exp $
.\" $NetBSD: msgctl.2,v 1.2 1997/03/27 08:20:35 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -181,7 +181,7 @@ An attempt is made to increase the value of
.Va msg_qbytes
through IPC_SET
but the caller is not the super-user.
-.It Bq Er EACCESS
+.It Bq Er EACCES
The command is IPC_STAT
and the caller has no read permission for this message queue.
.It Bq Er EINVAL
diff --git a/lib/libc/sys/msgrcv.2 b/lib/libc/sys/msgrcv.2
index a76ce2c40e9..7bad0bfd83b 100644
--- a/lib/libc/sys/msgrcv.2
+++ b/lib/libc/sys/msgrcv.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msgrcv.2,v 1.4 1997/03/30 18:49:47 millert Exp $
+.\" $OpenBSD: msgrcv.2,v 1.5 1997/11/24 02:07:29 deraadt Exp $
.\" $NetBSD: msgrcv.2,v 1.2 1997/03/27 08:20:37 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -158,7 +158,7 @@ A matching message was received, but its size was greater than
.Fa msgsz
and the MSG_NOERROR flag was not set in
.Fa msgflg .
-.It Bq Er EACCESS
+.It Bq Er EACCES
The calling process does not have read access to the message queue.
.It Bq Er EFAULT
.Fa msgp
diff --git a/lib/libc/sys/msgsnd.2 b/lib/libc/sys/msgsnd.2
index 20f5bfc972d..e64dfe2e646 100644
--- a/lib/libc/sys/msgsnd.2
+++ b/lib/libc/sys/msgsnd.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msgsnd.2,v 1.3 1997/03/30 18:49:48 millert Exp $
+.\" $OpenBSD: msgsnd.2,v 1.4 1997/11/24 02:07:30 deraadt Exp $
.\" $NetBSD: msgsnd.2,v 1.2 1997/03/27 08:20:36 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -127,7 +127,7 @@ message.
.Fa msgsz
is less than 0, or greater than
.Va msg_qbytes .
-.It Bq Er EACCESS
+.It Bq Er EACCES
The calling process does not have write access to the message queue.
.It Bq Er EAGAIN
There was no space for this message either on the queue, or in the whole
diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2
index 7b29cc99388..610afb196bd 100644
--- a/lib/libc/sys/semctl.2
+++ b/lib/libc/sys/semctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: semctl.2,v 1.3 1997/03/30 18:49:49 millert Exp $
+.\" $OpenBSD: semctl.2,v 1.4 1997/11/24 02:07:31 deraadt Exp $
.\" $NetBSD: semctl.2,v 1.2 1997/03/27 08:20:40 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -197,7 +197,7 @@ the effective uid match either the
or
.Va sem_perm.cuid
fields of the data structure associated with the message queue.
-.It Bq Er EACCESS
+.It Bq Er EACCES
The caller has no operation permission for this semaphore.
.It Bq Er EINVAL
.Fa semid
diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2
index 29ae1c7eff0..5a337b6f27b 100644
--- a/lib/libc/sys/semget.2
+++ b/lib/libc/sys/semget.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: semget.2,v 1.3 1997/03/30 18:49:50 millert Exp $
+.\" $OpenBSD: semget.2,v 1.4 1997/11/24 02:07:32 deraadt Exp $
.\" $NetBSD: semget.2,v 1.2 1997/03/27 08:20:41 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -98,7 +98,7 @@ is returned and
is set to reflect the error.
.Sh ERRORS
.Bl -tag -width Er
-.It Bq Er EACCESS
+.It Bq Er EACCES
The caller has no permission to access a semaphore set already associated with
.Fa key.
.It Bq Er EEXIST
diff --git a/lib/libc/sys/semop.2 b/lib/libc/sys/semop.2
index c38819fd9ce..6d816dc2502 100644
--- a/lib/libc/sys/semop.2
+++ b/lib/libc/sys/semop.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: semop.2,v 1.3 1996/12/11 17:39:20 deraadt Exp $
+.\" $OpenBSD: semop.2,v 1.4 1997/11/24 02:07:33 deraadt Exp $
.\" $NetBSD: semop.2,v 1.1 1995/10/16 23:49:28 jtc Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -123,7 +123,7 @@ There is no semaphore associated with
The semaphore set was removed while the process was waiting for one of
its semaphores to reach a certain value.
-.It Bq Er EACCESS
+.It Bq Er EACCES
The calling process has no permission to access the specified semaphore set.
.It Bq Er E2BIG
The value of
diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2
index 1842d5e1fb5..75f469e3e7a 100644
--- a/lib/libc/sys/setpgid.2
+++ b/lib/libc/sys/setpgid.2
@@ -69,7 +69,7 @@ indicates the reason.
.Fn Setpgid
will fail and the process group will not be altered if:
.Bl -tag -width Er
-.It Bq Er EACCESS
+.It Bq Er EACCES
The value of the
.Fa pid
argument matches the process ID of a child process of the calling process,
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2
index d19c99980dd..5539a0fad10 100644
--- a/lib/libc/sys/shmat.2
+++ b/lib/libc/sys/shmat.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shmat.2,v 1.3 1997/03/30 18:49:51 millert Exp $
+.\" $OpenBSD: shmat.2,v 1.4 1997/11/24 02:07:35 deraadt Exp $
.\" $NetBSD: shmat.2,v 1.2 1997/03/27 08:20:38 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -91,7 +91,7 @@ is set to indicate the error.
.Fn shmat
will fail if:
.Bl -tag -width Er
-.It Bq Er EACCESS
+.It Bq Er EACCES
The calling process has no permission to access this shared memory segment.
.It Bq Er ENOMEM
There is not enough available data space for the calling process to
diff --git a/lib/libc/sys/shmctl.2 b/lib/libc/sys/shmctl.2
index e41ab3bf2c0..a91dcb5a884 100644
--- a/lib/libc/sys/shmctl.2
+++ b/lib/libc/sys/shmctl.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shmctl.2,v 1.3 1997/03/30 18:49:52 millert Exp $
+.\" $OpenBSD: shmctl.2,v 1.4 1997/11/24 02:07:35 deraadt Exp $
.\" $NetBSD: shmctl.2,v 1.3 1997/03/27 08:20:39 mikel Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
@@ -169,7 +169,7 @@ An attempt is made to increase the value of
.Va shm_qbytes
through IPC_SET
but the caller is not the super-user.
-.It Bq Er EACCESS
+.It Bq Er EACCES
The command is IPC_STAT
and the caller has no read permission for this shared memory segment.
.It Bq Er EINVAL
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index 858287b77c4..11ec77cea4d 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -225,7 +225,7 @@ within this domain.
The per-process descriptor table is full.
.It Bq Er ENFILE
The system file table is full.
-.It Bq Er EACCESS
+.It Bq Er EACCES
Permission to create a socket of the specified type and/or protocol
is denied.
.It Bq Er ENOBUFS