]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/extend.texi (Function Attributes): Remove `,...' from @var.
authorkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jun 2002 21:26:49 +0000 (21:26 +0000)
committerkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Jun 2002 21:26:49 +0000 (21:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54719 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index ba774fbc1f1240c466b7afe2e6b75771d03f06ab..8a17de531c02c8cb207a41abba16bf0bedd2bf21 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-17  Matt Kraai  <kraai@alumni.cmu.edu>
+
+       * doc/extend.texi (Function Attributes): Remove `,...' from @var.
+
 2002-06-17  Jeff Law <law@redha.com>
 
        * libgcc2.c: Do not include symcat.h or machmode.h.
index 68d231db05a2fe4503313690e06396ec6ee62d79..17fffac27b8afede737c17bb36c3bd44c4725ff8 100644 (file)
@@ -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: