gcc.texi: Document consistent style of "32-bit", "Objective-C", and "@code{NULL}".
authorJoseph Myers <jsm28@cam.ac.uk>
Sun, 7 Oct 2001 10:36:17 +0000 (11:36 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sun, 7 Oct 2001 10:36:17 +0000 (11:36 +0100)
* doc/gcc.texi: Document consistent style of "32-bit",
"Objective-C", and "@code{NULL}".

From-SVN: r46055

gcc/ChangeLog
gcc/doc/gcc.texi

index f898b269842d92b9805411493881255e1fbbfdb4..14e2776fe2d6111d633a6ab766235e799e004474 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * doc/gcc.texi: Document consistent style of "32-bit",
+       "Objective-C", and "@code{NULL}".
+
 2001-10-06  Zack Weinberg  <zack@codesourcery.com>
 
        * cpplex.c (enum spell_type): Add SPELL_NUMBER.
index befee3643bbb4d01066ca188ac260968c80afc59..4efcb7abe8908a4d985c5d5e7b4318731c446ba8 100644 (file)
@@ -42,6 +42,7 @@
 @c anything else?                       --mew 10feb93
 
 @c For consistency, use the following:
+@c - "32-bit" rather than "32 bit" as an adjective.
 @c - "back end" as a noun, "back-end" as an adjective.
 @c - "bit-field" not "bitfield" or "bit field" (following the C and C++
 @c   standards).
@@ -54,6 +55,8 @@
 @c   marked up with @command, for the commands for compilation when the
 @c   emphasis is on those; "GNU C" and "GNU C++" for language dialects;
 @c   and try to avoid the older term "GNU CC".
+@c - "@code{NULL}" rather than "NULL".
+@c - "Objective-C" rather than "Objective C".
 
 @macro gcctabopt{body}
 @code{\body\}