summaryrefslogtreecommitdiffstats
path: root/bin/mkdir/mkdir.1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-12-27 11:28:00 +0000
committerru <ru@FreeBSD.org>2006-12-27 11:28:00 +0000
commitbea4c2efb06139e0c4bcafd0424d239d5317f023 (patch)
treee997a6494f33c02edc420aeb05189c190409477e /bin/mkdir/mkdir.1
parent0f2436332cdeff581708257f56848b024ffd6c47 (diff)
downloadFreeBSD-src-bea4c2efb06139e0c4bcafd0424d239d5317f023.zip
FreeBSD-src-bea4c2efb06139e0c4bcafd0424d239d5317f023.tar.gz
More markup fixes.
Diffstat (limited to 'bin/mkdir/mkdir.1')
-rw-r--r--bin/mkdir/mkdir.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index 4a447df..0f8d812 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -48,13 +48,13 @@ The
.Nm
utility creates the directories named as operands, in the order specified,
using mode
-.Li rwxrwxrwx
+.Dq Li rwxrwxrwx
(0777)
as modified by the current
.Xr umask 2 .
.Pp
The options are as follows:
-.Bl -tag -width indent
+.Bl -tag -width ".Fl m Ar mode"
.It Fl m Ar mode
Set the file permission bits of the final created directory to
the specified mode.
@@ -76,7 +76,7 @@ operand must already exist.
On the other hand, with this option specified, no error will
be reported if a directory given as an operand already exists.
Intermediate directories are created with permission bits of
-.Li rwxrwxrwx
+.Dq Li rwxrwxrwx
(0777)
as modified by the current umask, plus write and search
permission for the owner.
OpenPOWER on IntegriCloud