Describe the contents of the "ar_name" and "ar_rawname" fields of

Elf_Arhdr structures better.
This commit is contained in:
Joseph Koshy 2007-03-27 04:47:50 +00:00
parent 7a3d57d27a
commit a77c710a25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167932

View File

@ -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