Print this page
6282 ONBLD man pages not pbchk clean
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/scripts/mapfilechk.1onbld
+++ new/usr/src/tools/scripts/mapfilechk.1onbld
1 1 .\" CDDL HEADER START
2 2 .\"
3 3 .\" The contents of this file are subject to the terms of the
4 4 .\" Common Development and Distribution License (the "License").
5 5 .\" You may not use this file except in compliance with the License.
6 6 .\"
7 7 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8 8 .\" or http://www.opensolaris.org/os/licensing.
9 9 .\" See the License for the specific language governing permissions
10 10 .\" and limitations under the License.
11 11 .\"
↓ open down ↓ |
11 lines elided |
↑ open up ↑ |
12 12 .\" When distributing Covered Code, include this CDDL HEADER in each
13 13 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14 14 .\" If applicable, add the following below this CDDL HEADER, with the
15 15 .\" fields enclosed by brackets "[]" replaced with your own identifying
16 16 .\" information: Portions Copyright [yyyy] [name of copyright owner]
17 17 .\"
18 18 .\" CDDL HEADER END
19 19 .\"
20 20 .\" Copyright 2009 Sun Microsystems, Inc. All rights reserved.
21 21 .\" Use is subject to license terms.
22 -.TH mapfilechk 1ONBLD "27 January 2009"
22 +.TH MAPFILECHK 1ONBLD "Jan 27, 2009"
23 23 .SH NAME
24 24 mapfilechk \- Check for valid link-editor mapfile header blocks
25 25 .SH SYNOPSIS
26 26 .nf
27 27 \fBmapfilechk \fR [\fB-v\fR] [\fB-x\fR \fIexceptions_file\fR] [\fIpath\fR...]
28 28 .fi
29 -.LP
30 29 .SH DESCRIPTION
31 -.IX "OS-Net build tools" "mapfilechk" "" "\fBmapfilechk\fP"
32 30 mapfilechk inspects link-editor mapfiles for missing, obsolete,
33 31 or corrupt mapfile header blocks.
34 -.LP
35 32 .SH OPTIONS
36 -.LP
37 33 .TP 4
38 34 .B \-v
39 35 Report on all files, not just those with invalid headers
40 -.LP
41 36 .TP 4
42 37 .B \-x \fIexceptions_file\fR
43 38 Load an exceptions file containing a list of files, directories and
44 39 file extensions to be ignored.
45 40 Exceptions may be one of three types:
46 41 .RS +4
47 42 .TP
48 43 .ie t \(bu
49 44 .el o
50 45 File paths
51 46 .RE
52 47 .RS +4
53 48 .TP
↓ open down ↓ |
3 lines elided |
↑ open up ↑ |
54 49 .ie t \(bu
55 50 .el o
56 51 Directories, specified with a trailing '/'
57 52 .RE
58 53 .RS +4
59 54 .TP
60 55 .ie t \(bu
61 56 .el o
62 57 File extensions, specified with a leading '*.'
63 58 .RE
64 -.LP
65 59 .SH EXIT STATUS
66 60 .TP 4
67 61 .B 0
68 62 The command completed successfully.
69 63 No errors or warnings were reported
70 -.LP
71 64 .TP 4
72 65 .B 1
73 66 The command completed unsuccessfully.
74 67 One or more errors or warnings were reported.
75 -.LP
76 68 .TP 4
77 69 .B 2
78 70 Invalid command-line arguments were specified to the command.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX