summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2001-10-09 12:44:31 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2001-10-09 12:44:31 +0100
commit77332b4e0b7f45f1cbba6b624765fa041c85efa7 (patch)
tree403a89dc97c440e91020ef9868f64561accfb9e6
parent9f2f9eb62b23a7b0c2a5caa89c0e3ce0840ff7b0 (diff)
downloadgcc-77332b4e0b7f45f1cbba6b624765fa041c85efa7.tar.gz
* doc/gcc.texi: Document preference for "nonzero" over "non-zero".
From-SVN: r46119
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/gcc.texi1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cd661f493f4..04c5b4528dc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
+ * doc/gcc.texi: Document preference for "nonzero" over "non-zero".
+
+2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk>
+
* config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
config/i386/i386elf.h, config/i386/netbsd-elf.h,
config/i386/netware.h, config/mcore/gfloat.h,
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi
index 853e77539c4..438534ea599 100644
--- a/gcc/doc/gcc.texi
+++ b/gcc/doc/gcc.texi
@@ -55,6 +55,7 @@
@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 - "nonzero" rather than "non-zero".
@c - "@code{NULL}" rather than "NULL".
@c - "Objective-C" rather than "Objective C".