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/find_elf.1onbld.man.txt
          +++ new/usr/src/tools/scripts/find_elf.1onbld.man.txt
   1      -find_elf(1ONBLD)              illumos Build Tools             find_elf(1ONBLD)
        1 +FIND_ELF(1ONBLD)              illumos Build Tools             FIND_ELF(1ONBLD)
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         find_elf - Locate ELF shared objects and executables
   7    7  
   8    8  SYNOPSIS
   9    9         find_elf [-afrs] path
  10   10  
  11   11  DESCRIPTION
↓ open down ↓ 78 lines elided ↑ open up ↑
  90   90             -rwxr-xr-x  1 root bin 49132 Jul 16 17:35 libfoo.so.1*
  91   91  
  92   92             /usr/lib/foo/amd64:
  93   93             total 150
  94   94             drwxr-xr-x  2 root root   4 Jul 16 17:35 ./
  95   95             drwxr-xr-x  3 root root   7 Jul 16 17:35 ../
  96   96             lrwxrwxrwx  1 root bin    11 Jul 16 17:35 libfoo.so -> libfoo.so.1*
  97   97             -rwxr-xr-x  1 root bin 72536 Jul 16 17:35 libfoo.so.1*
  98   98  
  99   99         This hierarchy contains compilation symlinks (libfoo.so) and path alias
 100      -       symlinks (32, 64), as discussed in OUTPUT.  find_elf produces the
 101      -       following output for the above hierarchy:
      100 +       symlinks (32, 64), as discussed in OUTPUT.
 102  101  
      102 +       find_elf produces the following output for the above hierarchy:
      103 +
 103  104             % find_elf -r /usr/lib/foo
 104  105             PREFIX /usr/lib/foo
 105  106             OBJECT 64 DYN  VERDEF  amd64/libfoo.so.1
 106  107             ALIAS                  amd64/libfoo.so.1  64/libfoo.so
 107  108             ALIAS                  amd64/libfoo.so.1  64/libfoo.so.1
 108  109             ALIAS                  amd64/libfoo.so.1  amd64/libfoo.so
 109  110             OBJECT 32 DYN  VERDEF  libfoo.so.1
 110  111             ALIAS                  libfoo.so.1        32/libfoo.so
 111  112             ALIAS                  libfoo.so.1        32/libfoo.so.1
 112  113             ALIAS                  libfoo.so.1        libfoo.so
↓ open down ↓ 25 lines elided ↑ open up ↑
 138  139             OBJECT 32 DYN  VERDEF   /lib/libc.so
 139  140  
 140  141  
 141  142  
 142  143  SEE ALSO
 143  144         check_rtime(1ONBLD), interface_check(1ONBLD), interface_cmp(1ONBLD),
 144  145         ld(1), ldd(1), elfdump(1), pvs(1).
 145  146  
 146  147  
 147  148  
 148      -                                 25 March 2010                find_elf(1ONBLD)
      149 +
      150 +                                March 25, 2010                FIND_ELF(1ONBLD)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX