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>

*** 1,6 **** ! find_elf(1ONBLD) illumos Build Tools find_elf(1ONBLD) NAME find_elf - Locate ELF shared objects and executables --- 1,6 ---- ! FIND_ELF(1ONBLD) illumos Build Tools FIND_ELF(1ONBLD) NAME find_elf - Locate ELF shared objects and executables
*** 95,107 **** drwxr-xr-x 3 root root 7 Jul 16 17:35 ../ lrwxrwxrwx 1 root bin 11 Jul 16 17:35 libfoo.so -> libfoo.so.1* -rwxr-xr-x 1 root bin 72536 Jul 16 17:35 libfoo.so.1* This hierarchy contains compilation symlinks (libfoo.so) and path alias ! symlinks (32, 64), as discussed in OUTPUT. find_elf produces the ! following output for the above hierarchy: % find_elf -r /usr/lib/foo PREFIX /usr/lib/foo OBJECT 64 DYN VERDEF amd64/libfoo.so.1 ALIAS amd64/libfoo.so.1 64/libfoo.so ALIAS amd64/libfoo.so.1 64/libfoo.so.1 --- 95,108 ---- drwxr-xr-x 3 root root 7 Jul 16 17:35 ../ lrwxrwxrwx 1 root bin 11 Jul 16 17:35 libfoo.so -> libfoo.so.1* -rwxr-xr-x 1 root bin 72536 Jul 16 17:35 libfoo.so.1* This hierarchy contains compilation symlinks (libfoo.so) and path alias ! symlinks (32, 64), as discussed in OUTPUT. + find_elf produces the following output for the above hierarchy: + % find_elf -r /usr/lib/foo PREFIX /usr/lib/foo OBJECT 64 DYN VERDEF amd64/libfoo.so.1 ALIAS amd64/libfoo.so.1 64/libfoo.so ALIAS amd64/libfoo.so.1 64/libfoo.so.1
*** 143,148 **** check_rtime(1ONBLD), interface_check(1ONBLD), interface_cmp(1ONBLD), ld(1), ldd(1), elfdump(1), pvs(1). ! 25 March 2010 find_elf(1ONBLD) --- 144,150 ---- check_rtime(1ONBLD), interface_check(1ONBLD), interface_cmp(1ONBLD), ld(1), ldd(1), elfdump(1), pvs(1). ! ! March 25, 2010 FIND_ELF(1ONBLD)