Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
*** 1,6 ****
! interface_check(1) User Commands interface_check(1)
NAME
interface_check - check shared object interfaces
--- 1,6 ----
! interface_check(1ONBLD) illumos Build Tools interface_check(1ONBLD)
NAME
interface_check - check shared object interfaces
*** 17,30 ****
description file created can be used with interface_cmp to audit the
versioning evolution of a software product. These interface
description files reflect the association of the shared object's global
symbols with recorded version definitions.
! interface_check is typically called from nightly(1) when the -A option
! is in effect. In this case the shared objects under the associated
! proto area ($ROOT) are examined. interface_check can also be run
! standalone against any set of dynamic objects.
interface_check uses elfdump(1) and pvs(1) to check file naming
standardization, and versioning consistency. These check are carried
out for the following reasons:
--- 17,30 ----
description file created can be used with interface_cmp to audit the
versioning evolution of a software product. These interface
description files reflect the association of the shared object's global
symbols with recorded version definitions.
! interface_check is typically called from nightly(1ONBLD) when the -A
! option is in effect. In this case the shared objects under the
! associated proto area ($ROOT) are examined. interface_check can also
! be run standalone against any set of dynamic objects.
interface_check uses elfdump(1) and pvs(1) to check file naming
standardization, and versioning consistency. These check are carried
out for the following reasons:
*** 276,285 ****
FILES
$CODEMGR_WS/exception_list/interface_check
/opt/onbld/etc/exception_list/interface_check
SEE ALSO
! find_elf(1), interface_cmp(1), ld(1), ldd(1), elfdump(1), pvs(1).
! 25 March 2010 interface_check(1)
--- 276,286 ----
FILES
$CODEMGR_WS/exception_list/interface_check
/opt/onbld/etc/exception_list/interface_check
SEE ALSO
! find_elf(1ONBLD), interface_cmp(1ONBLD), ld(1), ldd(1), elfdump(1),
! pvs(1).
! 25 March 2010 interface_check(1ONBLD)