diff options
author | Roland Pesch <pesch@cygnus> | 1993-09-04 00:07:46 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1993-09-04 00:07:46 +0000 |
commit | 6370267a451b95400fbad2ab18c2762db2d76849 (patch) | |
tree | f2cd3c559df44ce375010bd71ca8db55612e2e9a /gdb | |
parent | a0a55af6a7d4199af5a3801a8d2c068cdba877bb (diff) | |
download | gdb-6370267a451b95400fbad2ab18c2762db2d76849.zip gdb-6370267a451b95400fbad2ab18c2762db2d76849.tar.gz gdb-6370267a451b95400fbad2ab18c2762db2d76849.tar.bz2 |
@up/@down -> @raisesections/@lowersections
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f3c2019..5dc95aa 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) + + * gdb.texinfo: @up/@down -> @raisesections/@lowersections + Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * stabs.texinfo: Make info author notice match the TeX author notice. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 6a4e107..4cb17fd 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -5041,7 +5041,7 @@ together. @end ifset @ifclear MOD2 @c Cancel this below, under same condition, at end of this chapter! -@up +@raisesections @end ifclear @cindex C++ @@ -5525,8 +5525,8 @@ available choices, or to finish the type list for you. @xref{Completion,, Command completion}, for details on how to do this. @end table @ifclear MOD2 -@c cancels "up" under same conditions near bgn of chapter -@down +@c cancels "raisesections" under same conditions near bgn of chapter +@lowersections @end ifclear @ifset MOD2 |