diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-04-17 13:44:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-04-17 13:44:28 +0000 |
commit | d7b6bab86f754dc45b1bf00bb29ceefec3232e56 (patch) | |
tree | b612ebfb63a34c4cd86fbec07f5456a720b2b449 /sbin/mknod | |
parent | d8db9b08cd7092a1f57bb7841be7cebdbf5c427d (diff) |
remove a word i misinterpreted;
Diffstat (limited to 'sbin/mknod')
-rw-r--r-- | sbin/mknod/mkfifo.1 | 8 | ||||
-rw-r--r-- | sbin/mknod/mknod.8 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sbin/mknod/mkfifo.1 b/sbin/mknod/mkfifo.1 index 0fb10f1e164..b92f1d6f021 100644 --- a/sbin/mknod/mkfifo.1 +++ b/sbin/mknod/mkfifo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkfifo.1,v 1.10 2008/04/16 20:53:12 jmc Exp $ +.\" $OpenBSD: mkfifo.1,v 1.11 2008/04/17 13:44:27 jmc Exp $ .\" $NetBSD: mkfifo.1,v 1.4 1994/12/23 07:16:54 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94 .\" -.Dd $Mdocdate: April 16 2008 $ +.Dd $Mdocdate: April 17 2008 $ .Dt MKFIFO 1 .Os .Sh NAME @@ -54,12 +54,12 @@ It requires write permission in the parent directory. The options are as follows: .Bl -tag -width Ds .It Fl m Ar mode -Set the file permission bits of newly created fifos to +Set the file permission bits of newly created FIFOs to .Ar mode . The mode argument can be in any of the formats specified to the .Xr chmod 1 utility. -If a symbolic mode is specified, strings and the operators +If a symbolic mode is specified, the operators .Ql + and .Ql - diff --git a/sbin/mknod/mknod.8 b/sbin/mknod/mknod.8 index ca005a52654..0c0ed0292f2 100644 --- a/sbin/mknod/mknod.8 +++ b/sbin/mknod/mknod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mknod.8,v 1.13 2008/04/16 20:53:12 jmc Exp $ +.\" $OpenBSD: mknod.8,v 1.14 2008/04/17 13:44:27 jmc Exp $ .\" $NetBSD: mknod.8,v 1.9 1995/08/10 23:47:32 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mknod.8 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: April 16 2008 $ +.Dd $Mdocdate: April 17 2008 $ .Dt MKNOD 8 .Os .Sh NAME @@ -65,7 +65,7 @@ Set the file permission bits of newly created device special files to The mode argument can be in any of the formats specified to the .Xr chmod 1 utility. -If a symbolic mode is specified, strings and the operators +If a symbolic mode is specified, the operators .Ql + and .Ql - |