Fix missing user-font lines in introductory example (spotted by J Irwin,
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index 02205a28c13cd3969cade23a4898e0fd41c83eab..e6d5aecdca71568592ea81c65539d53a52457053 100644 (file)
@@ -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
 
This page took 0.024332 seconds and 4 git commands to generate.