invoke.texi: Replace "bugfix" with "bug fix" throughout.

* doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
	* doc/contrib.texi: Likewise.
	* doc/install.texi: Likewise.

From-SVN: r121455
This commit is contained in:
Ben Elliston 2007-02-01 03:05:18 +00:00 committed by Ben Elliston
parent e53a16e75f
commit b818de221c
4 changed files with 21 additions and 15 deletions

View File

@ -1,3 +1,9 @@
2007-02-01 Ben Elliston <bje@au.ibm.com>
* doc/invoke.texi: Replace "bugfix" with "bug fix" throughout.
* doc/contrib.texi: Likewise.
* doc/install.texi: Likewise.
2007-01-31 Richard Henderson <rth@redhat.com>
Ian Lance Taylor <iant@google.com>

View File

@ -66,7 +66,7 @@ Geoff Berry for his Java object serialization work and various patches.
@item
Uros Bizjak for the implementation of x87 math built-in functions and
for various middle end and i386 back end improvements and bugfixes.
for various middle end and i386 back end improvements and bug fixes.
@item
Eric Blake for helping to make GCJ and libgcj conform to the
@ -180,7 +180,7 @@ R. Kelley Cook for making GCC buildable from a read-only directory as
well as other miscellaneous build process and documentation clean-ups.
@item
Ralf Corsepius for SH testing and minor bugfixing.
Ralf Corsepius for SH testing and minor bug fixing.
@item
Stan Cox for care and feeding of the x86 port and lots of behind
@ -1162,10 +1162,10 @@ GCC version 4.1:
@itemize @bullet
@item
Lillian Angel for @code{JTree} implementation and lots Free Swing
additions and bugfixes.
additions and bug fixes.
@item
Wolfgang Baer for @code{GapContent} bugfixes.
Wolfgang Baer for @code{GapContent} bug fixes.
@item
Anthony Balkissoon for @code{JList}, Free Swing 1.5 updates and mouse event
@ -1201,17 +1201,17 @@ Kelley Cook for build fixes.
Martin Cordova for Suggestions for better @code{SocketTimeoutException}.
@item
David Daney for @code{BitSet} bugfixes, @code{HttpURLConnection}
David Daney for @code{BitSet} bug fixes, @code{HttpURLConnection}
rewrite and improvements.
@item
Thomas Fitzsimmons for lots of upgrades to the gtk+ AWT and Cairo 2D
support. Lots of imageio framework additions, lots of AWT and Free
Swing bugfixes.
Swing bug fixes.
@item
Jeroen Frijters for @code{ClassLoader} and nio cleanups, serialization fixes,
better @code{Proxy} support, bugfixes and IKVM integration.
better @code{Proxy} support, bug fixes and IKVM integration.
@item
Santiago Gala for @code{AccessControlContext} fixes.
@ -1242,7 +1242,7 @@ updates, @code{Serialization} fixes, @code{Properties} XML support and
generic branch work, VMIntegration guide update.
@item
Bastiaan Huisman for @code{TimeZone} bugfixing.
Bastiaan Huisman for @code{TimeZone} bug fixing.
@item
Andreas Jaeger for mprec updates.
@ -1255,7 +1255,7 @@ Ito Kazumitsu for @code{NetworkInterface} implementation and updates.
@item
Roman Kennke for @code{BoxLayout}, @code{GrayFilter} and
@code{SplitPane}, plus bugfixes all over. Lots of Free Swing work
@code{SplitPane}, plus bug fixes all over. Lots of Free Swing work
including styled text.
@item
@ -1267,7 +1267,7 @@ build fixes.
@item
Guilhem Lavaux for configuration, thread and channel fixes and Kaffe
integration. JCL native @code{Pointer} updates. Logger bugfixes.
integration. JCL native @code{Pointer} updates. Logger bug fixes.
@item
David Lichteblau for JCL support library global/local reference
@ -1325,7 +1325,7 @@ Christian Schlichtherle for zip fixes and cleanups.
@item
Robert Schuster for documentation updates and beans fixes,
@code{TreeNode} enumerations and @code{ActionCommand} and various
fixes, XML and URL, AWT and Free Swing bugfixes.
fixes, XML and URL, AWT and Free Swing bug fixes.
@item
Keith Seitz for lots of JDWP work.
@ -1348,11 +1348,11 @@ Kaffe integration. @code{Qt4} build infrastructure, @code{SHA1PRNG}
and @code{GdkPixbugDecoder} updates.
@item
Tom Tromey for Eclipse integration, generics work, lots of bugfixes
Tom Tromey for Eclipse integration, generics work, lots of bug fixes
and gcj integration including coordinating The Big Merge.
@item
Mark Wielaard for bugfixes, packaging and release management,
Mark Wielaard for bug fixes, packaging and release management,
@code{Clipboard} implementation, system call interrupts and network
timeouts and @code{GdkPixpufDecoder} fixes.

View File

@ -3106,7 +3106,7 @@ This port still is undergoing significant development.
@end html
@heading @anchor{x-x-linux-gnu}*-*-linux-gnu
Versions of libstdc++-v3 starting with 3.2.1 require bugfixes present
Versions of libstdc++-v3 starting with 3.2.1 require bug fixes present
in glibc 2.2.5 and later. More information is available in the
libstdc++-v3 documentation.

View File

@ -2293,7 +2293,7 @@ information. By default, GCC emits an error message in this case.
The option @option{-Wcoverage-mismatch} emits a warning instead of an
error. GCC does not use appropriate feedback profiles, so using this
option can result in poorly optimized code. This option is useful
only in the case of very minor changes such as bugfixes to an
only in the case of very minor changes such as bug fixes to an
existing code-base.
@end table