summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-11-23 17:58:55 +0000
committerbde <bde@FreeBSD.org>1997-11-23 17:58:55 +0000
commit77a5ba68ebce0889635024a0fb60ec919f226621 (patch)
tree5310c854d831990a43752ba779bbaa6dd53bdbd1 /lib
parent608663aedf97b58a40a7c2f93d69b5269d384759 (diff)
downloadFreeBSD-src-77a5ba68ebce0889635024a0fb60ec919f226621.zip
FreeBSD-src-77a5ba68ebce0889635024a0fb60ec919f226621.tar.gz
Fixed spelling of EACCES.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getcwd.37
-rw-r--r--lib/libc/gen/msgctl.36
-rw-r--r--lib/libc/gen/msgrcv.36
-rw-r--r--lib/libc/gen/msgsnd.36
-rw-r--r--lib/libc/sys/socket.26
5 files changed, 19 insertions, 12 deletions
diff --git a/lib/libc/gen/getcwd.3 b/lib/libc/gen/getcwd.3
index 8b385be..55d5087 100644
--- a/lib/libc/gen/getcwd.3
+++ b/lib/libc/gen/getcwd.3
@@ -30,8 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getcwd.3 8.2 (Berkeley) 12/11/93
+.\" $Id$
.\"
-.Dd December 11, 1993
+.Dd November 24, 1997
.Dt GETCWD 3
.Os BSD 4.2
.Sh NAME
@@ -108,8 +109,8 @@ The
.Fn getcwd
function
will fail if:
-.Bl -tag -width [EACCESS]
-.It Bq Er EACCESS
+.Bl -tag -width [EACCES]
+.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/gen/msgctl.3 b/lib/libc/gen/msgctl.3
index c505e7d..130b1f2 100644
--- a/lib/libc/gen/msgctl.3
+++ b/lib/libc/gen/msgctl.3
@@ -28,8 +28,10 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.\" $Id$
.\"/
-.Dd August 17, 1995
+.Dd November 24, 1997
.Dt MSGCTL 3
.Os FreeBSD
.Sh NAME
@@ -186,7 +188,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/gen/msgrcv.3 b/lib/libc/gen/msgrcv.3
index 11099ca..ff09309 100644
--- a/lib/libc/gen/msgrcv.3
+++ b/lib/libc/gen/msgrcv.3
@@ -28,8 +28,10 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\" $Id$
+.\"
.\"/
-.Dd August 17, 1995
+.Dd November 24, 1997
.Dt MSGRCV 3
.Os FreeBSD
.Sh NAME
@@ -172,7 +174,7 @@ and the
.Dv 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/gen/msgsnd.3 b/lib/libc/gen/msgsnd.3
index 5a3c80c..551bd02 100644
--- a/lib/libc/gen/msgsnd.3
+++ b/lib/libc/gen/msgsnd.3
@@ -28,8 +28,10 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\" $Id$
+.\"
.\"/
-.Dd August 17, 1995
+.Dd November 24, 1997
.Dt MSGSND 3
.Os FreeBSD
.Sh NAME
@@ -133,7 +135,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/socket.2 b/lib/libc/sys/socket.2
index fb6e4fa..c49004c 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -30,9 +30,9 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93
-.\" $Id: socket.2,v 1.6 1997/02/22 15:04:28 peter Exp $
+.\" $Id: socket.2,v 1.7 1997/03/24 01:22:01 jmg Exp $
.\"
-.Dd February 15, 1995
+.Dd November 24, 1997
.Dt SOCKET 2
.Os BSD 4.2
.Sh NAME
@@ -230,7 +230,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
OpenPOWER on IntegriCloud