]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/man/man2/mkfifo.2
xnu-4903.270.47.tar.gz
[apple/xnu.git] / bsd / man / man2 / mkfifo.2
index 7d843f2c59259cdb246ed72c2452a3a35457598e..69ecfd6166e45d3b1b45859e5537a09e7664cd58 100644 (file)
@@ -45,7 +45,7 @@
 .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
@@ -63,7 +63,7 @@ A 0 return value indicates success.  A -1 return value
 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