.Xr botch fix
[unix-history] / usr / src / usr.bin / mkfifo / mkfifo.1
index 1651800..a8379c3 100644 (file)
@@ -3,34 +3,40 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)mkfifo.1   5.2 (Berkeley) %G%
+.\"     @(#)mkfifo.1   5.3 (Berkeley) %G%
 .\"
 .\"
-.TH MKFIFO 1 "%Q"
-.AT 3
-.SH NAME
-mkfifo \- make fifos
-.SH SYNOPSIS
-\fBmkfifo [ \fI-p\fB ] fifo_name ...
-.SH DESCRIPTION
-.I Mkfifo
-creates the fifos named as operands, in the order specified,
-using mode 0777.
-.PP
-The options are as follows:
-.TP
-.I -p
+.Dd 
+.Dt MKFIFO 1
+.Os ATT 7th
+.Sh NAME
+.Nm mkfifo
+.Nd make fifos
+.Sh SYNOPSIS
+.Nm mkfifo
+.Op Fl p
+.Ar fifo_name  ...
+.Sh DESCRIPTION
+.Nm Mkfifo
+creates the fifos requested, in the order specified,
+using mode
+.Li \&0777 .
+.Pp
+Options available are:
+.Tw Ds
+.Tp Fl p
 Create intermediate directories as required.  If this option is not
 specified, the full path prefix of each operand must already exist.
 Create intermediate directories as required.  If this option is not
 specified, the full path prefix of each operand must already exist.
-.PP
-.I Mkfifo
+.Tp
+.Pp
+.Nm Mkfifo
 requires write permission in the parent directory.
 requires write permission in the parent directory.
-.PP
-.I Mkfifo
+.Pp
+.Nm Mkfifo
 exits 0 if successful, and >0 if an error occurred.
 exits 0 if successful, and >0 if an error occurred.
-.SH "HISTORY"
+.Sh STANDARDS
 Mkfifo is POSIX 1003.2 compliant.
 .br
 This manual page derived from the POSIX 1003.2 manual page.
 Mkfifo is POSIX 1003.2 compliant.
 .br
 This manual page derived from the POSIX 1003.2 manual page.
-.SH "SEE ALSO"
-mkdir(1),
-rm(1)
+.Sh SEE ALSO
+.Xr mkdir 1 ,
+.Xr rm 1