diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-12 00:00:45 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-12 00:00:45 +0000 |
| commit | 25e2834400e7674dcb9ed60123c47ad6ebb98fb1 (patch) | |
| tree | bce3bd5b69f34e634de21ce8cf98e26a674c9fc6 /lib/libc | |
| parent | 7257d9ea3b5ad1fab9d5a2bbfbcd140002a0410c (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/access.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/acct.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/bind.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/chdir.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/chflags.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/chmod.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/chown.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/chroot.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/connect.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/execve.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/getfh.2 | 3 | ||||
| -rw-r--r-- | lib/libc/sys/link.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/mkdir.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/mkfifo.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/mknod.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/mount.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/quotactl.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/readlink.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/rename.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/rmdir.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/stat.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/statfs.2 | 3 | ||||
| -rw-r--r-- | lib/libc/sys/swapon.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/symlink.2 | 6 | ||||
| -rw-r--r-- | lib/libc/sys/truncate.2 | 2 | ||||
| -rw-r--r-- | lib/libc/sys/unlink.2 | 4 | ||||
| -rw-r--r-- | lib/libc/sys/utimes.2 | 2 |
27 files changed, 10 insertions, 70 deletions
diff --git a/lib/libc/sys/access.2 b/lib/libc/sys/access.2 index a332df7f64ac..4061723b4051 100644 --- a/lib/libc/sys/access.2 +++ b/lib/libc/sys/access.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)access.2 8.2 (Berkeley) 4/1/94 -.\" $Id: access.2,v 1.2 1996/08/29 21:23:53 wosch Exp $ +.\" $Id: access.2,v 1.4 1997/01/11 23:55:54 mpp Exp $ .\" .Dd April 1, 1994 .Dt ACCESS 2 @@ -89,8 +89,6 @@ Access to the file is denied if: .Bl -tag -width Er .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/acct.2 b/lib/libc/sys/acct.2 index b402686e53fa..879a06f4e357 100644 --- a/lib/libc/sys/acct.2 +++ b/lib/libc/sys/acct.2 @@ -86,8 +86,6 @@ will fail if one of the following is true: The caller is not the super-user. .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/bind.2 b/lib/libc/sys/bind.2 index 70d1c92222e4..97f87ff4ac02 100644 --- a/lib/libc/sys/bind.2 +++ b/lib/libc/sys/bind.2 @@ -104,8 +104,6 @@ is not a socket. The specified address is not available from the local machine. .It Bq Er EADDRINUSE The specified address is already in use. -.It Bq Er EINVAL -The socket is already bound to an address. .It Bq Er EACCES The requested address is protected, and the current user has inadequate permission to access it. diff --git a/lib/libc/sys/chdir.2 b/lib/libc/sys/chdir.2 index a8f3b1d9a727..4d6005218436 100644 --- a/lib/libc/sys/chdir.2 +++ b/lib/libc/sys/chdir.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chdir.2 8.2 (Berkeley) 12/11/93 -.\" $Id: chdir.2,v 1.2 1996/08/29 21:23:54 wosch Exp $ +.\" $Id: chdir.2,v 1.4 1997/01/11 23:55:56 mpp Exp $ .\" .Dd December 11, 1993 .Dt CHDIR 2 @@ -83,8 +83,6 @@ one or more of the following are true: .Bl -tag -width Er .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/chflags.2 b/lib/libc/sys/chflags.2 index 7fa14a438d84..12c9679bd422 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -100,8 +100,6 @@ will fail it: .Bl -tag -width Er .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/chmod.2 b/lib/libc/sys/chmod.2 index 3a8243777736..96ff91682bd0 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.2 8.1 (Berkeley) 6/4/93 -.\" $Id: chmod.2,v 1.3 1996/08/29 21:23:56 wosch Exp $ +.\" $Id: chmod.2,v 1.5 1997/01/11 23:55:58 mpp Exp $ .\" .Dd June 4, 1993 .Dt CHMOD 2 @@ -124,8 +124,6 @@ will fail and the file mode will be unchanged if: .Bl -tag -width Er .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/chown.2 b/lib/libc/sys/chown.2 index da5c62a902a3..8403c3991bfe 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chown.2 8.4 (Berkeley) 4/19/94 -.\" $Id: chown.2,v 1.4 1996/08/29 21:23:59 wosch Exp $ +.\" $Id: chown.2,v 1.6 1997/01/11 23:55:59 mpp Exp $ .\" .Dd April 19, 1994 .Dt CHOWN 2 @@ -88,8 +88,6 @@ will fail and the file will be unchanged if: .Bl -tag -width Er .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/chroot.2 b/lib/libc/sys/chroot.2 index cb0370b1de0d..10a9b5e95da0 100644 --- a/lib/libc/sys/chroot.2 +++ b/lib/libc/sys/chroot.2 @@ -73,8 +73,6 @@ will fail and the root directory will be unchanged if: A component of the path name is not a directory. .It Bq Er EPERM The effective user ID is not the super-user. -.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/connect.2 b/lib/libc/sys/connect.2 index 624b49acec4f..7302647474d7 100644 --- a/lib/libc/sys/connect.2 +++ b/lib/libc/sys/connect.2 @@ -145,8 +145,6 @@ These errors may not apply in future versions of the UNIX IPC domain. .Bl -tag -width EADDRNOTAVAILABB .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/execve.2 b/lib/libc/sys/execve.2 index 301280f898bc..b9fb131f8f45 100644 --- a/lib/libc/sys/execve.2 +++ b/lib/libc/sys/execve.2 @@ -213,8 +213,6 @@ will fail and return to the calling process if: .Bl -tag -width [ENAMETOOLONG] .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/getfh.2 b/lib/libc/sys/getfh.2 index 33ad1f75a04a..04f19cd2c2ec 100644 --- a/lib/libc/sys/getfh.2 +++ b/lib/libc/sys/getfh.2 @@ -61,9 +61,6 @@ fails if one or more of the following are true: A component of the path prefix of .Fa path is not a directory. -.It Bq EINVAL -.Fa path -contains a character with the high-order bit set. .It Bq ENAMETOOLONG The length of a component of .Fa path diff --git a/lib/libc/sys/link.2 b/lib/libc/sys/link.2 index 751d5d014f61..dd1f944f0212 100644 --- a/lib/libc/sys/link.2 +++ b/lib/libc/sys/link.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)link.2 8.3 (Berkeley) 1/12/94 -.\" $Id: link.2,v 1.4 1996/08/29 21:24:11 wosch Exp $ +.\" $Id: link.2,v 1.6 1997/01/11 23:56:05 mpp Exp $ .\" .Dd January 12, 1994 .Dt LINK 2 @@ -88,8 +88,6 @@ will fail and no link will be created if: .Bl -tag -width Ar .It Bq Er ENOTDIR A component of either path prefix is not a directory. -.It Bq Er EINVAL -Either pathname contains a character with the high-order bit set. .It Bq Er ENAMETOOLONG A component of either pathname exceeded 255 characters, or entire length of either path name exceeded 1023 characters. diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2 index 93ca41943cce..5782cc154cd4 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.2 1996/10/05 22:26:41 wosch Exp $ +.\" $Id: mkdir.2,v 1.4 1997/01/11 23:56:06 mpp Exp $ .\" .Dd December 11, 1993 .Dt MKDIR 2 @@ -64,8 +64,6 @@ will fail and no directory will be created if: .Bl -tag -width ENAMETOOLO .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/mkfifo.2 b/lib/libc/sys/mkfifo.2 index 4776dcd5e93e..443807aae51c 100644 --- a/lib/libc/sys/mkfifo.2 +++ b/lib/libc/sys/mkfifo.2 @@ -67,8 +67,6 @@ will fail and no fifo will be created if: The kernel has not been configured to support fifo's. .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/mknod.2 b/lib/libc/sys/mknod.2 index 63e7061da4f4..92ac52ed2de5 100644 --- a/lib/libc/sys/mknod.2 +++ b/lib/libc/sys/mknod.2 @@ -77,8 +77,6 @@ will fail and the file will be not created if: .Bl -tag -width Er .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/mount.2 b/lib/libc/sys/mount.2 index ad0c668eda6f..0fc39d3b5dfe 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -218,8 +218,6 @@ is not a directory, or a path prefix of .Ar special is not a directory. -.It Bq Er EINVAL -A pathname contains a character with the high-order bit set. .It Bq Er EBUSY Another process currently holds a reference to .Fa dir . diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2 index 31c7c77ce9b3..f09e2d23fd1d 100644 --- a/lib/libc/sys/quotactl.2 +++ b/lib/libc/sys/quotactl.2 @@ -156,8 +156,6 @@ The quota table cannot be expanded. .It Bq Er EINVAL .Fa Cmd or the command type is invalid. -.It Bq Er EINVAL -A pathname contains a character with the high-order bit set. .It Bq Er EACCES In .Dv Q_QUOTAON , diff --git a/lib/libc/sys/readlink.2 b/lib/libc/sys/readlink.2 index 5091433d077e..04a2ad76269f 100644 --- a/lib/libc/sys/readlink.2 +++ b/lib/libc/sys/readlink.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)readlink.2 8.1 (Berkeley) 6/4/93 -.\" $Id: readlink.2,v 1.3 1996/12/23 23:09:40 wosch Exp $ +.\" $Id: readlink.2,v 1.4 1997/01/11 23:56:12 mpp Exp $ .\" .Dd June 4, 1993 .Dt READLINK 2 @@ -67,8 +67,6 @@ will fail if: .Bl -tag -width ENAMETOOLONG .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/rename.2 b/lib/libc/sys/rename.2 index a240ca55c77c..da22418c8e60 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rename.2 8.1 (Berkeley) 6/4/93 -.\" $Id: rename.2,v 1.2 1996/09/23 22:22:43 wosch Exp $ +.\" $Id: rename.2,v 1.4 1997/01/11 23:56:13 mpp Exp $ .\" .Dd June 4, 1993 .Dt RENAME 2 @@ -106,8 +106,6 @@ indicates the reason for the failure. will fail and neither of the argument files will be affected if: .Bl -tag -width ENAMETOOLONG -.It Bq Er EINVAL -Either pathname contains a character with the high-order bit set. .It Bq Er ENAMETOOLONG A component of either pathname exceeded 255 characters, or the entire length of either path name exceeded 1023 characters. diff --git a/lib/libc/sys/rmdir.2 b/lib/libc/sys/rmdir.2 index 3697bf4a62ee..51235f6961f7 100644 --- a/lib/libc/sys/rmdir.2 +++ b/lib/libc/sys/rmdir.2 @@ -60,8 +60,6 @@ The named file is removed unless: .Bl -tag -width [ENAMETOOLONG] .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/stat.2 b/lib/libc/sys/stat.2 index 51d2da43066f..cb016d4b6d13 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stat.2 8.3 (Berkeley) 4/19/94 -.\" $Id: stat.2,v 1.8 1997/01/11 21:45:57 mpp Exp $ +.\" $Id: stat.2,v 1.9 1997/01/11 23:56:19 mpp Exp $ .\" .Dd April 19, 1994 .Dt STAT 2 @@ -229,8 +229,6 @@ will fail if: .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. diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2 index 79b8b8ac36e8..40aba83d9dd2 100644 --- a/lib/libc/sys/statfs.2 +++ b/lib/libc/sys/statfs.2 @@ -114,9 +114,6 @@ fails if one or more of the following are true: A component of the path prefix of .Fa Path is not a directory. -.It Bq Er EINVAL -.Fa path -contains a character with the high-order bit set. .It Bq Er ENAMETOOLONG The length of a component of .Fa path diff --git a/lib/libc/sys/swapon.2 b/lib/libc/sys/swapon.2 index 6a3f6a1c582b..16a0125b38dc 100644 --- a/lib/libc/sys/swapon.2 +++ b/lib/libc/sys/swapon.2 @@ -62,8 +62,6 @@ succeeds unless: .Bl -tag -width ENAMETOOLONG .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/symlink.2 b/lib/libc/sys/symlink.2 index 7440ee0a1101..2d5afa495f37 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -66,12 +66,6 @@ The symbolic link succeeds unless: A component of the .Fa name2 prefix is not a directory. -.It Bq Er EINVAL -Either -.Fa name1 -or -.Fa name2 -contains a character with the high-order bit set. .It Bq Er ENAMETOOLONG A component of either pathname exceeded 255 characters, or the entire length of either path name exceeded 1023 characters. diff --git a/lib/libc/sys/truncate.2 b/lib/libc/sys/truncate.2 index 73f249b3f635..678dcf627806 100644 --- a/lib/libc/sys/truncate.2 +++ b/lib/libc/sys/truncate.2 @@ -72,8 +72,6 @@ succeeds unless: .Bl -tag -width [ENOTDIR] .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/unlink.2 b/lib/libc/sys/unlink.2 index 487cd1b8ba4a..647a95122338 100644 --- a/lib/libc/sys/unlink.2 +++ b/lib/libc/sys/unlink.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)unlink.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: unlink.2,v 1.5 1997/01/11 23:56:31 mpp Exp $ .\" .Dd June 4, 1993 .Dt UNLINK 2 @@ -71,8 +71,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. diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2 index ef45836fda90..531d236293b8 100644 --- a/lib/libc/sys/utimes.2 +++ b/lib/libc/sys/utimes.2 @@ -86,8 +86,6 @@ access is denied. or .Fa times points outside the process's allocated address space. -.It Bq Er EINVAL -The pathname contains a character with the high-order bit set. .It Bq Er EIO An I/O error occurred while reading or writing the affected inode. .It Bq Er ELOOP |
