comparison man/building.texi @ 43151:88bbfdf9451e

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 06 Feb 2002 22:46:55 +0000
parents bc055bf06a94
children c5ea7e769ffd
comparison
equal deleted inserted replaced
43150:ee557660a984 43151:88bbfdf9451e
492 @findex gud-jump 492 @findex gud-jump
493 Only useful in a source buffer, (@code{gud-jump}) relocates the next 493 Only useful in a source buffer, (@code{gud-jump}) relocates the next
494 instruction to the current line at point in a source buffer. If the 494 instruction to the current line at point in a source buffer. If the
495 new execution line is in a different function from the previously one, 495 new execution line is in a different function from the previously one,
496 you will be prompted for confirmation since the results may be 496 you will be prompted for confirmation since the results may be
497 bizarre. See the GDB manual entry regarding @cod{jump} for details. 497 bizarre. See the GDB manual entry regarding @code{jump} for details.
498 @end table 498 @end table
499 499
500 These commands interpret a numeric argument as a repeat count, when 500 These commands interpret a numeric argument as a repeat count, when
501 that makes sense. 501 that makes sense.
502 502