From c63250907543c4ee6d29ffbf827f015e8be1ed85 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 5 Dec 2021 16:07:01 +0000 Subject: [PATCH] elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobu --- lib/libelf/elf.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3 index c43bc9943b7..0712571e681 100644 --- a/lib/libelf/elf.3 +++ b/lib/libelf/elf.3 @@ -21,7 +21,7 @@ .\" out of the use of this software, even if advised of the possibility of .\" such damage. .\" -.\" $Id: elf.3,v 1.7 2020/12/03 22:47:22 jmc Exp $ +.\" $Id: elf.3,v 1.8 2021/12/05 16:07:01 jmc Exp $ .\" .Dd June 12, 2019 .Dt ELF 3 @@ -534,7 +534,7 @@ back to the underlying file. .El .It "Queries" .Bl -tag -width "elf_getshstrndx" -compact -.It Fn elf32_checksum , Fn elf64_checkum +.It Fn elf32_checksum , Fn elf64_checksum Compute checksum of an ELF object. .It Fn elf_getident Retrieve the identification bytes for an ELF object. -- 2.20.1