summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-16 20:36:23 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2006-08-16 20:36:23 +0000
commit5eec57e0eb80c6ecaa28328422c56ada5b134f9d (patch)
tree044118d44c20979779a8288a55f8ef2e751ed9ce
parenta3d389525a8e09391e2ca6385fad74198e0a6412 (diff)
downloadppe42-gcc-5eec57e0eb80c6ecaa28328422c56ada5b134f9d.tar.gz
ppe42-gcc-5eec57e0eb80c6ecaa28328422c56ada5b134f9d.zip
* doc/invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref.
* doc/cppopts.texi (-MD): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116187 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/cppopts.texi2
-rw-r--r--gcc/doc/invoke.texi8
3 files changed, 10 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0658f36c4e0..16644ae78df 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-16 Mike Stump <mrs@apple.com>
+
+ * doc/invoke.texi (-Wno-deprecated-declarations): Fixup use of pxref.
+ * doc/cppopts.texi (-MD): Likewise.
+
2006-08-15 Danny Smith <dannysmith@users.sourceforge.net>
PR c/28287
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi
index 06ca0b90880..c1d732b44c0 100644
--- a/gcc/doc/cppopts.texi
+++ b/gcc/doc/cppopts.texi
@@ -305,7 +305,7 @@ basename of the input file and applies a @file{.d} suffix.
If @option{-MD} is used in conjunction with @option{-E}, any
@option{-o} switch is understood to specify the dependency output file
-(but @pxref{dashMF,,-MF}), but if used without @option{-E}, each @option{-o}
+(@pxref{dashMF,,-MF}), but if used without @option{-E}, each @option{-o}
is understood to specify a target object file.
Since @option{-E} is not implied, @option{-MD} can be used to generate
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 78607d89ed2..c9b25f754db 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -3291,10 +3291,10 @@ unable to be fixed to display these characters distinctly.
@item -Wno-deprecated-declarations
@opindex Wno-deprecated-declarations
-Do not warn about uses of functions, variables, and types marked as
-deprecated by using the @code{deprecated} attribute.
-(@pxref{Function Attributes}, @pxref{Variable Attributes},
-@pxref{Type Attributes}.)
+Do not warn about uses of functions (@pxref{Function Attributes}),
+variables (@pxref{Variable Attributes}), and types (@pxref{Type
+Attributes}) marked as deprecated by using the @code{deprecated}
+attribute.
@item -Wno-overflow
@opindex Wno-overflow
OpenPOWER on IntegriCloud