aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/cppopts.texi
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-12-20 09:50:21 +0000
committerBen Elliston <bje@gcc.gnu.org>2004-12-20 20:50:21 +1100
commitf45592874280feb8515bfdc75e532ed94e5faf5e (patch)
tree5497842c55b95c6136727a19c5e78553aec4a216 /gcc/doc/cppopts.texi
parent3d8155943042a6f3c37aad489dc30e377f3c1449 (diff)
downloadgcc-f45592874280feb8515bfdc75e532ed94e5faf5e.zip
gcc-f45592874280feb8515bfdc75e532ed94e5faf5e.tar.gz
gcc-f45592874280feb8515bfdc75e532ed94e5faf5e.tar.bz2
md.texi (Expander Definitions): Use @emph instead of @strong around Note...
* doc/md.texi (Expander Definitions): Use @emph instead of @strong around Note: text to workaround a limitation of the Info format. * doc/cpp.texi (Invocation): Likewise. * doc/cppopts.texi: Likewise. From-SVN: r92411
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r--gcc/doc/cppopts.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi
index edd446a..872cffc 100644
--- a/gcc/doc/cppopts.texi
+++ b/gcc/doc/cppopts.texi
@@ -133,7 +133,7 @@ time it is redefined or undefined.
Built-in macros, macros defined on the command line, and macros
defined in include files are not warned about.
-@strong{Note:} If a macro is actually used, but only used in skipped
+@emph{Note:} If a macro is actually used, but only used in skipped
conditional blocks, then CPP will report it as unused. To avoid the
warning in such a case, you might improve the scope of the macro's
definition by, for example, moving it into the first skipped block.
@@ -359,7 +359,7 @@ extensions for C++ and assembly are also recognized. If cpp does not
recognize the extension, it will treat the file as C; this is the most
generic mode.
-@strong{Note:} Previous versions of cpp accepted a @option{-lang} option
+@emph{Note:} Previous versions of cpp accepted a @option{-lang} option
which selected both the language and the standards conformance level.
This option has been removed, because it conflicts with the @option{-l}
option.