diff options
Diffstat (limited to 'lib/libc/sys/mkfifo.2')
-rw-r--r-- | lib/libc/sys/mkfifo.2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2 index 4776dcd..443807a 100644 --- a/lib/libc/sys/mkfifo.2 +++ b/lib/libc/sys/mkfifo.2 @@ -67,8 +67,6 @@ will fail and no fifo will be created if: The kernel has not been configured to support fifo's. .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. |