break out special local mail processing (e.g., mapping to the
[unix-history] / usr / src / usr.bin / mkfifo / mkfifo.1
index 62e89f5..621849a 100644 (file)
@@ -1,22 +1,21 @@
-.\" Copyright (c) 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)mkfifo.1   5.8 (Berkeley) %G%
+.\"     @(#)mkfifo.1   8.2 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MKFIFO 1
 .\"
 .Dd 
 .Dt MKFIFO 1
-.Os
+.Os BSD 4.4
 .Sh NAME
 .Nm mkfifo
 .Nd make fifos
 .Sh SYNOPSIS
 .Nm mkfifo
 .Sh NAME
 .Nm mkfifo
 .Nd make fifos
 .Sh SYNOPSIS
 .Nm mkfifo
-.Op Fl p
 .Ar fifo_name  ...
 .Sh DESCRIPTION
 .Nm Mkfifo
 .Ar fifo_name  ...
 .Sh DESCRIPTION
 .Nm Mkfifo
@@ -24,13 +23,6 @@ creates the fifos requested, in the order specified,
 using mode
 .Li \&0777 .
 .Pp
 using mode
 .Li \&0777 .
 .Pp
-Options available are:
-.Bl -tag -width Ds
-.It Fl p
-Create intermediate directories as required.  If this option is not
-specified, the full path prefix of each operand must already exist.
-.El
-.Pp
 .Nm Mkfifo
 requires write permission in the parent directory.
 .Pp
 .Nm Mkfifo
 requires write permission in the parent directory.
 .Pp
@@ -44,10 +36,11 @@ utility is expected to be
 compliant.
 .Sh SEE ALSO
 .Xr mkdir 1 ,
 compliant.
 .Sh SEE ALSO
 .Xr mkdir 1 ,
-.Xr rm 1,
+.Xr mknod 1 ,
+.Xr rm 1 ,
 .Xr mkfifo 2
 .Sh HISTORY
 The
 .Nm
 .Xr mkfifo 2
 .Sh HISTORY
 The
 .Nm
-command is
-.Ud
+command appears in
+.Bx 4.4 .