summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2003-02-26 15:05:08 +0000
committerDavid Krause <david@cvs.openbsd.org>2003-02-26 15:05:08 +0000
commita24f07119ee07b82f18e55e9a9403b2a3b4bf7c4 (patch)
tree0b953e9765b9741029c4def55aa7c029c91e245d /share/man/man5
parentd4687be9a38b8499e5735d1421299ee243789a73 (diff)
start new sentence on a new line
ok mpech@
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/elf.513
-rw-r--r--share/man/man5/genassym.cf.510
2 files changed, 11 insertions, 12 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
diff --git a/share/man/man5/genassym.cf.5 b/share/man/man5/genassym.cf.5
index 11bd766315c..41a79a7aed8 100644
--- a/share/man/man5/genassym.cf.5
+++ b/share/man/man5/genassym.cf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: genassym.cf.5,v 1.3 2003/01/18 23:40:58 deraadt Exp $
+.\" $OpenBSD: genassym.cf.5,v 1.4 2003/02/26 15:05:07 david Exp $
.\" $NetBSD: genassym.cf.5,v 1.8 2001/06/19 12:34:27 wiz Exp $
.\"
.\" Copyright (c) 1997 Matthias Pfaller.
@@ -115,10 +115,10 @@ can be used to customize the output of
.Xr genassym.sh 8 .
.br
When producing C output, values are cast to <ctype> (default: long)
-before they get handed to printf. <gcc constraint> (default: n) is the
-constraint used in the __asm__ statements. <asm print modifier> (default:
-empty) can be used to force gcc to output operands in different ways
-than normal.
+before they get handed to printf.
+<gcc constraint> (default: n) is the constraint used in the __asm__ statements.
+<asm print modifier> (default: empty) can be used to force gcc to output
+operands in different ways than normal.
The "a" modifier e.g. stops gcc from emitting immediate
prefixes in front of constants for the i386 and m68k port.
.Sh FILES