From dd1fff9bcb93c49e02a04bb712ecc2695db0c218 Mon Sep 17 00:00:00 2001 From: joel Date: Mon, 16 Aug 2010 15:18:30 +0000 Subject: Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru --- lib/libelf/elf.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libelf') diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3 index d852de1..e3e01bc 100644 --- a/lib/libelf/elf.3 +++ b/lib/libelf/elf.3 @@ -463,7 +463,7 @@ Close an ELF descriptor and release all its resources. .It Fn elf_memory Opens an .Xr ar 1 -archive or ELF object present in a memory arena. +archive or ELF object present in a memory area. .It Fn elf_version Sets the operating version. .El @@ -563,7 +563,7 @@ descriptor and can set the member of the descriptor to point to a region of memory allocated using .Xr malloc 3 . -It is the applications responsibility to free this arena, though the +It is the applications responsibility to free this area, though the library will reclaim the space used by the .Vt Elf_Data descriptor itself. -- cgit v1.1