Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[oweals/cde.git] / util / mkdirhier.man
1 .\" $TOG: mkdirhier.man /main/10 1998/02/06 11:24:42 kaleb $
2 .\" Copyright (c) 1993, 1994, 1998 The Open Group
3 .\" 
4 .\" All Rights Reserved.
5 .\" 
6 .\" The above copyright notice and this permission notice shall be included in
7 .\" all copies or substantial portions of the Software.
8 .\" 
9 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
10 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL 
12 .\" THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
13 .\" WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 
14 .\" OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
15 .\" SOFTWARE.
16 .\" 
17 .\" Except as contained in this notice, the name of The Open Group shall not 
18 .\" be used in advertising or otherwise to promote the sale, use or other 
19 .\" dealing in this Software without prior written authorization from The 
20 .\" Open Group.
21 .TH MKDIRHIER 1 "Release 6.4" "X Version 11"
22 .SH NAME
23 mkdirhier \- makes a directory hierarchy
24 .SH SYNOPSIS
25 .B mkdirhier
26 directory ...
27 .SH DESCRIPTION
28 The
29 .I mkdirhier
30 command creates the specified directories. Unlike
31 .I mkdir
32 if any of the parent directories of the specified directory
33 do not exist, it creates them as well.
34 .SH "SEE ALSO"
35 mkdir(1)