Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/scripts/checkpaths.1
+++ new/usr/src/tools/scripts/checkpaths.1onbld
1 -.\" ident "%Z%%M% %I% %E% SMI"
2 1 .\" Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3 2 .\" Use is subject to license terms.
4 3 .\"
5 4 .\" CDDL HEADER START
6 5 .\"
7 6 .\" The contents of this file are subject to the terms of the
8 7 .\" Common Development and Distribution License, Version 1.0 only
9 8 .\" (the "License"). You may not use this file except in compliance
10 9 .\" with the License.
11 10 .\"
12 11 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 12 .\" or http://www.opensolaris.org/os/licensing.
14 13 .\" See the License for the specific language governing permissions
↓ open down ↓ |
3 lines elided |
↑ open up ↑ |
15 14 .\" and limitations under the License.
16 15 .\"
17 16 .\" When distributing Covered Code, include this CDDL HEADER in each
18 17 .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 18 .\" If applicable, add the following below this CDDL HEADER, with the
20 19 .\" fields enclosed by brackets "[]" replaced with your own identifying
21 20 .\" information: Portions Copyright [yyyy] [name of copyright owner]
22 21 .\"
23 22 .\" CDDL HEADER END
24 23 .\"
25 -.TH checkpaths 1 "25 September 2003"
24 +.TH checkpaths 1ONBLD "25 September 2003"
26 25 .SH NAME
27 26 .I checkpaths
28 27 \- check file path containing files
29 28 .SH SYNOPSIS
30 29 \fBcheckpaths [-b] [root_paths...]\fP
31 30 .LP
32 31 .SH DESCRIPTION
33 32 .IX "OS-Net build tools" "checkpaths" "" "\fBcheckpaths\fP"
34 33 .LP
35 34 .I checkpaths
36 35 inspects the contents of various files within an OS-Net workspace to
37 36 ensure that the file paths listed in those files are valid. This
38 37 provides an integrity check of the workspace to catch cases where a
39 38 file was removed or renamed without updating the corresponding
40 39 \fIinc.flg\fP, \fIcry_files\fP, or \fIexception_list\fP entry.
41 40 .LP
42 41 .I checkpaths
43 -is typically called from \fBnightly(1)\fP. It may be invoked
42 +is typically called from \fBnightly(1ONBLD)\fP. It may be invoked
44 43 interactively within a workspace, and requires that at least
45 44 \fI$CODEMGR_WS\fP is set to a valid workspace. It is not necessary
46 45 that a full build has been performed in the workspace to be tested,
47 46 but if full build(s) are not available under the
48 47 \fI$CODEMGR_WS/proto/\fP directory, then the corresponding exclusion
49 48 lists are not verified.
50 49 .LP
51 50 .SH OPTIONS
52 51 .LP
53 52 The following options are supported:
54 53 .TP 4
55 54 .B \-b
56 55 Disable processing of files that list derived (built) objects. This
57 56 should be set if the \fI$CODEMGR_WS/proto/\fP directory exists, but
58 -the contents are known to be bad. \fBnightly(1)\fP will typically set
57 +the contents are known to be bad. \fBnightly(1ONBLD)\fP will typically set
59 58 this flag if the build fails.
60 59 .LP
61 60 .TP 4
62 61 .B root_paths...
63 62 By default, checkpaths validates all of the proto areas for known
64 63 architectures that exist in the \fI$CODEMGR_WS/proto/\fP directory.
65 64 To specify other root directories, list them as arguments on the
66 65 command line. It is an error if any of the root paths specified does
67 66 not end with a known architecture.
68 67 .LP
69 68 .SH ENVIRONMENT VARIABLES
70 69 .LP
71 70 .B CODEMGR_WS
72 71 .RS 4
73 72 The root of your TeamWare workspace, which is the directory
↓ open down ↓ |
5 lines elided |
↑ open up ↑ |
74 73 containing \fICodemgr_wsdata\fP.
75 74 .RE
76 75 .LP
77 76 .B SRC
78 77 .RS 4
79 78 The location of your ON source tree. Defaults to
80 79 \fI$CODEMGR_WS/usr/src/\fP if not specified.
81 80 .RE
82 81 .LP
83 82 .SH SEE ALSO
84 -.B nightly(1).
83 +.B nightly(1ONBLD).
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX