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
1 1 ELF32_CHECKSUM(3ELF) ELF Library Functions ELF32_CHECKSUM(3ELF)
2 2
3 3
4 4
5 5 NAME
6 6 elf32_checksum, elf64_checksum - return checksum of elf image
7 7
8 8 SYNOPSIS
9 9 cc [ flag ... ] file ... -lelf [ library ... ]
10 10 #include <libelf.h>
11 11
12 12 long elf32_checksum(Elf *elf);
13 13
14 14
↓ 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
36 36
37 37 +--------------------+-----------------+
38 38 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
39 39 +--------------------+-----------------+
40 40 |Interface Stability | Stable |
41 41 +--------------------+-----------------+
42 42 |MT-Level | MT-Safe |
43 43 +--------------------+-----------------+
44 44
45 45 SEE ALSO
46 46 elf(3ELF), elf_version(3ELF), gelf(3ELF), libelf(3LIB), attributes(5)
47 47
48 48
49 49
50 50 July 11, 2001 ELF32_CHECKSUM(3ELF)
↓ open down ↓ |
15 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX