aboutsummaryrefslogtreecommitdiff
path: root/lib/libelf
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2010-08-16 15:18:30 +0000
committerJoel Dahl <joel@FreeBSD.org>2010-08-16 15:18:30 +0000
commitc2025a76606b44c4d5367b7509fbc0285ae1e7f8 (patch)
treef1fb1550ad8fd503eb2a17d71116cdfebf902492 /lib/libelf
parente49471b04b4bf0bfc58e2feeb0dd4208ea8f7c0d (diff)
Notes
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/elf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3
index d852de16a45a4..e3e01bc7ac228 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.