diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-17 14:04:03 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-17 14:04:03 +0000 |
commit | 9299343274fb6dc3674d5017f6f3ec1516f8c2af (patch) | |
tree | 060f0e822b51c898c83826c302013115f87bc234 /bin/mkdir/mkdir.1 | |
parent | 067a7c674acdb0f198c9eb7ff75e17d1238238f6 (diff) |
consistency
Diffstat (limited to 'bin/mkdir/mkdir.1')
-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 f75c94eb9d4..99d9b0383c0 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkdir.1,v 1.8 1999/08/16 18:40:03 aaron Exp $ +.\" $OpenBSD: mkdir.1,v 1.9 1999/08/17 14:04:00 aaron Exp $ .\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -49,8 +49,9 @@ .Op Fl m Ar mode .Ar directory_name Op Ar ... .Sh DESCRIPTION +The .Nm -creates the directories named as operands, in the order specified, +utility creates the directories named as operands, in the order specified, using mode .Li rwxrwxrwx (\&0777) as modified by the current |