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
This commit is contained in:
parent
c2db1e13c7
commit
445771f7c3
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user