From 195758fa2a1b9702e042b7846a891f7b1f92e936 Mon Sep 17 00:00:00 2001 From: Roland Pesch Date: Sun, 16 Feb 1992 01:39:35 +0000 Subject: [PATCH] Fix missing user-font lines in introductory example (spotted by J Irwin, WRS). --- gdb/doc/gdb.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2