From: Sylvain Pion Date: Fri, 17 Sep 2004 17:24:17 +0000 (+0200) Subject: * doc/extend.texi: Fix duplicated word. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=254ea84c129481587eae80d78783b08d8d6cd507;p=gcc.git * doc/extend.texi: Fix duplicated word. From-SVN: r87657 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e76f92209a6..e4fea29d23d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-17 Sylvain Pion + + * doc/extend.texi: Fix duplicated word. + 2004-09-17 Toon Moene * doc/invoke.texi: Remove stray explanation on diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 3724e6b5a58..af5b9d17755 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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