mkfifo is creating fifos, not directories. Noted by Andrew Doran.

This commit is contained in:
wiz 2004-10-08 22:32:35 +00:00
parent d353df2fed
commit bf2f90e799

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mkfifo.1,v 1.10 2003/08/07 11:15:13 agc Exp $
.\" $NetBSD: mkfifo.1,v 1.11 2004/10/08 22:32:35 wiz Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -53,7 +53,7 @@ modified by the current
The options are as follows:
.Bl -tag -width Ds
.It Fl m
Set the file permission bits of newly-created directories to
Set the file permission bits of newly-created fifos to
.Ar mode .
The mode is specified as in
.Xr chmod 1 .