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/interface_check.1onbld.man.txt
          +++ new/usr/src/tools/scripts/interface_check.1onbld.man.txt
   1      -interface_check(1ONBLD)       illumos Build Tools      interface_check(1ONBLD)
        1 +INTERFACE_CHECK(1ONBLD)       illumos Build Tools      INTERFACE_CHECK(1ONBLD)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         interface_check - check shared object interfaces
   7    7  
   8    8  SYNOPSIS
   9    9         interface_check [-hIo] [-c vertype_module] [-E errfile] [-e exfile] [-f
  10   10         listfile] [-i intffile] [-w outdir] file | dir, ...
  11   11  
↓ open down ↓ 120 lines elided ↑ open up ↑
 132  132             outdir.
 133  133  
 134  134  EXCEPTION FILE FORMAT
 135  135         Exceptions to the rules enforced by interface_check are be specified
 136  136         using an exception file. The -e option is used to specify an explicit
 137  137         exception file. Otherwise, if used in an activated workspace, the
 138  138         default exception file is $CODEMGR_WS/exception_list/interface_check if
 139  139         that file exists. If not used in an activated workspace, or if
 140  140         $CODEMGR_WS/exception_list/interface_check does not exist,
 141  141         interface_check will use /opt/onbld/etc/exception_list/interface_check
 142      -       as a fallback default exception file.  To run interface_check without
 143      -       applying exceptions, specify -e with a value of /dev/null.
      142 +       as a fallback default exception file.
 144  143  
      144 +       To run interface_check without applying exceptions, specify -e with a
      145 +       value of /dev/null.
      146 +
 145  147         A '#' character at the beginning of a line, or at any point in a line
 146  148         when preceded by whitespace, introduces a comment. Empty lines, and
 147  149         lines containing only comments, are ignored by interface_check.
 148  150         Exceptions are specified as space separated keyword, and perl(1)
 149  151         regular expression:
 150  152  
 151  153             keyword  perl-regex
 152  154  
 153  155         Since whitespace is used as a separator, the regular expression cannot
 154  156         itself contain whitespace. Use of the \s character class to represent
↓ open down ↓ 121 lines elided ↑ open up ↑
 276  278  FILES
 277  279              $CODEMGR_WS/exception_list/interface_check
 278  280              /opt/onbld/etc/exception_list/interface_check
 279  281  
 280  282  SEE ALSO
 281  283         find_elf(1ONBLD), interface_cmp(1ONBLD), ld(1), ldd(1), elfdump(1),
 282  284         pvs(1).
 283  285  
 284  286  
 285  287  
 286      -                                 25 March 2010         interface_check(1ONBLD)
      288 +
      289 +
      290 +                                March 25, 2010         INTERFACE_CHECK(1ONBLD)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX