diff options
author | Roland Pesch <pesch@cygnus> | 1992-05-05 22:00:25 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-05-05 22:00:25 +0000 |
commit | bf85ce3ec6d68ade11ff6e88888e6dd68af63559 (patch) | |
tree | 9b48b570c376357cf72b94de44cc7015da9937aa /gas | |
parent | 7969cb57d0455bcc5e949aed6da6fa6e35c6c27d (diff) | |
download | gdb-bf85ce3ec6d68ade11ff6e88888e6dd68af63559.zip gdb-bf85ce3ec6d68ade11ff6e88888e6dd68af63559.tar.gz gdb-bf85ce3ec6d68ade11ff6e88888e6dd68af63559.tar.bz2 |
as.texinfo, as-all.texinfo: fix typo found by zoo
(don't call H8/300 an AMD 29K in info menus)
as.1: catch up to "-k" spelling change (now "-K")
Diffstat (limited to 'gas')
-rw-r--r-- | gas/doc/as-all.texinfo | 2 | ||||
-rw-r--r-- | gas/doc/as.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gas/doc/as-all.texinfo b/gas/doc/as-all.texinfo index 5558df0..f4b7745 100644 --- a/gas/doc/as-all.texinfo +++ b/gas/doc/as-all.texinfo @@ -2773,7 +2773,7 @@ subject, see the hardware manufacturer's manual. @menu * Vax-Dependent:: VAX Dependent Features * AMD29K-Dependent:: AMD 29K Dependent Features -* H8/300-Dependent:: AMD 29K Dependent Features +* H8/300-Dependent:: Hitachi H8/300 Dependent Features * i960-Dependent:: Intel 80960 Dependent Features * M68K-Dependent:: M680x0 Dependent Features * Sparc-Dependent:: SPARC Dependent Features diff --git a/gas/doc/as.1 b/gas/doc/as.1 index 92fbfce..2910279 100644 --- a/gas/doc/as.1 +++ b/gas/doc/as.1 @@ -15,7 +15,7 @@ GNU as\-\-the portable GNU assembler. .RB "[\|" \-I .I path\c \&\|] -.RB "[\|" \-k "\|]" +.RB "[\|" \-K "\|]" .RB "[\|" \-L "\|]" .RB "[\|" \-o .I objfile\c @@ -144,7 +144,7 @@ to the search list for .B .include directives. .TP -.B \-k +.B \-K Issue warnings when difference tables altered for long displacements. .TP .B \-L |