a.out(1): update manpage to be 64 bit inclusive
This commit is contained in:
parent
4aef95e205
commit
c9bf96e3e0
1 changed files with 4 additions and 1 deletions
|
@ -93,7 +93,7 @@ bytes of the file contain symbol table
|
||||||
entries, each laid out as:
|
entries, each laid out as:
|
||||||
.IP
|
.IP
|
||||||
.EX
|
.EX
|
||||||
uchar value[4];
|
uchar value[4]; /* value[8] on 64 bit systems */
|
||||||
char type;
|
char type;
|
||||||
char name[\f2n\fP]; /* NUL-terminated */
|
char name[\f2n\fP]; /* NUL-terminated */
|
||||||
.EE
|
.EE
|
||||||
|
@ -141,6 +141,9 @@ automatic (local) variable symbol
|
||||||
.TP
|
.TP
|
||||||
.B p
|
.B p
|
||||||
function parameter symbol
|
function parameter symbol
|
||||||
|
.TP
|
||||||
|
.B m
|
||||||
|
frame symbol
|
||||||
.RE
|
.RE
|
||||||
.PD
|
.PD
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue