diff options
author | Ben Elliston <bje@au.ibm.com> | 2001-03-27 04:51:28 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2001-03-27 04:51:28 +0000 |
commit | bc64be0c370b05730af0779edc3b94049f3178b2 (patch) | |
tree | 6fad1d3fc923e46a375adc2f904c65957b6f18dd /gas | |
parent | f9c191122c18294a72836f2a0a98f9c3e55a6df3 (diff) | |
download | gdb-bc64be0c370b05730af0779edc3b94049f3178b2.zip gdb-bc64be0c370b05730af0779edc3b94049f3178b2.tar.gz gdb-bc64be0c370b05730af0779edc3b94049f3178b2.tar.bz2 |
* as.texinfo (Fill): Replace "result" with "repeat".
Diffstat (limited to 'gas')
-rw-r--r-- | gas/doc/as.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index fdf1555..04be74d 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -3887,7 +3887,7 @@ removed to avoid conflicts with other assemblers. @xref{Machine Dependencies}. @cindex @code{fill} directive @cindex writing patterns in memory @cindex patterns, writing in memory -@var{result}, @var{size} and @var{value} are absolute expressions. +@var{repeat}, @var{size} and @var{value} are absolute expressions. This emits @var{repeat} copies of @var{size} bytes. @var{Repeat} may be zero or more. @var{Size} may be zero or more, but if it is more than 8, then it is deemed to have the value 8, compatible with |