Use @sc{gcc} and @sc{gdb}.
authorAndrew Cagney <cagney@redhat.com>
Fri, 27 Sep 2002 17:56:37 +0000 (17:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 27 Sep 2002 17:56:37 +0000 (17:56 +0000)
gdb/doc/ChangeLog
gdb/doc/all-cfg.texi

index eb3b6112a22de1168bbde38aa745bbfe7ec763e5..362e05679fb1f5d545878a89872b34477eb002df 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-27  Andrew Cagney  <ac131313@redhat.com>
+
+       * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
+
 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
 
        * gdb.texinfo: Use GNU/Linux instead of Linux.
index 6dee4e4ef678e6d2db8c041447d052c29e1870b6..b680ea2b49254d26517a208fb8243eb9f5820509 100644 (file)
@@ -1,5 +1,6 @@
 @c GDB MANUAL configuration file.  
-@c Copyright 1993, 1995, 1999 Free Software Foundation, Inc.
+@c
+@c Copyright 1993, 1995, 1999, 2002 Free Software Foundation, Inc.
 @c
 @c NOTE: While the GDB manual is configurable (by changing these
 @c switches), its configuration is ***NOT*** automatically tied in to
 @set GDBP gdb
 @c 
 @c Name of GDB product.  Used in running text.
-@set GDBN GDB
+@set GDBN @sc{gdb}
 @c
 @c Name of host.  Should not be used in generic configs, but generic
 @c value may catch some flubs.
 @set HOST machine specific
 @c
 @c Name of GCC product
-@set NGCC GCC
+@set NGCC @sc{gcc}
 @c 
 @c Name of GCC program
 @set GCC gcc
-
This page took 0.039265 seconds and 4 git commands to generate.