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>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/scripts/interface_check.1
          +++ new/usr/src/tools/scripts/interface_check.1onbld
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  .\" and limitations under the License.
  13   13  .\"
  14   14  .\" When distributing Covered Code, include this CDDL HEADER in each
  15   15  .\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16   16  .\" If applicable, add the following below this CDDL HEADER, with the
  17   17  .\" fields enclosed by brackets "[]" replaced with your own identifying
  18   18  .\" information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  .\"
  20   20  .\" CDDL HEADER END
  21   21  .\"
  22      -.TH interface_check 1 "25 March 2010"
       22 +.TH interface_check 1ONBLD "25 March 2010"
  23   23  .SH NAME
  24   24  interface_check \- check shared object interfaces
  25   25  .SH SYNOPSIS
  26   26  \fBinterface_check [-hIo] [-c vertype_module] [-E errfile] [-e exfile] [-f listfile] [-i intffile] [-w outdir] file | dir, ...\fP
  27   27  .LP
  28   28  .SH DESCRIPTION
  29   29  .IX "OS-Net build tools" "interface_check" "" "\fBinterface_check\fP"
  30   30  The
  31   31  .I interface_check
  32   32  command attempts to check a number of ELF versioning attributes
↓ open down ↓ 2 lines elided ↑ open up ↑
  35   35  be captured using the
  36   36  .B -i
  37   37  option, and the interface description file created can be used with
  38   38  .I interface_cmp
  39   39  to audit
  40   40  the versioning evolution of a software product.
  41   41  These interface description files reflect the association of the shared
  42   42  object's global symbols with recorded version definitions.
  43   43  .LP
  44   44  .I interface_check
  45      -is typically called from \fBnightly(1)\fP when the \fB-A\fP
       45 +is typically called from \fBnightly(1ONBLD)\fP when the \fB-A\fP
  46   46  option is in effect. In this case the shared objects under
  47   47  the associated \fIproto\fP area (\fB$ROOT\fP) are examined.
  48   48  .I interface_check
  49   49  can also be run standalone against any set of dynamic objects.
  50   50  .LP
  51   51  .I interface_check
  52   52  uses \fBelfdump(1)\fP and \fBpvs(1)\fP to
  53   53  check file naming standardization, and versioning consistency. These 
  54   54  check are carried out for the following reasons:
  55   55  .TP 4
↓ open down ↓ 320 lines elided ↑ open up ↑
 376  376  % ls -1R $SRC/ELF
 377  377  interface
 378  378  interface.err
 379  379  .br
 380  380  .SH FILES
 381  381  .LP
 382  382  .RS 5
 383  383  $CODEMGR_WS/exception_list/interface_check
 384  384  /opt/onbld/etc/exception_list/interface_check
 385  385  .SH SEE ALSO
 386      -.BR find_elf(1),
 387      -.BR interface_cmp(1),
      386 +.BR find_elf(1ONBLD),
      387 +.BR interface_cmp(1ONBLD),
 388  388  .BR ld(1),
 389  389  .BR ldd(1),
 390  390  .BR elfdump(1),
 391  391  .BR pvs(1).
 392  392  .LP
 393  393  .TZ LLM
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX