From: Roland Pesch Date: Sun, 16 Feb 1992 01:39:35 +0000 (+0000) Subject: Fix missing user-font lines in introductory example (spotted by J Irwin, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=195758fa2a1b9702e042b7846a891f7b1f92e936;p=binutils-gdb.git Fix missing user-font lines in introductory example (spotted by J Irwin, WRS). --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 02205a28c13..e6d5aecdca7 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