diff options
author | Roland Pesch <pesch@cygnus> | 1994-03-29 03:39:46 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1994-03-29 03:39:46 +0000 |
commit | 8d59d6db8d1fb84796259d3063f94a13b728207d (patch) | |
tree | 99f0c86cdb42736ad7166d4479eabf3d9e753023 /gas/doc | |
parent | 87462f1e05e51bddca94cd3c6b1aded4eed99635 (diff) | |
download | gdb-8d59d6db8d1fb84796259d3063f94a13b728207d.zip gdb-8d59d6db8d1fb84796259d3063f94a13b728207d.tar.gz gdb-8d59d6db8d1fb84796259d3063f94a13b728207d.tar.bz2 |
Minor formatting fixes. (TeXs OK now.)
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/gasp.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/doc/gasp.texi b/gas/doc/gasp.texi index 95a64d5..6459dd8 100644 --- a/gas/doc/gasp.texi +++ b/gas/doc/gasp.texi @@ -1049,8 +1049,9 @@ One additional directive, @code{LOCAL}, is available. @xref{Macros,, Defining your own directives}, for an explanation of how to use @code{LOCAL}. +@need 2000 @item String delimiters -You can write strings delimited in two other ways besides +You can write strings delimited in these other ways besides @code{"@var{string}"}: @table @code @@ -1059,13 +1060,13 @@ You can delimit strings with single-quote charaters. @item <@var{string}> You can delimit strings with matching angle brackets. +@end table @item single-character string escape To include any single character literally in a string (even if the character would otherwise have some special meaning), you can prefix the character with @samp{!} (an exclamation mark). For example, you can write @samp{<4.3 !> 5.4!!>} to get the literal text @samp{4.3 > 5.4!}. -@end table @item Expression results as strings You can write @samp{%@var{expr}} to evaluate the expression @var{expr} |