summaryrefslogtreecommitdiff
path: root/share/man/man5/a.out.5
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-11 07:19:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-06-11 07:19:41 +0000
commitd7bfe255bf80d92b7cb7c58bd93846987f41b2be (patch)
tree3d8191fb53e6e4975b2e58864abd480b41df6e2e /share/man/man5/a.out.5
parent9bdc4eae89a4becc8207b6e0fe37eaf448c7cbc9 (diff)
wow, man5 is way out of date
Diffstat (limited to 'share/man/man5/a.out.5')
-rw-r--r--share/man/man5/a.out.518
1 files changed, 9 insertions, 9 deletions
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)