* gdb.texinfo (Memory Region Attributes): Fix the wording.

Suggested by Dmitry Sivachenko.

	* (<many nodes>): Fix the spelling and punctuation of "i.e.".
This commit is contained in:
Eli Zaretskii 2002-02-03 12:06:05 +00:00
parent e5d6672073
commit 6ca652b0db
2 changed files with 17 additions and 10 deletions

View File

@ -1,3 +1,10 @@
2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
* gdb.texinfo (Memory Region Attributes): Fix the wording.
Suggested by Dmitry Sivachenko.
* (<many nodes>): Fix the spelling and punctuation of "i.e.".
2002-02-01 Michael Snyder <msnyder@redhat.com> 2002-02-01 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}. * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.

View File

@ -2064,7 +2064,7 @@ further qualifier.
@c FIXME!! (1) Does the [New...] message appear even for the very first @c FIXME!! (1) Does the [New...] message appear even for the very first
@c thread of a program, or does it only appear for the @c thread of a program, or does it only appear for the
@c second---i.e., when it becomes obvious we have a multithread @c second---i.e.@: when it becomes obvious we have a multithread
@c program? @c program?
@c (2) *Is* there necessarily a first thread always? Or do some @c (2) *Is* there necessarily a first thread always? Or do some
@c multithread systems permit starting a program with multiple @c multithread systems permit starting a program with multiple
@ -5641,7 +5641,7 @@ Memory is read only.
@item wo @item wo
Memory is write only. Memory is write only.
@item rw @item rw
Memory is read/write (default). Memory is read/write. This is the default.
@end table @end table
@subsubsection Memory Access Size @subsubsection Memory Access Size
@ -5682,8 +5682,8 @@ registers.
@table @code @table @code
@item cache @item cache
Enable @value{GDBN} to cache target memory. Enable @value{GDBN} to cache target memory.
@item nocache (default) @item nocache
Disable @value{GDBN} from caching target memory. Disable @value{GDBN} from caching target memory. This is the default.
@end table @end table
@c @subsubsection Memory Write Verification @c @subsubsection Memory Write Verification
@ -7286,8 +7286,8 @@ following ways:
@itemize @bullet @itemize @bullet
@item @item
Integer constants are a sequence of digits. Octal constants are Integer constants are a sequence of digits. Octal constants are
specified by a leading @samp{0} (i.e. zero), and hexadecimal constants by specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
a leading @samp{0x} or @samp{0X}. Constants may also end with a letter by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
@samp{l}, specifying that the constant should be treated as a @samp{l}, specifying that the constant should be treated as a
@code{long} value. @code{long} value.
@ -8716,7 +8716,7 @@ that conflict with the regular expression language (eg.
@kindex info variables @kindex info variables
@item info variables @item info variables
Print the names and data types of all variables that are declared Print the names and data types of all variables that are declared
outside of functions (i.e., excluding local variables). outside of functions (i.e.@: excluding local variables).
@item info variables @var{regexp} @item info variables @var{regexp}
Print the names and data types of all variables (except for local Print the names and data types of all variables (except for local
@ -9413,7 +9413,7 @@ Section contains common symbols.
@kindex set trust-readonly-sections @kindex set trust-readonly-sections
@item set trust-readonly-sections on @item set trust-readonly-sections on
Tell @value{GDBN} that readonly sections in your object file Tell @value{GDBN} that readonly sections in your object file
really are read-only (ie.@: that their contents will not change). really are read-only (i.e.@: that their contents will not change).
In that case, @value{GDBN} can fetch values from these sections In that case, @value{GDBN} can fetch values from these sections
out of the object file, rather than from the target program. out of the object file, rather than from the target program.
For some targets (notably embedded ones), this can be a significant For some targets (notably embedded ones), this can be a significant
@ -9514,7 +9514,7 @@ If @var{threshold} is nonzero and shared library autoloading is enabled,
symbols from all shared object libraries will be loaded until the total symbols from all shared object libraries will be loaded until the total
size of the loaded shared library symbols exceeds this threshold. size of the loaded shared library symbols exceeds this threshold.
Otherwise, symbols must be loaded manually, using the Otherwise, symbols must be loaded manually, using the
@code{sharedlibrary} command. The default threshold is 100 (i.e. 100 @code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
Mb). Mb).
@kindex show auto-solib-limit @kindex show auto-solib-limit
@ -14291,7 +14291,7 @@ See @samp{i} and @samp{S} for likely syntax and semantics.
@tab @code{k} @tab @code{k}
@tab @tab
FIXME: @emph{There is no description of how to operate when a specific FIXME: @emph{There is no description of how to operate when a specific
thread context has been selected (ie.@: does 'k' kill only that thread?)}. thread context has been selected (i.e.@: does 'k' kill only that thread?)}.
@item reserved @item reserved
@tab @code{l} @tab @code{l}