diff --git a/gas/ChangeLog b/gas/ChangeLog index b625a45bf8..33b53da4d5 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 2b3e4c25a0..13512003f4 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