This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


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

PATCH doc/refcard.tex



While trying to recall some of the more esoteric GDB commands (using
current CVS version to try to debug some C++, sigh), I tried to print
the reference card.  While futzing with paper sizes, I noticed that the
version and copyright information is old.  Fixed thusly.

(Incidentally, the doc/Makefile.in commands for refcard.dvi won't work.
When REFEDITS is empty, the command sequence includes "for f in ; do some
commands ; done" and every Bourne-family shell I tried pukes on the early
';'.  The irony is that this is in a branch which knows that REFEDITS is
not empty, but is joined together with the lines executed when it is empty,
into one long shell statement.)


Index: refcard.tex
===================================================================
RCS file: /cvs/src/src/gdb/doc/refcard.tex,v
retrieving revision 1.2
diff -u -3 -r1.2 refcard.tex
--- refcard.tex	2000/07/05 13:11:41	1.2
+++ refcard.tex	2000/12/25 04:33:52
@@ -240,7 +240,7 @@
 }
 }
 
-{\vbbf GDB QUICK REFERENCE}\hfil{\smrm GDB Version 4}\qquad
+{\vbbf GDB QUICK REFERENCE}\hfil{\smrm GDB Version 5}\qquad
 
 \sec Essential Commands;
 gdb {\it program} \opt{{\it core}}&debug {\it program} \opt{using
@@ -304,7 +304,7 @@
 \line{\smrm \opt{ } surround optional arguments \hfill $\ldots$ show
 one or more arguments}
 \vskip\baselineskip
-\centerline{\smrm \copyright 1998 Free Software Foundation, Inc.\qquad Permissions on back}
+\centerline{\smrm \copyright 1998--2000 Free Software Foundation, Inc.\qquad Permissions on back}
 \eject
 \sec Breakpoints and Watchpoints;
 break \opt{\it file\tt:}{\it line}\par
@@ -628,7 +628,7 @@
 
 \vfill
 {\smrm\parskip=6pt
-Copyright \copyright 1991, '92, '93, '98 Free Software Foundation, Inc. 
+Copyright \copyright 1991, '92, '93, '98, 2000 Free Software Foundation, Inc. 
 Author: Roland H. Pesch
 
 The author assumes no responsibility for any errors on this card.


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