diff options
author | ru <ru@FreeBSD.org> | 2004-07-03 00:06:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-07-03 00:06:28 +0000 |
commit | 305463f12955c760254148d754b0eb7dd8954e6b (patch) | |
tree | 2c2c5e008b2bf844bd915427a51d1c2f0c5f7890 /bin/mkdir/mkdir.1 | |
parent | 01548ace1533487f9c0488f55112c9d8641f8184 (diff) | |
download | FreeBSD-src-305463f12955c760254148d754b0eb7dd8954e6b.zip FreeBSD-src-305463f12955c760254148d754b0eb7dd8954e6b.tar.gz |
Deal with double whitespace.
Diffstat (limited to 'bin/mkdir/mkdir.1')
-rw-r--r-- | bin/mkdir/mkdir.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 0d4652b..0aeea93 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -41,7 +41,7 @@ .Nm .Op Fl pv .Op Fl m Ar mode -.Ar directory_name ... +.Ar directory_name ... .Sh DESCRIPTION The .Nm @@ -49,7 +49,7 @@ utility creates the directories named as operands, in the order specified, using mode .Li rwxrwxrwx (\&0777) as modified by the current -.Xr umask 2 . +.Xr umask 2 . .Pp The options are as follows: .Pp |