diff options
author | Roland Pesch <pesch@cygnus> | 1991-07-24 01:30:45 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-07-24 01:30:45 +0000 |
commit | 11902719680125174b24887bcc453008de6c32a0 (patch) | |
tree | f5dbfed3dc491e63e2f9e3bb10a664d10363e8c1 /gdb | |
parent | 9d40ea3c8221e3e19bca272043a79fc544e0f921 (diff) | |
download | gdb-11902719680125174b24887bcc453008de6c32a0.zip gdb-11902719680125174b24887bcc453008de6c32a0.tar.gz gdb-11902719680125174b24887bcc453008de6c32a0.tar.bz2 |
1) "dots{}" -> "@dots{}" (spotted by makeinfo)
2) $Id: tag appears in post-m4 text
Diffstat (limited to 'gdb')
-rwxr-xr-x | gdb/doc/gdb.data-m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.data-m4 b/gdb/doc/gdb.data-m4 index 8685a13..9c74f60 100755 --- a/gdb/doc/gdb.data-m4 +++ b/gdb/doc/gdb.data-m4 @@ -1,6 +1,6 @@ _dnl__ Copyright (c) 1988 1989 1990 1991 Free Software Foundation, Inc. _dnl__ This file is part of the source for the GDB manual. -_dnl__ $Id$ +@c M4 FRAGMENT: $Id$ @node Data, Symbols, Source, Top @chapter Examining Data @@ -429,7 +429,7 @@ is a common name for the program counter; @pxref{Registers}). Remove item numbers @var{dnums} from the list of expressions to display. @code{undisplay} will not repeat if you press @key{RET} after using it. -(Otherwise you would just get the error @samp{No display number dots{}}.) +(Otherwise you would just get the error @samp{No display number @dots{}}.) @item disable display @var{dnums}@dots{} @kindex disable display |