diff options
author | Roland Pesch <pesch@cygnus> | 1992-02-16 01:39:35 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-02-16 01:39:35 +0000 |
commit | 195758fa2a1b9702e042b7846a891f7b1f92e936 (patch) | |
tree | e7e6c24f10a8dd48a44ce4bc5a80403de8d39a42 /gdb | |
parent | 7e5c1057bb33fb6be25ada95ba7f58066d88de80 (diff) | |
download | gdb-195758fa2a1b9702e042b7846a891f7b1f92e936.zip gdb-195758fa2a1b9702e042b7846a891f7b1f92e936.tar.gz gdb-195758fa2a1b9702e042b7846a891f7b1f92e936.tar.bz2 |
Fix missing user-font lines in introductory example (spotted by J Irwin,
WRS).
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 02205a2..e6d5aec 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -803,9 +803,9 @@ any expression---and that expression can include subroutine calls and assignments. @smallexample -(_GDBP__) p len_lquote=strlen(lquote) +(_GDBP__) p @i{len_lquote=strlen(lquote)} $5 = 7 -(_GDBP__) p len_rquote=strlen(rquote) +(_GDBP__) p @i{len_rquote=strlen(rquote)} $6 = 9 @end smallexample |