From c9bf96e3e04a46122ec33840d69ae2341cebd50c Mon Sep 17 00:00:00 2001 From: jacob gw Date: Sat, 5 Jun 2021 18:48:10 +0000 Subject: a.out(1): update manpage to be 64 bit inclusive --- sys/man/6/a.out | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3