summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkfifo
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-04-27 08:45:46 +0000
committerjmg <jmg@FreeBSD.org>1997-04-27 08:45:46 +0000
commit4deb06a037f7e9be2228918e7ece7bba6efef34c (patch)
treecc4a2d805f2a30d0238a14722ccee2a6065108eb /usr.bin/mkfifo
parent49413144285b96e53655b462df08b8d18fa92e82 (diff)
downloadFreeBSD-src-4deb06a037f7e9be2228918e7ece7bba6efef34c.zip
FreeBSD-src-4deb06a037f7e9be2228918e7ece7bba6efef34c.tar.gz
``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam)
add missing Id's other minor clean ups
Diffstat (limited to 'usr.bin/mkfifo')
-rw-r--r--usr.bin/mkfifo/mkfifo.122
1 files changed, 13 insertions, 9 deletions
diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1
index eb8e5dc..3aa3ee9 100644
--- a/usr.bin/mkfifo/mkfifo.1
+++ b/usr.bin/mkfifo/mkfifo.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94
+.\" $Id$
.\"
.Dd January 5, 1994
.Dt MKFIFO 1
@@ -41,22 +42,25 @@
.Nm mkfifo
.Nd make fifos
.Sh SYNOPSIS
-.Nm mkfifo
+.Nm
.Ar fifo_name ...
.Sh DESCRIPTION
-.Nm Mkfifo
-creates the fifos requested, in the order specified,
+The
+.Nm
+command creates the fifos requested, in the order specified,
using mode
.Li \&0777 .
.Pp
-.Nm Mkfifo
-requires write permission in the parent directory.
+The
+.Nm
+command requires write permission in the parent directory.
.Pp
-.Nm Mkfifo
-exits 0 if successful, and >0 if an error occurred.
+The
+.Nm
+command exits 0 if successful, and >0 if an error occurred.
.Sh STANDARDS
The
-.Nm mkfifo
+.Nm
utility is expected to be
.St -p1003.2
compliant.
@@ -69,5 +73,5 @@ compliant.
.Sh HISTORY
The
.Nm
-command appears in
+command appeared in
.Bx 4.4 .
OpenPOWER on IntegriCloud