diff options
author | charnier <charnier@FreeBSD.org> | 2002-04-16 20:08:06 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-04-16 20:08:06 +0000 |
commit | 79b89ed36309bfefd290138143d80f541557f7e7 (patch) | |
tree | d1bccfd76292f1434988049adc87e30a58f37a1f /bin/mkdir | |
parent | d2197900774c92e02f2540ead98d0462bf9f8a65 (diff) | |
download | FreeBSD-src-79b89ed36309bfefd290138143d80f541557f7e7.zip FreeBSD-src-79b89ed36309bfefd290138143d80f541557f7e7.tar.gz |
Use `The .Nm utility'
Diffstat (limited to 'bin/mkdir')
-rw-r--r-- | bin/mkdir/mkdir.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index cf0fe7b..a425df9 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -47,8 +47,9 @@ .Op Fl m Ar mode .Ar directory_name ... .Sh DESCRIPTION -.Nm Mkdir -creates the directories named as operands, in the order specified, +The +.Nm +utility creates the directories named as operands, in the order specified, using mode .Li rwxrwxrwx (\&0777) as modified by the current |