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 ****
! interface_check(1ONBLD) illumos Build Tools interface_check(1ONBLD)
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
*** 137,149 ****
exception file. Otherwise, if used in an activated workspace, the
default exception file is $CODEMGR_WS/exception_list/interface_check if
that file exists. If not used in an activated workspace, or if
$CODEMGR_WS/exception_list/interface_check does not exist,
interface_check will use /opt/onbld/etc/exception_list/interface_check
! as a fallback default exception file. To run interface_check without
! applying exceptions, specify -e with a value of /dev/null.
A '#' character at the beginning of a line, or at any point in a line
when preceded by whitespace, introduces a comment. Empty lines, and
lines containing only comments, are ignored by interface_check.
Exceptions are specified as space separated keyword, and perl(1)
regular expression:
--- 137,151 ----
exception file. Otherwise, if used in an activated workspace, the
default exception file is $CODEMGR_WS/exception_list/interface_check if
that file exists. If not used in an activated workspace, or if
$CODEMGR_WS/exception_list/interface_check does not exist,
interface_check will use /opt/onbld/etc/exception_list/interface_check
! as a fallback default exception file.
+ To run interface_check without applying exceptions, specify -e with a
+ value of /dev/null.
+
A '#' character at the beginning of a line, or at any point in a line
when preceded by whitespace, introduces a comment. Empty lines, and
lines containing only comments, are ignored by interface_check.
Exceptions are specified as space separated keyword, and perl(1)
regular expression:
*** 281,286 ****
find_elf(1ONBLD), interface_cmp(1ONBLD), ld(1), ldd(1), elfdump(1),
pvs(1).
! 25 March 2010 interface_check(1ONBLD)
--- 283,290 ----
find_elf(1ONBLD), interface_cmp(1ONBLD), ld(1), ldd(1), elfdump(1),
pvs(1).
!
!
! March 25, 2010 INTERFACE_CHECK(1ONBLD)