aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1993-02-02 21:44:11 +0000
committerRoland Pesch <pesch@cygnus>1993-02-02 21:44:11 +0000
commit9aa964da87c5ea44c35310289ff18b9f686c8aa4 (patch)
treead48b6ced1b1028375b763382a92d378cc77c6d4 /gdb/doc
parent93918348e5e975b084473806e9141d0217bf2294 (diff)
downloadgdb-9aa964da87c5ea44c35310289ff18b9f686c8aa4.zip
gdb-9aa964da87c5ea44c35310289ff18b9f686c8aa4.tar.gz
gdb-9aa964da87c5ea44c35310289ff18b9f686c8aa4.tar.bz2
More minor stylistic cleanup: avoid plurals on things that aren't English.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/gdb.texinfo16
1 files changed, 8 insertions, 8 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 9c3bcf6..9f743fc4 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -5573,7 +5573,7 @@ For the purposes of C and C++, the following definitions hold:
@itemize @bullet
@item
@emph{Integral types} include @code{int} with any of its storage-class
-specifiers, @code{char}, and @code{enum}s.
+specifiers; @code{char}; and @code{enum}.
@item
@emph{Floating-point types} include @code{float} and @code{double}.
@@ -5689,7 +5689,7 @@ Bitwise complement operator. Defined on integral types. Same precedence as
Structure member, and pointer-to-structure member. For convenience,
@value{GDBN} regards the two as equivalent, choosing whether to dereference a
pointer based on the stored type information.
-Defined on @code{struct}s and @code{union}s.
+Defined on @code{struct} and @code{union} data.
@item []
Array indexing. @code{@var{a}[@var{i}]} is defined as
@@ -6029,7 +6029,7 @@ their subranges.
@emph{Scalar types} consist of all of the above.
@item
-@emph{Set types} consist of @code{SET}s and @code{BITSET}s.
+@emph{Set types} consist of @code{SET} and @code{BITSET} types.
@item
@emph{Boolean types} consist of @code{BOOLEAN}.
@@ -6092,7 +6092,7 @@ Integer division and remainder. Defined on integral types. Same
precedence as @code{*}.
@item -
-Negative. Defined on @code{INTEGER}s and @code{REAL}s.
+Negative. Defined on @code{INTEGER} and @code{REAL} data.
@item ^
Pointer dereferencing. Defined on pointer types.
@@ -6102,14 +6102,14 @@ Boolean negation. Defined on boolean types. Same precedence as
@code{^}.
@item .
-@code{RECORD} field selector. Defined on @code{RECORD}s. Same
+@code{RECORD} field selector. Defined on @code{RECORD} data. Same
precedence as @code{^}.
@item []
-Array indexing. Defined on @code{ARRAY}s. Same precedence as @code{^}.
+Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
@item ()
-Procedure argument list. Defined on @code{PROCEDURE}s. Same precedence
+Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
as @code{^}.
@item ::@r{, }.
@@ -7512,7 +7512,7 @@ data, @pxref{Print Settings, ,Print Settings}; other settings are described here
called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
can change the prompt string with the @code{set prompt} command. For
instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
-the prompt in one of the @value{GDBN}s so that you can always tell which
+the prompt in one of the @value{GDBN} sessions so that you can always tell which
one you are talking to.
@table @code