summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-11-11 07:50:09 +0000
committerobrien <obrien@FreeBSD.org>2004-11-11 07:50:09 +0000
commit385d6f2851b5108bd2615ea8e79b3124a832dd06 (patch)
treeebd093424e85ce6f3806ec99b9a8cc2e28cc860e /contrib
parent03d18c4236f81c6a89588dd0d97aebc2c58e3c55 (diff)
downloadFreeBSD-src-385d6f2851b5108bd2615ea8e79b3124a832dd06.zip
FreeBSD-src-385d6f2851b5108bd2615ea8e79b3124a832dd06.tar.gz
Break lines at sentence ends, etc...
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc/gcc.119
1 files changed, 11 insertions, 8 deletions
diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1
index b27aad3..b510409 100644
--- a/contrib/gcc/gcc.1
+++ b/contrib/gcc/gcc.1
@@ -2461,10 +2461,11 @@ does, along with also turning on
.B \-finline\-functions.
.TP
.B \-Os
-Optimize for size. This enables all
+Optimize for size.
+This enables all
.B \-O2
-optimizations that do not typically increase code size. It also performs
-further optimizations designed to reduce code size.
+optimizations that do not typically increase code size.
+It also performs further optimizations designed to reduce code size.
.TP
.B \-O0
Do not optimize.
@@ -3628,17 +3629,19 @@ The choices for CPU TYPE are:
(pentium),
.B pentium,
.B i686
-(pentiumpro), and
+(pentiumpro),
+and
.B pentiumpro.
While picking a specific CPU TYPE will schedule things appropriately for that
-particular chip, the compiler will not generate any code that does not run on
-the i386 without the
+particular chip,
+the compiler will not generate any code that does not run on the i386 without
+the
.B \-march=\fIcpu type\fP
option being used.
.TP
.B \-march=\fIcpu type\fP
-Generate instructions for the machine type CPU TYPE. The choices for CPU TYPE
-are:
+Generate instructions for the machine type CPU TYPE.
+The choices for CPU TYPE are:
.B i386,
.B i486,
.B pentium,
OpenPOWER on IntegriCloud