Minor adjustments for clean info-formatting.
This commit is contained in:
parent
660f21b7de
commit
6df47a7407
1 changed files with 4 additions and 5 deletions
|
@ -143,7 +143,6 @@ _GDBN__ can be used to debug programs written in C and C++. Pascal support
|
||||||
is being implemented, and Fortran support will be added when a GNU
|
is being implemented, and Fortran support will be added when a GNU
|
||||||
Fortran compiler is ready.
|
Fortran compiler is ready.
|
||||||
|
|
||||||
@node Free Software,,,
|
|
||||||
@unnumberedsec Free Software
|
@unnumberedsec Free Software
|
||||||
_GDBN__ is Free Software, protected by the GNU General Public License (GPL).
|
_GDBN__ is Free Software, protected by the GNU General Public License (GPL).
|
||||||
The GPL gives you the freedom to copy or adapt a licensed
|
The GPL gives you the freedom to copy or adapt a licensed
|
||||||
|
@ -335,7 +334,7 @@ Value returned is $1 = false
|
||||||
@noindent
|
@noindent
|
||||||
We're still in the middle of the first line of @code{m4_changequote};
|
We're still in the middle of the first line of @code{m4_changequote};
|
||||||
@samp{finish} just allowed the subroutine call to complete.
|
@samp{finish} just allowed the subroutine call to complete.
|
||||||
The display beginning ``@code{0x59ec in}@dots'', preceding the
|
The display beginning ``@code{0x59ec in}@dots{}'', preceding the
|
||||||
display of line @code{812}, is a reminder of that situation from
|
display of line @code{812}, is a reminder of that situation from
|
||||||
_GDBN__.
|
_GDBN__.
|
||||||
|
|
||||||
|
@ -1883,7 +1882,7 @@ print the values of certain expressions, or enable other breakpoints.
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item commands @var{bnum}
|
@item commands @var{bnum}
|
||||||
@itemx @dots @var{command-list} @dots
|
@itemx @dots{} @var{command-list} @dots{}
|
||||||
@itemx end
|
@itemx end
|
||||||
@kindex commands
|
@kindex commands
|
||||||
@kindex end
|
@kindex end
|
||||||
|
@ -2662,7 +2661,7 @@ When you start _GDBN__, its source path is empty.
|
||||||
To add other directories, use the @samp{directory} command.
|
To add other directories, use the @samp{directory} command.
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item directory @var{dirname} @dots
|
@item directory @var{dirname} @dots{}
|
||||||
Add directory @var{dirname} to the front of the source path. Several
|
Add directory @var{dirname} to the front of the source path. Several
|
||||||
directory names may be given to this command, separated by @samp{:} or
|
directory names may be given to this command, separated by @samp{:} or
|
||||||
whitespace. You may specify a directory that is already in the source
|
whitespace. You may specify a directory that is already in the source
|
||||||
|
@ -3953,7 +3952,7 @@ the @samp{add-symbol-file} command.
|
||||||
|
|
||||||
If @samp{load} is not available on your _GDBN__, attempting to execute
|
If @samp{load} is not available on your _GDBN__, attempting to execute
|
||||||
it gets the error message ``@code{You can't do that when your target is
|
it gets the error message ``@code{You can't do that when your target is
|
||||||
@dots}''
|
@dots{}}''
|
||||||
_fi__(_GENERIC__)
|
_fi__(_GENERIC__)
|
||||||
|
|
||||||
_if__(_VXWORKS__)
|
_if__(_VXWORKS__)
|
||||||
|
|
Loading…
Reference in a new issue