From 7047dd1ea80cd5a3324af03f729f9735bd655a18 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 14 Oct 2005 08:24:48 +0000 Subject: [PATCH] * doc/as.texinfo (Section): Add missing ']' to .section example. --- gas/ChangeLog | 4 ++++ gas/doc/as.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index b625a45..33b53da 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2005-10-14 Mike Frysinger + + * doc/as.texinfo (Section): Add missing ']' to .section example. + 2005-10-12 John David Anglin PR binutils/941 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 -- 2.7.4