Fix missing user-font lines in introductory example (spotted by J Irwin,
authorRoland Pesch <pesch@cygnus>
Sun, 16 Feb 1992 01:39:35 +0000 (01:39 +0000)
committerRoland Pesch <pesch@cygnus>
Sun, 16 Feb 1992 01:39:35 +0000 (01:39 +0000)
WRS).

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.041811 seconds and 4 git commands to generate.