diff options
author | jacob gw <jacoblevgw@gmail.com> | 2021-06-05 18:48:10 +0000 |
---|---|---|
committer | jacob gw <jacoblevgw@gmail.com> | 2021-06-05 18:48:10 +0000 |
commit | c9bf96e3e04a46122ec33840d69ae2341cebd50c (patch) | |
tree | f5b0893e157f10f21ff0b416a17dcb9e957e5006 | |
parent | 4aef95e205f912ea7eb4c147742a59d575c8b1ff (diff) | |
download | plan9front-c9bf96e3e04a46122ec33840d69ae2341cebd50c.tar.xz |
a.out(1): update manpage to be 64 bit inclusive
-rw-r--r-- | sys/man/6/a.out | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/man/6/a.out b/sys/man/6/a.out index f3ffa6dbd..e80ad5ea5 100644 --- a/sys/man/6/a.out +++ b/sys/man/6/a.out @@ -93,7 +93,7 @@ bytes of the file contain symbol table entries, each laid out as: .IP .EX -uchar value[4]; +uchar value[4]; /* value[8] on 64 bit systems */ char type; char name[\f2n\fP]; /* NUL-terminated */ .EE @@ -141,6 +141,9 @@ automatic (local) variable symbol .TP .B p function parameter symbol +.TP +.B m +frame symbol .RE .PD .PP |