Fix missing user-font lines in introductory example (spotted by J Irwin,
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
index add9a3cee2af2ae25279e4df26fe96d29395aa1a..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
 
@@ -7262,7 +7262,7 @@ make
 where @var{host} is an identifier such as @samp{sun4} or
 @samp{decstation}, that identifies the platform where _GDBN__ will run.
 
-These @code{configure} and @code {make} commands build the three libraries @file{bfd},
+These @code{configure} and @code{make} commands build the three libraries @file{bfd},
 @file{readline}, and @file{libiberty}, then @code{gdb} itself.  The
 configured source files, and the binaries, are left in the
 corresponding source directories.
This page took 0.026212 seconds and 4 git commands to generate.