This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: gcc/install.texi
- To: Dave Brolley <brolley at cygnus dot com>, egcs-patches at cygnus dot com
- Subject: Re: gcc/install.texi
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 29 Jan 1999 20:16:50 -0800
- References: <36B2485D.4A9C87A@cygnus.com>
On Fri, Jan 29, 1999 at 11:46:38PM +0000, Dave Brolley wrote:
> @item --enable-nls
> ! @itemx --disable-nls
> --- 277,288 ----
> @item --enable-nls
> ! @item --disable-nls
This change is incorrect -- @item should be used for the first of
a sequence of shared entries, and @itemx for the rest.
r~