From 390de76932ff3924137305697272777d104eec13 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Mon, 17 Jun 2002 21:26:49 +0000 Subject: [PATCH] * doc/extend.texi (Function Attributes): Remove `,...' from @var. From-SVN: r54719 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba774fbc1f1..8a17de531c0 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 68d231db05a..17fffac27b8 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: -- 2.30.2