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

WRS).
This commit is contained in:
Roland Pesch 1992-02-16 01:39:35 +00:00
parent 7e5c1057bb
commit 195758fa2a
1 changed files with 2 additions and 2 deletions

View 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