aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 02205a2..e6d5aec 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