diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-30 06:50:16 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-06-30 06:50:16 +0000 |
| commit | 90f72c844e75d608fdd51ac450267417e7286a1a (patch) | |
| tree | 1a9d30e2f5962c08e3f389e4aaed367e3cc29acd /bin/mkdir | |
| parent | 721da592c44f0d3dd15f465d406f27cbe71e465a (diff) | |
Notes
Diffstat (limited to 'bin/mkdir')
| -rw-r--r-- | bin/mkdir/mkdir.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index a425df9789a9..5590c2331de5 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -58,10 +58,12 @@ as modified by the current The options are as follows: .Pp .Bl -tag -width indent -.It Fl m +.It Fl m Ar mode Set the file permission bits of the final created directory to the specified mode. -The mode argument can be in any of the formats specified to the +The +.Ar mode +argument can be in any of the formats specified to the .Xr chmod 1 command. If a symbolic mode is specified, the operation characters |
