On Sun, Sep 22, 2024 at 10:52:37PM +0200, Andreas Schwab wrote: > On Sep 22 2024, Mikael Morin wrote: > > > @@ -370,7 +370,7 @@ Set the default accessibility of module entities to > > @code{PRIVATE}. > > Use-associated entities will not be accessible unless they are explicitly > > declared as @code{PUBLIC}. > > > > -@opindex @code{ffixed-line-length-}@var{n} > > +@opindex ffixed-line-length-@var{n} > > Shouldn't all the @var{...} parts be dropped as well, throughout?
We have it all over the other manuals: grep @opindex.*@var doc/*.texi d/*.texi doc/invoke.texi:@opindex fstrict-flex-arrays=@var{level} doc/invoke.texi:@opindex Wlarger-than-@var{byte-size} doc/invoke.texi:@opindex fmin-function-alignment=@var{n} doc/invoke.texi:@opindex fdump-rtl-@var{pass} doc/invoke.texi:@opindex masm=@var{dialect} doc/invoke.texi:@opindex missue-rate=@var{number} doc/invoke.texi:@opindex mbranch-cost=@var{number} doc/invoke.texi:@opindex mflush-trap=@var{number} doc/invoke.texi:@opindex mflush-func=@var{name} doc/invoke.texi:@opindex mcustom-@var{insn} doc/invoke.texi:@opindex mno-custom-@var{insn} doc/invoke.texi:@opindex matomic-model=@var{model} doc/invoke.texi:@opindex multcost=@var{number} doc/invoke.texi:@opindex mdiv=@var{strategy} doc/invoke.texi:@opindex mdivsi3_libfunc=@var{name} doc/invoke.texi:@opindex mbranch-cost=@var{num} doc/invoke.texi:@opindex mdebug-main=@var{prefix} doc/invoke.texi:@opindex mpointer-size=@var{size} doc/invoke.texi:@opindex masm=@var{dialect} doc/invoke.texi:@opindex mtune-ctrl=@var{feature-list} doc/invoke.texi:@opindex mstringop-strategy=@var{alg} doc/invoke.texi:@opindex mmemcpy-strategy=@var{strategy} doc/invoke.texi:@opindex mmemset-strategy=@var{strategy} Jakub