diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
| commit | 46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch) | |
| tree | 00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/mkdir | |
| parent | c578efe575dc0b2020cf21aaae2c34b12a12a430 (diff) | |
Notes
Diffstat (limited to 'bin/mkdir')
| -rw-r--r-- | bin/mkdir/mkdir.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 4ddfb7bc1f94..269c096c04f3 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.6 1997/02/22 14:04:08 peter Exp $ +.\" $Id: mkdir.1,v 1.7 1998/05/15 06:23:43 charnier Exp $ .\" .Dd January 25, 1994 .Dt MKDIR 1 @@ -80,9 +80,10 @@ permission for the owner. .El .Pp The user must have write permission in the parent directory. -.Pp -.Nm Mkdir -exits 0 if successful, and >0 if an error occurred. +.Sh DIAGNOSTICS +The +.Nm +utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO .Xr rmdir 1 .Sh STANDARDS |
