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.man.txt
          +++ new/usr/src/tools/scripts/check_rtime.1onbld.man.txt
   1      -check_rtime(1)                   User Commands                  check_rtime(1)
        1 +check_rtime(1ONBLD)           illumos Build Tools          check_rtime(1ONBLD)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         check_rtime - check ELF runtime attributes
   7    7  
   8    8  SYNOPSIS
   9    9         check_rtime [-imosv] [-D depfile | -d depdir] [-E errfile] [-e exfile]
  10   10         [-f listfile] [-I infofile] [-w outdir] file | dir, ...
  11   11  
  12   12  DESCRIPTION
  13   13         check_rtime attempts to check a number of ELF runtime attributes for
  14   14         consistency with common build rules.  These checks involve running
  15   15         ldd(1) and elfdump(1) against a family of dynamic objects.  A dynamic
  16   16         object can be defined explicitly as a file or multiple dynamic objects
  17   17         can be located under the directory dir.
  18   18  
  19      -       check_rtime is typically called from nightly(1) when the -r option is
  20      -       in effect. In this case the dynamic objects under the associated proto
  21      -       area ($ROOT) are checked.  check_rtime can also be run standalone
       19 +       check_rtime is typically called from nightly(1ONBLD) when the -r option
       20 +       is in effect. In this case the dynamic objects under the associated
       21 +       proto area ($ROOT) are checked.  check_rtime can also be run standalone
  22   22         against any set of dynamic objects.
  23   23  
  24   24         check_rtime uses ldd(1) to verify dependencies. This implies that by
  25   25         default any object inspected will bind to its dependencies as they are
  26   26         found in the underlying system.  Use of the -D, -d option, or the
  27   27         existence of the environment variables $CODEMGR_WS/$ROOT instruct
  28   28         check_rtime to establish an alternative dependency mapping using
  29   29         runtime configuration files generated with crle(1).
  30   30  
  31   31         check_rtime uses ldd(1) to completely relocate any dynamic object and
↓ open down ↓ 237 lines elided ↑ open up ↑
 269  269  OPTIONS
 270  270         The following options are supported:
 271  271  
 272  272         -D depfile
 273  273             Use depfile to generate an alternative dependency mapping.  depfile
 274  274             must be created by 'find_elf -r'.  The -D and -d options are
 275  275             mutually exclusive.
 276  276  
 277  277         -d depdir
 278  278             Use depdir to generate an alternative dependency mapping.
 279      -           find_elf(1) is used to locate the ELF sharable objects for which
 280      -           alternative mappings are required. The -D and -d options are
      279 +           find_elf(1ONBLD) is used to locate the ELF sharable objects for
      280 +           which alternative mappings are required. The -D and -d options are
 281  281             mutually exclusive.
 282  282  
 283  283         -E errfile
 284  284             Direct error messages for the analyzed objects to errfile instead
 285  285             of stdout.
 286  286  
 287  287         -e exfile
 288  288             An exception file is used to exclude objects from the usual rules.
 289  289             See EXCEPTION FILE FORMAT.
 290  290  
↓ open down ↓ 195 lines elided ↑ open up ↑
 486  486         encountered on a sparc system, can not be fully inspected.  These
 487  487         objects are displayed as:
 488  488  
 489  489             foo: has wrong class or data encoding
 490  490  
 491  491  FILES
 492  492              $CODEMGR_WS/exception_list/check_rtime
 493  493              /opt/onbld/etc/exception_list/check_rtime
 494  494  
 495  495  SEE ALSO
 496      -       crle(1), elfdump(1), find_elf(1), ldd(1), ld.so.1(1), mcs(1).
      496 +       crle(1), elfdump(1), find_elf(1ONBLD), ldd(1), ld.so.1(1), mcs(1).
 497  497  
 498  498  
 499  499  
 500      -                                 09 March 2010                  check_rtime(1)
      500 +                                 09 March 2010             check_rtime(1ONBLD)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX