Re: Tweak Negative() documentation in options.texi

2011-04-13 Thread Joseph S. Myers
On Wed, 13 Apr 2011, Richard Sandiford wrote: > * doc/options.texi (Negative): Explicitly mention that the > Negative chain must be circular. OK. -- Joseph S. Myers jos...@codesourcery.com

Tweak Negative() documentation in options.texi

2011-04-13 Thread Richard Sandiford
I was looking at a backport of the current linux.opt, and got confused by the chain of three Negative()s. I was thinking that saying "A is Negative(B)" was equivalent to saying A == !B. This patch is an attempt to clarify the documentation. Tested with "make doc", "make html" and "make pdf". OK