This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch to clean up c-tree.texi


This patch does some minor markup cleanup in c-tree.texi.  It passes
"make info" and "make dvi".  OK to commit to mainline and branch?

2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>

	* doc/c-tree.texi: Use more logical markup.

--- c-tree.texi.orig	Mon Jun  4 19:47:05 2001
+++ c-tree.texi	Mon Jun 11 09:43:10 2001
@@ -88,7 +88,7 @@
 tree node as input.  In other words, there is a type-system for trees,
 but it is not reflected in the C type-system.
 
-For safety, it is useful to configure G++ with @code{--enable-checking}.
+For safety, it is useful to configure G++ with @option{--enable-checking}.
 Although this results in a significant performance penalty (since all
 tree types are checked at run-time), and is therefore inappropriate in a
 release version, it is extremely helpful during the development process.
@@ -621,8 +621,8 @@
 
 The @code{::std} namespace, however, @emph{is} special, unless
 @code{flag_honor_std} is set.  This variable is set by the use
-@samp{-fhonor-std} (or an option that implies it, like
-@samp{-fnew-abi}), when invoking G++.  When @code{flag_honor_std} is
+@option{-fhonor-std} (or an option that implies it, like
+@option{-fnew-abi}), when invoking G++.  When @code{flag_honor_std} is
 set, the @code{std} namespace is just like any other namespace.  When
 @code{flag_honor_std} is not set, however, the @code{::std} namespace is
 treated as a synonym for the global namespace, thereby allowing users to

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]