8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man4 / space.4
blob7a3b61def2ac18ddab04769bb244603d790fde30
1 '\" te
2 .\"  Copyright 1989 AT&T  Copyright (c) 1997, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH SPACE 4 "Feb 7, 1997"
7 .SH NAME
8 space \- disk space requirement file
9 .SH DESCRIPTION
10 .sp
11 .LP
12 \fBspace\fR is an \fBASCII\fR file that gives information about disk space
13 requirements for the target environment. The \fBspace\fR file defines space
14 needed beyond what is used by objects defined in the \fBprototype\fR(4) file;
15 for example, files which will be installed with the \fBinstallf\fR(1M) command.
16 The \fBspace\fR file should define the maximum amount of additional space that
17 a package will require.
18 .sp
19 .LP
20 The generic format of a line in this file is:
21 .sp
22 .LP
23 \fIpathname  blocks  inodes\fR
24 .sp
25 .LP
26 Definitions for the fields are as follows:
27 .sp
28 .ne 2
29 .na
30 \fB\fIpathname\fR\fR
31 .ad
32 .RS 12n
33 Specify a directory name which may or may not be the mount  point for a
34 filesystem. Names that do not begin with a slash  ('\fB/\fR') indicate
35 relocatable directories.
36 .RE
38 .sp
39 .ne 2
40 .na
41 \fB\fIblocks\fR\fR
42 .ad
43 .RS 12n
44 Define the number of disk blocks required for installation of the files and
45 directory entries contained in the pathname (using a 512-byte block size).
46 .RE
48 .sp
49 .ne 2
50 .na
51 \fB\fIinodes\fR\fR
52 .ad
53 .RS 12n
54 Define the number of inodes required for installation of the files and
55 directory entries contained in the pathname.
56 .RE
58 .SH EXAMPLES
59 .LP
60 \fBExample 1 \fRA sample file.
61 .sp
62 .in +2
63 .nf
64 # extra space required by config data which is
65 # dynamically loaded onto the system
66 data    500     1
67 .fi
68 .in -2
69 .sp
71 .SH SEE ALSO
72 .sp
73 .LP
74 \fBinstallf\fR(1M), \fBprototype\fR(4)
75 .sp
76 .LP
77 \fIApplication Packaging Developer\&'s Guide\fR