diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-03-27 04:47:50 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-03-27 04:47:50 +0000 |
| commit | a77c710a2570167a97ca110d461631d851228ac2 (patch) | |
| tree | e721cc83687b076ea04f6e2c1b70791af41eb0f0 /lib | |
| parent | 7a3d57d27ae177959256600523ff1c3f3c751ed3 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libelf/elf_getarhdr.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libelf/elf_getarhdr.3 b/lib/libelf/elf_getarhdr.3 index ea63c1081df23..f78fc80bc33c2 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 |
