* doc/c-tree.texi: Use more logical markup.
authorJoseph Myers <jsm28@cam.ac.uk>
Mon, 11 Jun 2001 12:00:41 +0000 (13:00 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 11 Jun 2001 12:00:41 +0000 (13:00 +0100)
From-SVN: r43180

gcc/ChangeLog
gcc/doc/c-tree.texi

index fe8a6199aa4eb6385f8cd8ce3b7cdce8895952ab..24d48aff127a8e9e6e3432a08df7fc86e175b736 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/c-tree.texi: Use more logical markup.
+
 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * c-decl.c (xref_tag): Don't return previous tags of wrong type.
index 1e2f32db9989cf2b719bcc0cef3d64b0f0d2d8a0..7fe7b4c4e88bd344276ea26adbeaaf7e6eaaeed8 100644 (file)
@@ -88,7 +88,7 @@ return trees as output.  However, most macros require a certain kinds of
 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 @@ rather than the global namespace in particular.
 
 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