diff options
Diffstat (limited to 'libelf/elf_getshnum.3')
-rw-r--r-- | libelf/elf_getshnum.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libelf/elf_getshnum.3 b/libelf/elf_getshnum.3 index 615aa71faa84d..20be5c5467738 100644 --- a/libelf/elf_getshnum.3 +++ b/libelf/elf_getshnum.3 @@ -21,11 +21,11 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $Id: elf_getshnum.3 467 2009-08-05 18:18:49Z jkoshy $ +.\" $Id: elf_getshnum.3 3643 2018-10-14 21:09:24Z jkoshy $ .\" .Dd August 5, 2009 -.Os .Dt ELF_GETSHNUM 3 +.Os .Sh NAME .Nm elf_getshnum .Nd return the number of sections in an ELF file @@ -50,7 +50,6 @@ and stores it into the location pointed to by argument .Pp This routine allows applications to uniformly process both normal ELF objects, and ELF objects that use extended section numbering. -.Pp .Sh RETURN VALUES Function .Fn elf_getshnum |