summaryrefslogtreecommitdiffstats
path: root/lib/libelf
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2007-03-27 04:47:50 +0000
committerjkoshy <jkoshy@FreeBSD.org>2007-03-27 04:47:50 +0000
commit9645b900be3d4008ac1bf59f8222475d3958bc0c (patch)
treee721cc83687b076ea04f6e2c1b70791af41eb0f0 /lib/libelf
parente13fe525e7dcee7573087e9eea5bdbd6c9f3d265 (diff)
downloadFreeBSD-src-9645b900be3d4008ac1bf59f8222475d3958bc0c.zip
FreeBSD-src-9645b900be3d4008ac1bf59f8222475d3958bc0c.tar.gz
Describe the contents of the "ar_name" and "ar_rawname" fields of
Elf_Arhdr structures better.
Diffstat (limited to 'lib/libelf')
-rw-r--r--lib/libelf/elf_getarhdr.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libelf/elf_getarhdr.3 b/lib/libelf/elf_getarhdr.3
index ea63c10..f78fc80 100644
--- a/lib/libelf/elf_getarhdr.3
+++ b/lib/libelf/elf_getarhdr.3
@@ -52,13 +52,13 @@ Structure
includes the following members:
.Bl -tag -width indent
.It Vt "char *" Va ar_name
-A pointer to a null terminated string with the archive
-member's name inside the archive.
+A pointer to a null terminated string containing the translated
+name of the archive member.
.It Vt "char *" Va ar_rawname
-A pointer to a null terminated string that representing the
-name in the archive symbol table, including the formatting characters
-used by
-.Xr ar 1 .
+A pointer to a null terminated string containing the untranslated
+name for the archive member, including all
+.Xr ar 1
+formatting characters and trailing white space.
.It Vt time_t Va ar_date
The timestamp associated with the member.
.It Vt uid_t Va ar_uid
OpenPOWER on IntegriCloud