]> git.sesse.net Git - rdpsrv/blob - Xserver/config/util/mkdirhier.man
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / config / util / mkdirhier.man
1 .\" $XConsortium: mkdirhier.man /main/9 1996/09/28 16:17:00 rws $
2 .\" Copyright (c) 1993, 1994  X Consortium
3 .\" 
4 .\" Permission is hereby granted, free of charge, to any person obtaining a
5 .\" copy of this software and associated documentation files (the "Software"), 
6 .\" to deal in the Software without restriction, including without limitation 
7 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense, 
8 .\" and/or sell copies of the Software, and to permit persons to whom the 
9 .\" Software furnished to do so, subject to the following conditions:
10 .\" 
11 .\" The above copyright notice and this permission notice shall be included in
12 .\" all copies or substantial portions of the Software.
13 .\" 
14 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
17 .\" THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
18 .\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 
19 .\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
20 .\" SOFTWARE.
21 .\" 
22 .\" Except as contained in this notice, the name of the X Consortium shall not 
23 .\" be used in advertising or otherwise to promote the sale, use or other 
24 .\" dealing in this Software without prior written authorization from the 
25 .\" X Consortium.
26 .TH MKDIRHIER 1 "Release 6.1" "X Version 11"
27 .SH NAME
28 mkdirhier \- makes a directory hierarchy
29 .SH SYNOPSIS
30 .B mkdirhier
31 directory ...
32 .SH DESCRIPTION
33 The
34 .I mkdirhier
35 command creates the specified directories. Unlike
36 .I mkdir
37 if any of the parent directories of the specified directory
38 do not exist, it creates them as well.
39 .SH "SEE ALSO"
40 mkdir(1)