From 4deb06a037f7e9be2228918e7ece7bba6efef34c Mon Sep 17 00:00:00 2001 From: jmg Date: Sun, 27 Apr 1997 08:45:46 +0000 Subject: ``appears'' -> ``appeared'' (closes PR#3393, Submitted-by: Josh Gilliam) add missing Id's other minor clean ups --- usr.bin/mkfifo/mkfifo.1 | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'usr.bin/mkfifo') 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 . -- cgit v1.1