aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1994-04-27 18:19:42 +0000
committerSteve Chamberlain <sac@cygnus>1994-04-27 18:19:42 +0000
commit6d65841ba19837b4416a8258bb30751c961700bc (patch)
tree364ca993617b7348c1c64e575b9eaf4b5845ceab /gas
parentfa1a86f302777a10f4373948fe613e2eec495f01 (diff)
downloadgdb-6d65841ba19837b4416a8258bb30751c961700bc.zip
gdb-6d65841ba19837b4416a8258bb30751c961700bc.tar.gz
gdb-6d65841ba19837b4416a8258bb30751c961700bc.tar.bz2
Fix dos on H'digits..
Diffstat (limited to 'gas')
-rw-r--r--gas/doc/gasp.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/gasp.texi b/gas/doc/gasp.texi
index 6459dd8..08a3118 100644
--- a/gas/doc/gasp.texi
+++ b/gas/doc/gasp.texi
@@ -936,8 +936,8 @@ whatever base is currently selected (either 10, or selected by the most
recent @code{.RADIX}).
To write a number in a @emph{specific base}, use the pattern
-@code{'@var{s}@var{ddd}}: a single quote, followed by a base specifier
-character @var{s}, followed by digits @var{ddd}. The base specifier
+@code{@var{s}'@var{ddd}}: a base specifier character @var{s}, followed
+by a single quote followed by digits @var{ddd}. The base specifier
character matches those you can specify with @code{.RADIX}: @samp{B} for
base 2, @samp{Q} for base 8, @samp{D} for base 10, and @samp{H} for base
16. (You can write this character in lower case if you prefer.)