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_cmp.1onbld.man.txt
          +++ new/usr/src/tools/scripts/interface_cmp.1onbld.man.txt
   1      -interface_cmp(1ONBLD)         illumos Build Tools        interface_cmp(1ONBLD)
        1 +INTERFACE_CMP(1ONBLD)         illumos Build Tools        INTERFACE_CMP(1ONBLD)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         interface_cmp - compare shared object interface descriptions
   7    7  
   8    8  SYNOPSIS
   9    9         interface_cmp [-dot] [-e exfile] old new
  10   10  
  11   11  DESCRIPTION
↓ open down ↓ 55 lines elided ↑ open up ↑
  67   67             This is a debugging feature, and not intended for general use.
  68   68  
  69   69  EXCEPTION FILE FORMAT
  70   70         Exceptions to the rules enforced by interface_cmp are specified using
  71   71         an exception file. The -e option is used to specify an explicit
  72   72         exception file. Otherwise, if used in an activated workspace, the
  73   73         default exception file is $CODEMGR_WS/exception_list/interface_cmp if
  74   74         that file exists. If not used in an activated workspace, or if
  75   75         $CODEMGR_WS/exception_list/interface_cmp does not exist, interface_cmp
  76   76         will use /opt/onbld/etc/exception_list/interface_cmp as a fallback
  77      -       default exception file.  To run interface_cmp without applying
  78      -       exceptions, specify -e with a value of /dev/null.
       77 +       default exception file.
  79   78  
       79 +       To run interface_cmp without applying exceptions, specify -e with a
       80 +       value of /dev/null.
       81 +
  80   82         A '#' character at the beginning of a line, or at any point in a line
  81   83         when preceded by whitespace, introduces a comment. Empty lines, and
  82   84         lines containing only comments, are ignored by interface_cmp.
  83   85         Exceptions are specified as space separated keyword, and perl(1)
  84   86         regular expressions. The number of regular expressions depends on the
  85   87         particular exception in questions:
  86   88  
  87   89             keyword  perl-regex...
  88   90  
  89   91         Since whitespace is used as a separator, the regular expression cannot
↓ open down ↓ 57 lines elided ↑ open up ↑
 147  149         Note: the above comparison files were doctored in order to provide the
 148  150         example, they do not indicate any real changes that have occurred in
 149  151         the associated system libraries.
 150  152  
 151  153  SEE ALSO
 152  154         find_elf(1ONBLD), interface_check(1ONBLD), ld(1), ldd(1), elfdump(1),
 153  155         pvs(1).
 154  156  
 155  157  
 156  158  
 157      -                                 25 March 2010           interface_cmp(1ONBLD)
      159 +                                March 25, 2010           INTERFACE_CMP(1ONBLD)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX