diff options
Diffstat (limited to 'share/man/man5/elf.5')
-rw-r--r-- | share/man/man5/elf.5 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index f5efb5b969c..f64d4dcb43e 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.3 2003/01/17 17:48:55 millert Exp $ +.\" $OpenBSD: elf.5,v 1.4 2003/02/26 15:05:07 david Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -352,8 +352,8 @@ If the file has no section header table this member holds zero. .It Dv e_flags This member holds processor-specific flags associated with the file. -Flag -names take the form EF_`machine_flag'. Currently no flags have been defined. +Flag names take the form EF_`machine_flag'. +Currently no flags have been defined. .It Dv e_ehsize This member holds the ELF header's size in bytes. .It Dv e_phentsize @@ -519,10 +519,9 @@ The array element specifies dynamic linking information. The array element specifies the location and size of a null-terminated path name to invoke as an interpreter. This segment type is meaningful -only for executable files (though it may occur for shared objects). However -it may not occur more than once in a file. -If it is present it must precede -any loadable segment entry. +only for executable files (though it may occur for shared objects). +However it may not occur more than once in a file. +If it is present it must precede any loadable segment entry. .It Dv PT_NOTE The array element specifies the location and size for auxiliary information. .It Dv PT_SHLIB |