Mercurial > hg > octave-lyh
comparison doc/interpreter/debug.txi @ 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 | 2beb59bf773a |
comparison
equal
deleted
inserted
replaced
8346:8302788f09db | 8347:fa78cb8d8a5c |
---|---|
77 function. | 77 function. |
78 | 78 |
79 @DOCSTRING(dbstop) | 79 @DOCSTRING(dbstop) |
80 | 80 |
81 @noindent | 81 @noindent |
82 Note that breakpoints can not be set in built-in functions | 82 Note that breakpoints cannot be set in built-in functions |
83 (eg. @code{sin}, etc) or dynamically loaded function (ie. oct-files). To | 83 (eg. @code{sin}, etc) or dynamically loaded function (ie. oct-files). To |
84 set a breakpoint immediately on entering a function, the breakpoint | 84 set a breakpoint immediately on entering a function, the breakpoint |
85 should be set to line 1. The leading comment block will be ignored and | 85 should be set to line 1. The leading comment block will be ignored and |
86 the breakpoint will be set to the first executable statement in the | 86 the breakpoint will be set to the first executable statement in the |
87 function. For example | 87 function. For example |