On 02/16/2018 01:52 PM, Sandra Loosemore wrote:

The GCC documentation conventions say to use American spellings, not British....  so in the patch hunk please

s/behaviour/behavior/g

American imperialist :)

nathan
--
Nathan Sidwell
2018-02-16  Nathan Sidwell  <nat...@acm.org>

	* doc/extend.texi (Backwards Compatibility): Americanize 'behaviour'.

Index: gcc/doc/extend.texi
===================================================================
--- gcc/doc/extend.texi	(revision 257742)
+++ gcc/doc/extend.texi	(working copy)
@@ -23884,13 +23884,13 @@ deprecated.   @xref{Deprecated Features}
 If a variable is declared at for scope, it used to remain in scope
 until the end of the scope that contained the for statement (rather
 than just within the for scope).  The deprecated
-@option{-fno-for-scope} option enables this non-standard behaviour.
+@option{-fno-for-scope} option enables this non-standard behavior.
 Without the option, G++ retains this, but issues a warning, if such a
 variable is accessed outside the for scope.
 
-The behaviour is deprecated, only available with @option{-std=c++98}
+The behavior is deprecated, only available with @option{-std=c++98}
 @option{-std=gnu++98} languages and you must use the
-@option{-fpermissive} option to enable it.  The behaviour will be
+@option{-fpermissive} option to enable it.  The behavior will be
 removed.
 
 @item Friend Injection

Reply via email to