diff options
Diffstat (limited to 'lib/libc/sys/mkfifo.2')
-rw-r--r-- | lib/libc/sys/mkfifo.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2 index 68b7858..eec49d4 100644 --- a/lib/libc/sys/mkfifo.2 +++ b/lib/libc/sys/mkfifo.2 @@ -84,7 +84,7 @@ is denied on the parent directory of the fifo to be created. .It Bq Er ELOOP Too many symbolic links were encountered in translating the pathname. .It Bq Er EROFS -The named file resides on a read-only file system. +The named file would reside on a read-only file system. .It Bq Er EEXIST The named file exists. .It Bq Er EPERM |