summaryrefslogtreecommitdiffstats
path: root/lib/libelf/elf_update.3
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2007-10-22 03:38:43 +0000
committerjkoshy <jkoshy@FreeBSD.org>2007-10-22 03:38:43 +0000
commit9392728ba026a7e54d585f8efec5f232146d34a2 (patch)
tree671b9e0bda71b311730681f914ac9b01ba6c1263 /lib/libelf/elf_update.3
parent2bd7685cc6d80a8caf8bb8fb2c7b72ae540486c9 (diff)
downloadFreeBSD-src-9392728ba026a7e54d585f8efec5f232146d34a2.zip
FreeBSD-src-9392728ba026a7e54d585f8efec5f232146d34a2.tar.gz
Consistently use the word 'flag' to refer to ELF_F_* constants.
MFC after: 1 day
Diffstat (limited to 'lib/libelf/elf_update.3')
-rw-r--r--lib/libelf/elf_update.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libelf/elf_update.3 b/lib/libelf/elf_update.3
index ad5240c..1b1ca59 100644
--- a/lib/libelf/elf_update.3
+++ b/lib/libelf/elf_update.3
@@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 08, 2007
+.Dd October 22, 2007
.Os
.Dt ELF_UPDATE 3
.Sh NAME
@@ -63,7 +63,7 @@ If the
.Dv ELF_F_LAYOUT
flag has been set on the ELF descriptor, the application assumes full
responsibility for the layout of the ELF object.
-If this bit is not set, the ELF library will compute the layout of the
+If this flag is not set, the ELF library will compute the layout of the
file from its associated section descriptors.
.Pp
It is the application's responsibility to manage the the following
OpenPOWER on IntegriCloud