From 9450d340f263db2da3fe313ca17fc0fbf543b534 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 25 Jul 2018 00:12:39 +0100 Subject: [PATCH] mkdir: documentation --- Applications/util/mkdir.1 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Applications/util/mkdir.1 diff --git a/Applications/util/mkdir.1 b/Applications/util/mkdir.1 new file mode 100644 index 00000000..69b64383 --- /dev/null +++ b/Applications/util/mkdir.1 @@ -0,0 +1,22 @@ +MKDIR(1) +## NAME +*mkdir* - create directories +## SYNOPSIS +*mkdir* \[OPTION\]... DIRECTORY... + +## DESCRIPTION +Creates the given directories if they do not already exist. + +:*-p* + Create any missing or intermediate pathname components + +When the *-p* option is selected the mkdir command attempts to create any +intermediate directories on the path. Any existing directory is not created +and its presence is not considered an error. This includes the final target. + +## BUGS ## +The POSIX -m option is not supported + +## STANDARDS ## +See bugs. + -- 2.34.1