diff options
author | Nick Clifton <nickc@redhat.com> | 2005-10-14 08:24:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-10-14 08:24:48 +0000 |
commit | 7047dd1ea80cd5a3324af03f729f9735bd655a18 (patch) | |
tree | 13a70e5999820c4d278b8969f21f1ecc8bf6180c /gas/doc/as.texinfo | |
parent | e1c819caf86f85662e14e1e2b5422a7e5ac9c2ad (diff) | |
download | gdb-7047dd1ea80cd5a3324af03f729f9735bd655a18.zip gdb-7047dd1ea80cd5a3324af03f729f9735bd655a18.tar.gz gdb-7047dd1ea80cd5a3324af03f729f9735bd655a18.tar.bz2 |
* doc/as.texinfo (Section): Add missing ']' to .section example.
Diffstat (limited to 'gas/doc/as.texinfo')
-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 2b3e4c2..1351200 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -5378,7 +5378,7 @@ This is one of the ELF section stack manipulation directives. The others are For ELF targets, the @code{.section} directive is used like this: @smallexample -.section @var{name} [, "@var{flags}"[, @@@var{type}[,@var{flag_specific_arguments}]] +.section @var{name} [, "@var{flags}"[, @@@var{type}[,@var{flag_specific_arguments}]]] @end smallexample The optional @var{flags} argument is a quoted string which may contain any |