From d7bfe255bf80d92b7cb7c58bd93846987f41b2be Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 11 Jun 1998 07:19:41 +0000 Subject: wow, man5 is way out of date --- share/man/man5/a.out.5 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'share/man') diff --git a/share/man/man5/a.out.5 b/share/man/man5/a.out.5 index c67e28dfae7..985a99f2025 100644 --- a/share/man/man5/a.out.5 +++ b/share/man/man5/a.out.5 @@ -88,14 +88,14 @@ Every binary file begins with an structure: .Bd -literal -offset indent struct exec { - unsigned long a_midmag; - unsigned long a_text; - unsigned long a_data; - unsigned long a_bss; - unsigned long a_syms; - unsigned long a_entry; - unsigned long a_trsize; - unsigned long a_drsize; + u_int32_t a_midmag; + u_int32_t a_text; + u_int32_t a_data; + u_int32_t a_bss; + u_int32_t a_syms; + u_int32_t a_entry; + u_int32_t a_trsize; + u_int32_t a_drsize; }; .Ed .Pp @@ -424,7 +424,7 @@ the value may be arbitrary. .El .Pp The string table consists of an -.Em unsigned long +.Em u_int32_t length followed by null-terminated symbol strings. The length represents the size of the entire table in bytes, so its minimum value (or the offset of the first string) -- cgit v1.2.3