diff options
author | Eli Zaretskii <eliz@gnu.org> | 2007-11-17 15:33:46 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2007-11-17 15:33:46 +0000 |
commit | 16bfc2183bec296e6241ae19246389f62588d87e (patch) | |
tree | fcb1ca33cd6c9d11eddfffcc78ddecb04fb3fef8 | |
parent | 4ffff32f75b16015df0d83c38910a75209079369 (diff) | |
download | gdb-16bfc2183bec296e6241ae19246389f62588d87e.zip gdb-16bfc2183bec296e6241ae19246389f62588d87e.tar.gz gdb-16bfc2183bec296e6241ae19246389f62588d87e.tar.bz2 |
(Set Breaks): Fix a typo in last change.
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 40b04d2..af34740 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3083,7 +3083,7 @@ Each location can be individually enabled or disabled by passing @var{breakpoint-number}.@var{location-number} as argument to the @code{enable} and @code{disable} commands. Note that you cannot delete the individual locations from the list, you can only delete the -entire list of locations that be long to their parent breakpoint (with +entire list of locations that belong to their parent breakpoint (with the @kbd{delete @var{num}} command, where @var{num} is the number of the parent breakpoint, 1 in the above example). Disabling or enabling the parent breakpoint (@pxref{Disabling}) affects all of the locations |