Minor change to RETURN VALUE text.

This commit is contained in:
Michael Kerrisk 2005-10-19 13:15:49 +00:00
parent d85bdf28e3
commit 1c4700c568
1 changed files with 2 additions and 2 deletions

View File

@ -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