summaryrefslogtreecommitdiff
path: root/lib/libc/sys/mkfifo.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/mkfifo.2')
-rw-r--r--lib/libc/sys/mkfifo.24
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/mkfifo.2 b/lib/libc/sys/mkfifo.2
index 2a606cbb68dd..c711690083a6 100644
--- a/lib/libc/sys/mkfifo.2
+++ b/lib/libc/sys/mkfifo.2
@@ -60,9 +60,7 @@ The fifo's owner ID is set to the process's effective user ID.
The fifo's group ID is set to that of the parent directory in
which it is created.
.Sh RETURN VALUES
-A 0 return value indicates success. A -1 return value
-indicates an error, and an error code is stored in
-.Va errno .
+.Rv -std mkfifo
.Sh ERRORS
.Fn Mkfifo
will fail and no fifo will be created if: