diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-06 00:34:10 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-06 00:34:10 +0000 |
commit | c7ba9894bc98405517ce7b9b3d076986982f3e1d (patch) | |
tree | 12883bf1bc3936e90284167df01b47e57f2db784 /bin/mkdir | |
parent | d0f07253f0c4d7eb7f51bce1f5a52cd9b87daadd (diff) |
use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future
processing); kill redundant .Pp macros; other misc fixes
Diffstat (limited to 'bin/mkdir')
-rw-r--r-- | bin/mkdir/mkdir.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 042ea00d73b..731425a24b4 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkdir.1,v 1.3 1998/09/14 22:13:50 aaron Exp $ +.\" $OpenBSD: mkdir.1,v 1.4 1998/11/06 00:34:08 aaron Exp $ .\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -57,7 +57,6 @@ as modified by the current .Xr umask 2 . .Pp The options are as follows: -.Pp .Bl -tag -width indent .It Fl m Set the file permission bits of the final created directory to |