diff options
author | David Krause <david@cvs.openbsd.org> | 2003-02-26 15:05:08 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-02-26 15:05:08 +0000 |
commit | a24f07119ee07b82f18e55e9a9403b2a3b4bf7c4 (patch) | |
tree | 0b953e9765b9741029c4def55aa7c029c91e245d /share/man/man5/genassym.cf.5 | |
parent | d4687be9a38b8499e5735d1421299ee243789a73 (diff) |
start new sentence on a new line
ok mpech@
Diffstat (limited to 'share/man/man5/genassym.cf.5')
-rw-r--r-- | share/man/man5/genassym.cf.5 | 10 |
1 files changed, 5 insertions, 5 deletions
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 |