diff options
author | steve <steve@FreeBSD.org> | 1996-12-14 06:04:06 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1996-12-14 06:04:06 +0000 |
commit | 69e648985f258dc0f75c905b5a671ca4a469a279 (patch) | |
tree | cacd09d4a0fefa21d161d06354abd2e4be1f3c12 /bin/mkdir/mkdir.1 | |
parent | 69ca26a30523449bee72a8ea347bfcc2b42d077c (diff) | |
download | FreeBSD-src-69e648985f258dc0f75c905b5a671ca4a469a279.zip FreeBSD-src-69e648985f258dc0f75c905b5a671ca4a469a279.tar.gz |
Cleanup man page and -Wall cleaning.
Diffstat (limited to 'bin/mkdir/mkdir.1')
-rw-r--r-- | bin/mkdir/mkdir.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 50cc3ef..23a8ef4 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94 -.\" $Id: mkdir.1,v 1.2 1994/09/24 02:56:02 davidg Exp $ +.\" $Id: mkdir.1,v 1.3 1996/08/29 18:06:01 wosch Exp $ .\" .Dd January 25, 1994 .Dt MKDIR 1 @@ -47,7 +47,7 @@ .Op Fl m Ar mode .Ar directory_name ... .Sh DESCRIPTION -.Nm Mkdir +.Nm creates the directories named as operands, in the order specified, using mode .Li rwxrwxrwx (\&0777) @@ -81,7 +81,7 @@ permission for the owner. .Pp The user must have write permission in the parent directory. .Pp -.Nm Mkdir +.Nm exits 0 if successful, and >0 if an error occurred. .Sh SEE ALSO .Xr rmdir 1 |