.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 EOPNOTSUPP
+.It Bq Er ENOTSUP
The kernel has not been configured to support fifo's.
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.