.Ft int
.Fn mkfifo "const char *path" "mode_t mode"
.Sh DESCRIPTION
-.Fn Mkfifo
+.Fn mkfifo
creates a new fifo file with name
.Fa path .
The access permissions are
indicates an error, and an error code is stored in
.Va errno .
.Sh ERRORS
-.Fn Mkfifo
+.Fn mkfifo
will fail and no fifo will be created if:
.Bl -tag -width Er
.It Bq Er ENOTSUP