add .Vx so tmac.andoc will call tmac.mdoc-old
[unix-history] / usr / src / usr.bin / mkfifo / mkfifo.1
CommitLineData
10609689
KM
1.\" Copyright (c) 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
ef1f0408 4.\" %sccs.include.redist.man%
10609689 5.\"
d0719240 6.\" @(#)mkfifo.1 5.4 (Berkeley) %G%
10609689 7.\"
5325ced3
CL
8.Dd
9.Dt MKFIFO 1
10.Os ATT 7th
11.Sh NAME
12.Nm mkfifo
13.Nd make fifos
14.Sh SYNOPSIS
15.Nm mkfifo
16.Op Fl p
17.Ar fifo_name ...
18.Sh DESCRIPTION
19.Nm Mkfifo
20creates the fifos requested, in the order specified,
21using mode
22.Li \&0777 .
23.Pp
24Options available are:
25.Tw Ds
26.Tp Fl p
10609689
KM
27Create intermediate directories as required. If this option is not
28specified, the full path prefix of each operand must already exist.
5325ced3
CL
29.Tp
30.Pp
31.Nm Mkfifo
10609689 32requires write permission in the parent directory.
5325ced3
CL
33.Pp
34.Nm Mkfifo
10609689 35exits 0 if successful, and >0 if an error occurred.
5325ced3 36.Sh STANDARDS
10609689
KM
37Mkfifo is POSIX 1003.2 compliant.
38.br
39This manual page derived from the POSIX 1003.2 manual page.
5325ced3
CL
40.Sh SEE ALSO
41.Xr mkdir 1 ,
42.Xr rm 1