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/check_rtime.1
          +++ new/usr/src/tools/scripts/check_rtime.1onbld
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  .\" and limitations under the License.
  13   13  .\"
  14   14  .\" When distributing Covered Code, include this CDDL HEADER in each
  15   15  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16  .\" If applicable, add the following below this CDDL HEADER, with the
  17   17  .\" fields enclosed by brackets "[]" replaced with your own identifying
  18   18  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  .\"
  20   20  .\" CDDL HEADER END
  21   21  .\"
  22      -.TH check_rtime 1 "09 March 2010"
       22 +.TH check_rtime 1ONBLD "09 March 2010"
  23   23  .SH NAME
  24   24  .I check_rtime
  25   25  \- check ELF runtime attributes
  26   26  .SH SYNOPSIS
  27   27  \fBcheck_rtime [-imosv] [-D depfile | -d depdir] [-E errfile] [-e exfile] [-f listfile] [-I infofile] [-w outdir] file | dir, ...\fP
  28   28  .LP
  29   29  .SH DESCRIPTION
  30   30  .IX "OS-Net build tools" "check_rtime" "" "\fBcheck_rtime\fP"
  31   31  .LP
  32   32  .I check_rtime
  33   33  attempts to check a number of ELF runtime attributes
  34   34  for consistency with common build rules.
  35   35  These checks involve running \fBldd(1)\fP and
  36   36  \fBelfdump(1)\fP against a family of dynamic objects.
  37   37  A dynamic object can be defined explicitly as a \fIfile\fP
  38   38  or multiple dynamic objects can be located under the directory \fIdir\fP.
  39   39  .LP
  40   40  .I check_rtime
  41      -is typically called from \fBnightly(1)\fP when the \fB-r\fP
       41 +is typically called from \fBnightly(1ONBLD)\fP when the \fB-r\fP
  42   42  option is in effect. In this case the dynamic objects under
  43   43  the associated \fIproto\fP area (\fB$ROOT\fP) are checked.
  44   44  .I check_rtime
  45   45  can also be run standalone against any set of dynamic objects.
  46   46  .LP
  47   47  .I check_rtime
  48   48  uses \fBldd(1)\fP to verify dependencies. This implies that
  49   49  by default any object inspected will bind to its dependencies
  50   50  as they are found in the \fBunderlying\fP system.  Use of the \fB-D\fP, \fB-d\fP
  51   51  option, or the existence of the environment variables
↓ open down ↓ 317 lines elided ↑ open up ↑
 369  369  .LP
 370  370  The following options are supported:
 371  371  .TP 4
 372  372  .B \-D depfile
 373  373  Use \fIdepfile\fP to generate an alternative dependency mapping.
 374  374  \fIdepfile\fP must be created by '\fBfind_elf -r\fP'.
 375  375  The \fB-D\fP and \fB-d\fP options are mutually exclusive.
 376  376  .TP
 377  377  .B \-d depdir
 378  378  Use \fIdepdir\fP to generate an alternative dependency mapping.
 379      -\fBfind_elf(1)\fP is used to locate the ELF sharable objects for
      379 +\fBfind_elf(1ONBLD)\fP is used to locate the ELF sharable objects for
 380  380  which alternative mappings are required. The \fB-D\fP and \fB-d\fP options
 381  381  are mutually exclusive.
 382  382  .TP 4
 383  383  .B \-E errfile
 384  384  Direct error messages for the analyzed objects to \fIerrfile\fP instead 
 385  385  of stdout.
 386  386  .TP 4
 387  387  .B \-e exfile
 388  388  An exception file is used to exclude objects from
 389  389  the usual rules. See EXCEPTION FILE FORMAT.
↓ open down ↓ 331 lines elided ↑ open up ↑
 721  721  .RE
 722  722  .LP
 723  723  .SH FILES
 724  724  .LP
 725  725  .RS 5
 726  726  $CODEMGR_WS/exception_list/check_rtime
 727  727  /opt/onbld/etc/exception_list/check_rtime
 728  728  .SH SEE ALSO
 729  729  .B crle(1),
 730  730  .B elfdump(1),
 731      -.B find_elf(1),
      731 +.B find_elf(1ONBLD),
 732  732  .B ldd(1),
 733  733  .B ld.so.1(1),
 734  734  .B mcs(1).
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX