diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 13:15:49 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 13:15:49 +0000 |
commit | 1c4700c5682058415c8c8366680084eb0ad6b3b7 (patch) | |
tree | 24f6bbaa793159c5aef3e760cf6824a271641599 /man3/mkfifo.3 | |
parent | d85bdf28e3569b7ffa680228c2f4b5f437cbdcae (diff) |
Minor change to RETURN VALUE text.
Diffstat (limited to 'man3/mkfifo.3')
-rw-r--r-- | man3/mkfifo.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/mkfifo.3 b/man3/mkfifo.3 index f01cabac7..ea4771e64 100644 --- a/man3/mkfifo.3 +++ b/man3/mkfifo.3 @@ -54,8 +54,8 @@ FIFO for writing, and vice versa. See .BR fifo (4) for non-blocking handling of FIFO special files. .SH "RETURN VALUE" -The normal, successful return value from \fImkfifo\fP() is \fB0\fP. In -the case of an error, \fB-1\fP is returned (in which case, \fIerrno\fP +On success \fImkfifo\fP() returns 0. In +the case of an error, -1 is returned (in which case, \fIerrno\fP is set appropriately). .SH ERRORS .TP |