summaryrefslogtreecommitdiffstats
path: root/bin/mkdir
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-12-27 11:19:06 +0000
committerru <ru@FreeBSD.org>2006-12-27 11:19:06 +0000
commit0f2436332cdeff581708257f56848b024ffd6c47 (patch)
treea1f0583da6a2a1e479430a85381f3c04ef4af62a /bin/mkdir
parent78c3656e3e3fe587c3d70de5ea07649e19149c26 (diff)
downloadFreeBSD-src-0f2436332cdeff581708257f56848b024ffd6c47.zip
FreeBSD-src-0f2436332cdeff581708257f56848b024ffd6c47.tar.gz
Fix markup.
Diffstat (limited to 'bin/mkdir')
-rw-r--r--bin/mkdir/mkdir.113
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index b43bf0a..4a447df 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -48,12 +48,12 @@ The
.Nm
utility creates the directories named as operands, in the order specified,
using mode
-.Li rwxrwxrwx (\&0777)
+.Li rwxrwxrwx
+(0777)
as modified by the current
.Xr umask 2 .
.Pp
The options are as follows:
-.Pp
.Bl -tag -width indent
.It Fl m Ar mode
Set the file permission bits of the final created directory to
@@ -64,11 +64,11 @@ argument can be in any of the formats specified to the
.Xr chmod 1
command.
If a symbolic mode is specified, the operation characters
-.Dq +
+.Ql +
and
-.Dq -
+.Ql -
are interpreted relative to an initial mode of
-.Dq a=rwx .
+.Dq Li a=rwx .
.It Fl p
Create intermediate directories as required.
If this option is not specified, the full path prefix of each
@@ -76,7 +76,8 @@ 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 (\&0777)
+.Li rwxrwxrwx
+(0777)
as modified by the current umask, plus write and search
permission for the owner.
.It Fl v
OpenPOWER on IntegriCloud