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 ****
! check_rtime(1ONBLD) illumos Build Tools check_rtime(1ONBLD)
NAME
check_rtime - check ELF runtime attributes
--- 1,6 ----
! CHECK_RTIME(1ONBLD) illumos Build Tools CHECK_RTIME(1ONBLD)
NAME
check_rtime - check ELF runtime attributes
*** 322,334 ****
file. Otherwise, if used in an activated workspace, the default
exception file is $CODEMGR_WS/exception_list/check_rtime if that file
exists. If not used in an activated workspace, or if
$CODEMGR_WS/exception_list/check_rtime does not exist, check_rtime will
use /opt/onbld/etc/exception_list/check_rtime as a fallback default
! exception file. To run check_rtime 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 check_rtime. Exceptions
are specified as space separated keyword, and perl(1) regular
expression:
--- 322,336 ----
file. Otherwise, if used in an activated workspace, the default
exception file is $CODEMGR_WS/exception_list/check_rtime if that file
exists. If not used in an activated workspace, or if
$CODEMGR_WS/exception_list/check_rtime does not exist, check_rtime will
use /opt/onbld/etc/exception_list/check_rtime as a fallback default
! exception file.
+ To run check_rtime 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 check_rtime. Exceptions
are specified as space separated keyword, and perl(1) regular
expression:
*** 495,500 ****
SEE ALSO
crle(1), elfdump(1), find_elf(1ONBLD), ldd(1), ld.so.1(1), mcs(1).
! 09 March 2010 check_rtime(1ONBLD)
--- 497,502 ----
SEE ALSO
crle(1), elfdump(1), find_elf(1ONBLD), ldd(1), ld.so.1(1), mcs(1).
! March 9, 2010 CHECK_RTIME(1ONBLD)