summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1999-08-27 14:25:00 +0000
committerjoerg <joerg@FreeBSD.org>1999-08-27 14:25:00 +0000
commita1c1e7ab1acb9391452e3aa983d7bc436400b359 (patch)
tree774cfa0ac5d8bde171403954a47a8081f28573b5
parent550b040d681c06440843faf9eb124c7b847c012a (diff)
downloadFreeBSD-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''.
-rw-r--r--lib/libc/sys/mknod.24
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
OpenPOWER on IntegriCloud