aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Osier <jeffrey@cygnus>1994-09-13 09:52:15 +0000
committerJeffrey Osier <jeffrey@cygnus>1994-09-13 09:52:15 +0000
commitece44a1fb602c5ce3daec547486116a9b1bdf40c (patch)
tree44293054d2e65bb7a347d0976acb6ea0e01dbd44
parente23b25eccd45b0fe76b6e75a426cbe3de940421a (diff)
downloadgdb-ece44a1fb602c5ce3daec547486116a9b1bdf40c.zip
gdb-ece44a1fb602c5ce3daec547486116a9b1bdf40c.tar.gz
gdb-ece44a1fb602c5ce3daec547486116a9b1bdf40c.tar.bz2
gasp.texi: a few edits thanks to crash
-rw-r--r--gas/doc/gasp.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/gas/doc/gasp.texi b/gas/doc/gasp.texi
index 08a3118..d828aaf 100644
--- a/gas/doc/gasp.texi
+++ b/gas/doc/gasp.texi
@@ -1,5 +1,4 @@
\input texinfo @c -*- Texinfo -*-
-@finalout
@setfilename gasp.info
@c
@c This file documents the assembly preprocessor "GASP"
@@ -20,12 +19,11 @@ END-INFO-DIR-ENTRY
@syncodeindex ky cp
@syncodeindex fn cp
+@finalout
@setchapternewpage odd
@settitle GASP
@titlepage
@c FIXME boring title
-@title DRAFT EDITION
-@sp 4
@title GASP, an assembly preprocessor
@subtitle for GASP version 1
@sp 1
@@ -322,7 +320,7 @@ expressions.
When you compare strings, only two conditional @var{cmp} comparison
operators are available: @samp{EQ} (true if @var{stra} and @var{strb}
-are identical), and @samp{NE} (the converse).
+are identical), and @samp{NE} (the opposite).
When you compare two expressions, @emph{both expressions must be
absolute} (@pxref{Expressions,, Arithmetic expressions in GASP}). You
@@ -717,7 +715,7 @@ Like @code{.SRES}, but reserves space for @code{@var{count}+1} elements.
@node Listings
@section Assembly listing control
-The @sc{gasp} listing-control directives map straightforwardly to
+The @sc{gasp} listing-control directives correspond to
related @sc{gnu} @code{as} directives.
@ftable @code