aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-05-21 06:12:22 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-05-21 06:12:22 +0000
commit6cb01af4acf967ca92d06e92e97efdbdcff78ae7 (patch)
tree8eefa1e1411bd3f817b742fa774470aa63c699a2 /gnu
parent3fbb21ddbaf638c95abf89a7c3e29cd21db71636 (diff)
downloadsrc-6cb01af4acf967ca92d06e92e97efdbdcff78ae7.tar.gz
src-6cb01af4acf967ca92d06e92e97efdbdcff78ae7.zip
replace obsolete @ctrl{A} with @kbd{C-A}. Suppress compilation warning.
Notes
Notes: svn path=/head/; revision=25963
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/as/doc/as-all.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/as/doc/as-all.texinfo b/gnu/usr.bin/as/doc/as-all.texinfo
index 99076ae06924..bc4779bc79e1 100644
--- a/gnu/usr.bin/as/doc/as-all.texinfo
+++ b/gnu/usr.bin/as/doc/as-all.texinfo
@@ -1538,7 +1538,7 @@ If the label is written @samp{0:} then the digit is @samp{0}.
If the label is written @samp{1:} then the digit is @samp{1}.
And so on up through @samp{9:}.
-@item @ctrl{A}
+@item @kbd{C-A}
This unusual character is included so you don't accidentally invent
a symbol of the same name. The character has ASCII value
@samp{\001}.
@@ -1550,8 +1550,8 @@ number @samp{15}; @emph{etc.}. Likewise for the other labels @samp{1:}
through @samp{9:}.
@end table
-For instance, the first @code{1:} is named @code{L1@ctrl{A}1}, the 44th
-@code{3:} is named @code{L3@ctrl{A}44}.
+For instance, the first @code{1:} is named @code{L1@kbd{C-A}1}, the 44th
+@code{3:} is named @code{L3@kbd{C-A}44}.
@node Dot, Symbol Attributes, Symbol Names, Symbols
@section The Special Dot Symbol