diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-27 20:21:18 +0000 | 
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-27 20:21:18 +0000 | 
| commit | 8a951d305e85a4c7587ab0f74e60fed1ea940ced (patch) | |
| tree | 9266d14586c92ab64b657da6231422bfec16bfaf | |
| parent | c6dfea0ebdd03519c549b3159be4f45f1edcf534 (diff) | |
Notes
| -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 337162d73a99..f091df051f36 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 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 fb91d824130c..462366a04ea1 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 f2f7eca1360a..828ebaa26808 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.  | 
