aboutsummaryrefslogtreecommitdiff
path: root/bin/mkdir
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:06:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-07-03 00:06:28 +0000
commit1171aedcdfa45767ff20c8513bad6a68c97e8c60 (patch)
tree2c2c5e008b2bf844bd915427a51d1c2f0c5f7890 /bin/mkdir
parent1a0a934547909744a6a2fa4cfd5b795ec6394f05 (diff)
Notes
Diffstat (limited to 'bin/mkdir')
-rw-r--r--bin/mkdir/mkdir.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index 0d4652b6bc59..0aeea939f522 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