aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/mkdir.2
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-08-27 20:21:18 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-08-27 20:21:18 +0000
commit8a951d305e85a4c7587ab0f74e60fed1ea940ced (patch)
tree9266d14586c92ab64b657da6231422bfec16bfaf /lib/libc/sys/mkdir.2
parentc6dfea0ebdd03519c549b3159be4f45f1edcf534 (diff)
downloadsrc-8a951d305e85a4c7587ab0f74e60fed1ea940ced.tar.gz
src-8a951d305e85a4c7587ab0f74e60fed1ea940ced.zip
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
Notes
Notes: svn path=/head/; revision=50466
Diffstat (limited to 'lib/libc/sys/mkdir.2')
-rw-r--r--lib/libc/sys/mkdir.26
1 files changed, 1 insertions, 5 deletions
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