X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fdoc%2Fgdb.texinfo;h=e6d5aecdca71568592ea81c65539d53a52457053;hb=195758fa2a1b9702e042b7846a891f7b1f92e936;hp=02205a28c13cd3969cade23a4898e0fd41c83eab;hpb=053332ef959337428888f13799b1a181ea5837b1;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 02205a28c1..e6d5aecdca 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