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.man.txt
          +++ new/usr/src/man/man3elf/elf32_checksum.3elf.man.txt
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15         long elf64_checksum(Elf *elf);
  16   16  
  17   17  
  18   18  DESCRIPTION
  19   19         The elf32_checksum() function returns a simple checksum of selected
  20   20         sections of the image identified by elf. The value is typically used as
  21   21         the .dynamic tag DT_CHECKSUM, recorded in dynamic executables and
  22   22         shared objects.
  23   23  
  24   24  
  25      -       Selected sections of the image are used to calcluate the checksum in
       25 +       Selected sections of the image are used to calculate the checksum in
  26   26         order that its value is not affected by utilities such as strip(1).
  27   27  
  28   28  
  29   29         For the 64-bit class, replace 32 with 64 as appropriate.
  30   30  
  31   31  ATTRIBUTES
  32   32         See attributes(5) for descriptions of the following attributes:
  33   33  
  34   34  
  35   35  
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX