From: kraai Date: Mon, 17 Jun 2002 21:26:49 +0000 (+0000) Subject: * doc/extend.texi (Function Attributes): Remove `,...' from @var. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05888bbf0f6155506443f21d3e64f78af19bbc53;p=thirdparty%2Fgcc.git * doc/extend.texi (Function Attributes): Remove `,...' from @var. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54719 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba774fbc1f12..8a17de531c02 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-17 Matt Kraai + + * doc/extend.texi (Function Attributes): Remove `,...' from @var. + 2002-06-17 Jeff Law * libgcc2.c: Do not include symcat.h or machmode.h. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 68d231db05a2..17fffac27b8a 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2110,7 +2110,7 @@ requested by @option{-ansi} or an appropriate @option{-std} option, or @option{-ffreestanding} is used. @xref{C Dialect Options,,Options Controlling C Dialect}. -@item nonnull (@var{arg-index,...}) +@item nonnull (@var{arg-index}, @dots{}) @cindex @code{nonnull} function attribute The @code{nonnull} attribute specifies that some function parameters should be non-null pointers. For instance, the declaration: