* doc/extend.texi: Fix duplicated word.

From-SVN: r87657
This commit is contained in:
Sylvain Pion 2004-09-17 19:24:17 +02:00 committed by Richard Sandiford
parent 4cdf72233b
commit 254ea84c12
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-09-17 Sylvain Pion <Sylvain.Pion@sophia.inria.fr>
* doc/extend.texi: Fix duplicated word.
2004-09-17 Toon Moene <toon@moene.indiv.nluug.nl>
* doc/invoke.texi: Remove stray explanation on

View File

@ -2128,7 +2128,7 @@ __attribute__ ((sentinel(0)))
The attribute is automatically set with a position of 0 for the built-in
functions @code{execl} and @code{execlp}. The built-in function
@code{execle} has the attribute set set with a position of 1.
@code{execle} has the attribute set with a position of 1.
A valid @code{NULL} in this context is defined as zero with any pointer
type. If your system defines the @code{NULL} macro with an integer type