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 ****
! check_rtime(1) User Commands check_rtime(1)
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
*** 14,26 ****
consistency with common build rules. These checks involve running
ldd(1) and elfdump(1) against a family of dynamic objects. A dynamic
object can be defined explicitly as a file or multiple dynamic objects
can be located under the directory dir.
! check_rtime is typically called from nightly(1) when the -r option is
! in effect. In this case the dynamic objects under the associated proto
! area ($ROOT) are checked. check_rtime can also be run standalone
against any set of dynamic objects.
check_rtime uses ldd(1) to verify dependencies. This implies that by
default any object inspected will bind to its dependencies as they are
found in the underlying system. Use of the -D, -d option, or the
--- 14,26 ----
consistency with common build rules. These checks involve running
ldd(1) and elfdump(1) against a family of dynamic objects. A dynamic
object can be defined explicitly as a file or multiple dynamic objects
can be located under the directory dir.
! check_rtime is typically called from nightly(1ONBLD) when the -r option
! is in effect. In this case the dynamic objects under the associated
! proto area ($ROOT) are checked. check_rtime can also be run standalone
against any set of dynamic objects.
check_rtime uses ldd(1) to verify dependencies. This implies that by
default any object inspected will bind to its dependencies as they are
found in the underlying system. Use of the -D, -d option, or the
*** 274,285 ****
must be created by 'find_elf -r'. The -D and -d options are
mutually exclusive.
-d depdir
Use depdir to generate an alternative dependency mapping.
! find_elf(1) is used to locate the ELF sharable objects for which
! alternative mappings are required. The -D and -d options are
mutually exclusive.
-E errfile
Direct error messages for the analyzed objects to errfile instead
of stdout.
--- 274,285 ----
must be created by 'find_elf -r'. The -D and -d options are
mutually exclusive.
-d depdir
Use depdir to generate an alternative dependency mapping.
! find_elf(1ONBLD) is used to locate the ELF sharable objects for
! which alternative mappings are required. The -D and -d options are
mutually exclusive.
-E errfile
Direct error messages for the analyzed objects to errfile instead
of stdout.
*** 491,500 ****
FILES
$CODEMGR_WS/exception_list/check_rtime
/opt/onbld/etc/exception_list/check_rtime
SEE ALSO
! crle(1), elfdump(1), find_elf(1), ldd(1), ld.so.1(1), mcs(1).
! 09 March 2010 check_rtime(1)
--- 491,500 ----
FILES
$CODEMGR_WS/exception_list/check_rtime
/opt/onbld/etc/exception_list/check_rtime
SEE ALSO
! crle(1), elfdump(1), find_elf(1ONBLD), ldd(1), ld.so.1(1), mcs(1).
! 09 March 2010 check_rtime(1ONBLD)