From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/mkdir.html | 79 ----------------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 man/man1/mkdir.html (limited to 'man/man1/mkdir.html') diff --git a/man/man1/mkdir.html b/man/man1/mkdir.html deleted file mode 100644 index 489d8b91..00000000 --- a/man/man1/mkdir.html +++ /dev/null @@ -1,79 +0,0 @@ - -mkdir(1) - Plan 9 from User Space - - - - -
-
-
MKDIR(1)MKDIR(1) -
-
-

NAME
- -
- - mkdir – make a directory
- -
-

SYNOPSIS
- -
- - mkdir [ −p ] [ −m mode ] dirname ...
-
-
-

DESCRIPTION
- -
- - Mkdir creates the specified directories. It requires write permission - in the parent directory. -
- - If the −p flag is given, mkdir creates any necessary parent directories - and does not complain if the target directory already exists. - -
- - The −m flag sets the permissions to be used when creating the - directory. The default is 0777.
- -
-

SEE ALSO
- -
- - rm(1)
- cd in rc(1)
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/mkdir.c
-
-
-

DIAGNOSTICS
- -
- - Mkdir returns null exit status if all directories were successfully - made. Otherwise it prints a diagnostic and returns "error" status.
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3