Browse Source

Fix missing user-font lines in introductory example (spotted by J Irwin,

WRS).
gdb-4_18-branch
Roland Pesch 35 years ago
parent
commit
195758fa2a
  1. 4
      gdb/doc/gdb.texinfo

4
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

Loading…
Cancel
Save