Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3elf/elf32_checksum.3elf
          +++ new/usr/src/man/man3elf/elf32_checksum.3elf
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  
  15   15  \fBlong\fR \fBelf32_checksum\fR(\fBElf *\fR\fIelf\fR);
  16   16  .fi
  17   17  
  18   18  .LP
  19   19  .nf
  20   20  \fBlong\fR \fBelf64_checksum\fR(\fBElf *\fR\fIelf\fR);
  21   21  .fi
  22   22  
  23   23  .SH DESCRIPTION
  24      -.sp
  25   24  .LP
  26   25  The \fBelf32_checksum()\fR function returns a simple checksum of selected
  27   26  sections of the image identified by \fIelf\fR. The value is typically used as
  28   27  the \fB\&.dynamic\fR tag \fBDT_CHECKSUM\fR, recorded in dynamic executables and
  29   28  shared objects.
  30   29  .sp
  31   30  .LP
  32      -Selected sections of the image are used to calcluate the checksum in order that
       31 +Selected sections of the image are used to calculate the checksum in order that
  33   32  its value is not affected by utilities such as \fBstrip\fR(1).
  34   33  .sp
  35   34  .LP
  36   35  For the 64\(mibit class, replace 32 with 64 as appropriate.
  37   36  .SH ATTRIBUTES
  38      -.sp
  39   37  .LP
  40   38  See \fBattributes\fR(5) for descriptions of the following attributes:
  41   39  .sp
  42   40  
  43   41  .sp
  44   42  .TS
  45   43  box;
  46   44  c | c
  47   45  l | l .
  48   46  ATTRIBUTE TYPE  ATTRIBUTE VALUE
  49   47  _
  50   48  Interface Stability     Stable
  51   49  _
  52   50  MT-Level        MT-Safe
  53   51  .TE
  54   52  
  55   53  .SH SEE ALSO
  56      -.sp
  57   54  .LP
  58   55  \fBelf\fR(3ELF), \fBelf_version\fR(3ELF), \fBgelf\fR(3ELF), \fBlibelf\fR(3LIB),
  59   56  \fBattributes\fR(5)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX