.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
.It Bq Er EFAULT
.Fa Path
points outside the process's allocated address space.
+.It Bq Eq EILSEQ
+The filename does not match the encoding rules.
.El
.Sh SEE ALSO
.Xr chmod 2 ,