From 927ac7949b565041c7186c8aa7a0dbb0862f4fd7 Mon Sep 17 00:00:00 2001 From: mpp Date: Fri, 27 Aug 1999 20:21:18 +0000 Subject: 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 --- lib/libc/sys/mkfifo.2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/libc/sys/mkfifo.2') diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2 index a60c547..5b63837 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 -- cgit v1.1