comparison src/debug.cc @ 8347:fa78cb8d8a5c

corrections for typos Here is a patch with some corrections for typos and missing/extra words in the manual. changeset: 8347:34fd1d1c2294 user: Brian Gough <bjg@gnu.org> date: Wed Nov 26 11:00:15 2008 -0500 summary: [docs] can not => cannot
author Brian Gough<bjg@network-theory.co.uk>
date Thu, 27 Nov 2008 10:28:24 +0100
parents 6f2d95255911
children 5798aa0f902a
comparison
equal deleted inserted replaced
8346:8302788f09db 8347:fa78cb8d8a5c
371 @table @code\n\ 371 @table @code\n\
372 @item func\n\ 372 @item func\n\
373 String representing the function name. When already in debug\n\ 373 String representing the function name. When already in debug\n\
374 mode this should be left out and only the line should be given.\n\ 374 mode this should be left out and only the line should be given.\n\
375 @item line\n\ 375 @item line\n\
376 Line you would like the breakpoint to be set on. Multiple\n\ 376 Line number you would like the breakpoint to be set on. Multiple\n\
377 lines might be given as separate arguments or as a vector.\n\ 377 lines might be given as separate arguments or as a vector.\n\
378 @end table\n\ 378 @end table\n\
379 \n\ 379 \n\
380 The rline returned is the real line that the breakpoint was set at.\n\ 380 The rline returned is the real line that the breakpoint was set at.\n\
381 @seealso{dbclear, dbstatus, dbstep}\n\ 381 @seealso{dbclear, dbstatus, dbstep}\n\
403 @table @code\n\ 403 @table @code\n\
404 @item func\n\ 404 @item func\n\
405 String representing the function name. When already in debug\n\ 405 String representing the function name. When already in debug\n\
406 mode this should be left out and only the line should be given.\n\ 406 mode this should be left out and only the line should be given.\n\
407 @item line\n\ 407 @item line\n\
408 Line where you would like to remove the breakpoint. Multiple\n\ 408 Line number where you would like to remove the breakpoint. Multiple\n\
409 lines might be given as separate arguments or as a vector.\n\ 409 lines might be given as separate arguments or as a vector.\n\
410 @end table\n\ 410 @end table\n\
411 No checking is done to make sure that the line you requested is really\n\ 411 No checking is done to make sure that the line you requested is really\n\
412 a breakpoint. If you get the wrong line nothing will happen.\n\ 412 a breakpoint. If you get the wrong line nothing will happen.\n\
413 @seealso{dbstop, dbstatus, dbwhere}\n\ 413 @seealso{dbstop, dbstatus, dbwhere}\n\