This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: remove `,...' from @var in extend.texi


On Mon, Jun 17, 2002 at 07:13:09PM +0200, Andreas Schwab wrote:
> Matt Kraai <kraai@alumni.cmu.edu> writes:
> |> Building extend.texi produces the following warning:
> |> 
> |>  doc/extend.texi:2114: warning: unlikely char , in @var.
> |> 
> |> The following patch passes both `make info' and `make dvi'.  OK
> |> to commit?
> 
> `...' should perhaps be replaced by `@dots'.

OK, how about the following patch (which also passes `make info'
and `make dvi')?

I'll submit another patch to convert the other instances of
`...' to `@dots{}'.

Matt

	* extend.texi (Function Attributes): Remove `,...' from @var.

Index: gcc/doc/extend.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.80
diff -c -3 -r1.80 extend.texi
*** gcc/doc/extend.texi	12 Jun 2002 02:56:59 -0000	1.80
--- gcc/doc/extend.texi	17 Jun 2002 17:22:21 -0000
***************
*** 2110,2116 ****
  @option{-ffreestanding} is used.  @xref{C Dialect Options,,Options
  Controlling C Dialect}.
  
! @item nonnull (@var{arg-index,...})
  @cindex @code{nonnull} function attribute
  The @code{nonnull} attribute specifies that some function parameters should
  be non-null pointers.  For instance, the declaration:
--- 2110,2116 ----
  @option{-ffreestanding} is used.  @xref{C Dialect Options,,Options
  Controlling C Dialect}.
  
! @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:

Attachment: msg01440/pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]