diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 17:24:17 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-17 17:24:17 +0000 |
commit | 515c3cb4a80c18d12788f1e6a8a287d049f6b0fe (patch) | |
tree | 5437fb506ae4ee2b7c31a6ba4c690729b6701fba | |
parent | 49f9826a1cd990d96945b02f8b0dea3386241339 (diff) | |
download | gcc-515c3cb4a80c18d12788f1e6a8a287d049f6b0fe.tar.gz |
* doc/extend.texi: Fix duplicated word.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87657 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 5 insertions, 1 deletions
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 <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 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 |