summaryrefslogtreecommitdiff
path: root/sbin/mknod/mkfifo.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-12 13:26:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-12 13:26:54 +0000
commit2f0ae5298a5c0f026d9fcf8a395ca3bf9b702046 (patch)
tree29b9f7cdf0c99c9e0775a5cace052906d0f60378 /sbin/mknod/mkfifo.1
parent751a8779a00a4ebc981ea786d9fea9e8f0517d8b (diff)
grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
Diffstat (limited to 'sbin/mknod/mkfifo.1')
-rw-r--r--sbin/mknod/mkfifo.14
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mknod/mkfifo.1 b/sbin/mknod/mkfifo.1
index 2bda345f04a..804967b2563 100644
--- a/sbin/mknod/mkfifo.1
+++ b/sbin/mknod/mkfifo.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkfifo.1,v 1.1 1999/04/18 19:40:41 millert Exp $
+.\" $OpenBSD: mkfifo.1,v 1.2 1999/05/12 13:26:49 aaron Exp $
.\" $NetBSD: mkfifo.1,v 1.4 1994/12/23 07:16:54 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -58,7 +58,7 @@ modified by the current
The options are as follows:
.Bl -tag -width Ds
.It Fl m Ar mode
-Set the file permission bits of newly-created directories to
+Set the file permission bits of newly created directories to
.Ar mode .
The mode is specified as in
.Xr chmod 1 .