summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-08-27 20:22:56 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-08-27 20:22:56 +0000
commitcde851a27f5396cbc04fc38bb4407277e6e434c1 (patch)
tree69397582fc6f44679a7c89fb9005a3c41408ed80 /lib/libc
parentf1856ba976af9aaefd8928c4db18784896559de1 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/bind.22
-rw-r--r--lib/libc/sys/mkdir.26
-rw-r--r--lib/libc/sys/mkfifo.26
-rw-r--r--lib/libc/sys/mount.22
-rw-r--r--lib/libc/sys/undelete.22
5 files changed, 2 insertions, 16 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2
index ce6ca0c0b705..be38f27870fa 100644
--- a/lib/libc/sys/bind.2
+++ b/lib/libc/sys/bind.2
@@ -118,8 +118,6 @@ The following errors are specific to binding names in the UNIX domain.
.Bl -tag -width EADDRNOTAVA
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
-.It Bq Er EINVAL
-The pathname contains a character with the high-order bit set.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded 255 characters,
or an entire path name exceeded 1023 characters.
diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2
index f3bfbccab4f6..682ef92abdbc 100644
--- a/lib/libc/sys/mkdir.2
+++ b/lib/libc/sys/mkdir.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mkdir.2 8.2 (Berkeley) 12/11/93
-.\" $Id: mkdir.2,v 1.6 1997/02/22 15:04:07 peter Exp $
+.\" $Id: mkdir.2,v 1.7 1998/01/20 03:50:48 alex Exp $
.\"
.Dd December 11, 1993
.Dt MKDIR 2
@@ -74,10 +74,6 @@ A component of the path prefix does not exist.
Search permission is denied for a component of the path prefix.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
-.It Bq Er EPERM
-The
-.Fa path
-argument contains a byte with the high-order bit set.
.It Bq Er EROFS
The named file resides on a read-only file system.
.It Bq Er EEXIST
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2
index a60c547bfbff..5b638378e37d 100644
--- a/lib/libc/sys/mkfifo.2
+++ b/lib/libc/sys/mkfifo.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mkfifo.2 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: mkfifo.2,v 1.7 1998/01/20 03:52:49 alex Exp $
.\"
.Dd June 4, 1993
.Dt MKFIFO 2
@@ -78,10 +78,6 @@ A component of the path prefix does not exist.
Search permission is denied for a component of the path prefix.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
-.It Bq Er EPERM
-The
-.Fa path
-argument contains a byte with the high-order bit set.
.It Bq Er EROFS
The named file resides on a read-only file system.
.It Bq Er EEXIST
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index 7232e8246554..cfd07a5af0d9 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -285,8 +285,6 @@ function may fail with one of the following errors:
The caller is not the super-user.
.It Bq Er ENOTDIR
A component of the path is not a directory.
-.It Bq Er EINVAL
-The pathname contains a character with the high-order bit set.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded 255 characters,
or an entire path name exceeded 1023 characters.
diff --git a/lib/libc/sys/undelete.2 b/lib/libc/sys/undelete.2
index 317397c8d0d8..4666ef8ffd92 100644
--- a/lib/libc/sys/undelete.2
+++ b/lib/libc/sys/undelete.2
@@ -69,8 +69,6 @@ succeeds unless:
.Bl -tag -width ENAMETOOLONGAA
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
-.It Bq Er EINVAL
-The pathname contains a character with the high-order bit set.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded 255 characters,
or an entire path name exceeded 1023 characters.