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>
*** 1,6 ****
- .\" ident "%Z%%M% %I% %E% SMI"
.\" Copyright 2005 Sun Microsystems, Inc. All rights reserved.
.\" Use is subject to license terms.
.\"
.\" CDDL HEADER START
.\"
--- 1,5 ----
*** 20,30 ****
.\" fields enclosed by brackets "[]" replaced with your own identifying
.\" information: Portions Copyright [yyyy] [name of copyright owner]
.\"
.\" CDDL HEADER END
.\"
! .TH checkpaths 1 "25 September 2003"
.SH NAME
.I checkpaths
\- check file path containing files
.SH SYNOPSIS
\fBcheckpaths [-b] [root_paths...]\fP
--- 19,29 ----
.\" fields enclosed by brackets "[]" replaced with your own identifying
.\" information: Portions Copyright [yyyy] [name of copyright owner]
.\"
.\" CDDL HEADER END
.\"
! .TH checkpaths 1ONBLD "25 September 2003"
.SH NAME
.I checkpaths
\- check file path containing files
.SH SYNOPSIS
\fBcheckpaths [-b] [root_paths...]\fP
*** 38,48 ****
provides an integrity check of the workspace to catch cases where a
file was removed or renamed without updating the corresponding
\fIinc.flg\fP, \fIcry_files\fP, or \fIexception_list\fP entry.
.LP
.I checkpaths
! is typically called from \fBnightly(1)\fP. It may be invoked
interactively within a workspace, and requires that at least
\fI$CODEMGR_WS\fP is set to a valid workspace. It is not necessary
that a full build has been performed in the workspace to be tested,
but if full build(s) are not available under the
\fI$CODEMGR_WS/proto/\fP directory, then the corresponding exclusion
--- 37,47 ----
provides an integrity check of the workspace to catch cases where a
file was removed or renamed without updating the corresponding
\fIinc.flg\fP, \fIcry_files\fP, or \fIexception_list\fP entry.
.LP
.I checkpaths
! is typically called from \fBnightly(1ONBLD)\fP. It may be invoked
interactively within a workspace, and requires that at least
\fI$CODEMGR_WS\fP is set to a valid workspace. It is not necessary
that a full build has been performed in the workspace to be tested,
but if full build(s) are not available under the
\fI$CODEMGR_WS/proto/\fP directory, then the corresponding exclusion
*** 53,63 ****
The following options are supported:
.TP 4
.B \-b
Disable processing of files that list derived (built) objects. This
should be set if the \fI$CODEMGR_WS/proto/\fP directory exists, but
! the contents are known to be bad. \fBnightly(1)\fP will typically set
this flag if the build fails.
.LP
.TP 4
.B root_paths...
By default, checkpaths validates all of the proto areas for known
--- 52,62 ----
The following options are supported:
.TP 4
.B \-b
Disable processing of files that list derived (built) objects. This
should be set if the \fI$CODEMGR_WS/proto/\fP directory exists, but
! the contents are known to be bad. \fBnightly(1ONBLD)\fP will typically set
this flag if the build fails.
.LP
.TP 4
.B root_paths...
By default, checkpaths validates all of the proto areas for known
*** 79,84 ****
The location of your ON source tree. Defaults to
\fI$CODEMGR_WS/usr/src/\fP if not specified.
.RE
.LP
.SH SEE ALSO
! .B nightly(1).
--- 78,83 ----
The location of your ON source tree. Defaults to
\fI$CODEMGR_WS/usr/src/\fP if not specified.
.RE
.LP
.SH SEE ALSO
! .B nightly(1ONBLD).