diff options
author | mpp <mpp@FreeBSD.org> | 1999-08-27 20:21:18 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1999-08-27 20:21:18 +0000 |
commit | 927ac7949b565041c7186c8aa7a0dbb0862f4fd7 (patch) | |
tree | de979b0c8a5fc3293901e607ceb908f9d2d7ff7f /lib/libc | |
parent | 421ba20de2168eca011b02a722a39a50edbcc3bb (diff) | |
download | FreeBSD-src-927ac7949b565041c7186c8aa7a0dbb0862f4fd7.zip FreeBSD-src-927ac7949b565041c7186c8aa7a0dbb0862f4fd7.tar.gz |
Remove some 4.3BSDish anacronisims that stated that it was an
error for a pathname to contain a character with the high-order
bit set.
Inspired by: joerg's previous commit
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/bind.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/mkdir.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/mkfifo.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/mount.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/undelete.2 | 4 |
5 files changed, 5 insertions, 19 deletions
diff --git a/lib/libc/sys/bind.2 b/lib/libc/sys/bind.2 index 337162d..f091df0 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)bind.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: bind.2,v 1.7 1999/06/10 22:48:27 markm Exp $ .\" .Dd June 4, 1993 .Dt BIND 2 @@ -118,8 +118,6 @@ The following errors are specific to binding addresses 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 f3bfbcc..682ef92 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 a60c547..5b63837 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 fb91d82..462366a 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.2 8.3 (Berkeley) 5/24/95 -.\" $Id$ +.\" $Id: mount.2,v 1.18 1999/07/12 20:48:33 nik Exp $ .\" .Dd May 24, 1995 .Dt MOUNT 2 @@ -286,8 +286,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 f2f7eca..828ebaa 100644 --- a/lib/libc/sys/undelete.2 +++ b/lib/libc/sys/undelete.2 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)undelete.2 8.4 (Berkeley) 10/18/94 -.\" $Id$ +.\" $Id: undelete.2,v 1.2 1999/07/12 20:48:53 nik Exp $ .\" .Dd October 18, 1994 .Dt UNDELETE 2 @@ -70,8 +70,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. |