diff options
author | joerg <joerg@FreeBSD.org> | 1999-08-27 14:25:00 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1999-08-27 14:25:00 +0000 |
commit | a1c1e7ab1acb9391452e3aa983d7bc436400b359 (patch) | |
tree | 774cfa0ac5d8bde171403954a47a8081f28573b5 /lib/libc | |
parent | 550b040d681c06440843faf9eb124c7b847c012a (diff) | |
download | FreeBSD-src-a1c1e7ab1acb9391452e3aa983d7bc436400b359.zip FreeBSD-src-a1c1e7ab1acb9391452e3aa983d7bc436400b359.tar.gz |
Remove a 4.3BSDish anachronism that claimed EPERM for an attempt to
mknod() a pathname containg a ``character with the high-order bit
set''.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mknod.2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/mknod.2 b/lib/libc/sys/mknod.2 index c9f2474..745fa1e 100644 --- a/lib/libc/sys/mknod.2 +++ b/lib/libc/sys/mknod.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mknod.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: mknod.2,v 1.7 1999/07/12 20:48:32 nik Exp $ .\" .Dd June 4, 1993 .Dt MKNOD 2 @@ -83,8 +83,6 @@ Search permission is denied for a component of the path prefix. Too many symbolic links were encountered in translating the pathname. .It Bq Er EPERM The process's effective user ID is not super-user. -.It Bq Er EPERM -The pathname contains a character with the high-order bit set. .It Bq Er EIO An I/O error occurred while making the directory entry or allocating the inode. .It Bq Er ENOSPC |