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/check_rtime.1onbld.man.txt
          +++ new/usr/src/tools/scripts/check_rtime.1onbld.man.txt
   1      -check_rtime(1ONBLD)           illumos Build Tools          check_rtime(1ONBLD)
        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  
↓ open down ↓ 305 lines elided ↑ open up ↑
 317  317             outdir.
 318  318  
 319  319  EXCEPTION FILE FORMAT
 320  320         Exceptions to the rules enforced by check_rtime are specified using an
 321  321         exception file. The -e option is used to specify an explicit exception
 322  322         file. Otherwise, if used in an activated workspace, the default
 323  323         exception file is $CODEMGR_WS/exception_list/check_rtime if that file
 324  324         exists. If not used in an activated workspace, or if
 325  325         $CODEMGR_WS/exception_list/check_rtime does not exist, check_rtime will
 326  326         use /opt/onbld/etc/exception_list/check_rtime as a fallback default
 327      -       exception file.  To run check_rtime without applying exceptions,
 328      -       specify -e with a value of /dev/null.
      327 +       exception file.
 329  328  
      329 +       To run check_rtime without applying exceptions, specify -e with a value
      330 +       of /dev/null.
      331 +
 330  332         A '#' character at the beginning of a line, or at any point in a line
 331  333         when preceded by whitespace, introduces a comment. Empty lines, and
 332  334         lines containing only comments, are ignored by check_rtime.  Exceptions
 333  335         are specified as space separated keyword, and perl(1) regular
 334  336         expression:
 335  337  
 336  338             keyword  perl-regex
 337  339  
 338  340         Since whitespace is used as a separator, the regular expression cannot
 339  341         itself contain whitespace. Use of the \s character class to represent
↓ open down ↓ 150 lines elided ↑ open up ↑
 490  492  
 491  493  FILES
 492  494              $CODEMGR_WS/exception_list/check_rtime
 493  495              /opt/onbld/etc/exception_list/check_rtime
 494  496  
 495  497  SEE ALSO
 496  498         crle(1), elfdump(1), find_elf(1ONBLD), ldd(1), ld.so.1(1), mcs(1).
 497  499  
 498  500  
 499  501  
 500      -                                 09 March 2010             check_rtime(1ONBLD)
      502 +                                 March 9, 2010             CHECK_RTIME(1ONBLD)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX