Commit 0e6d31fb by Joseph Myers Committed by Joseph Myers

re PR c/15498 (typo in gcc manual: non-existing locale example en_UK, should be en_GB)

	PR c/15498
	* doc/invoke.texi (Environment Variables): Correct example locale.

From-SVN: r87513
parent fc9051dd
2004-09-14 Joseph S. Myers <jsm@polyomino.org.uk>
PR c/15498
* doc/invoke.texi (Environment Variables): Correct example locale.
2004-09-14 Jan Hubicka <jh@suse.cz> 2004-09-14 Jan Hubicka <jh@suse.cz>
* cfg.c (expunge_block): Revert previous change adding ggc_free call. * cfg.c (expunge_block): Revert previous change adding ggc_free call.
......
...@@ -12180,8 +12180,8 @@ localization information that allow GCC to work with different ...@@ -12180,8 +12180,8 @@ localization information that allow GCC to work with different
national conventions. GCC inspects the locale categories national conventions. GCC inspects the locale categories
@env{LC_CTYPE} and @env{LC_MESSAGES} if it has been configured to do @env{LC_CTYPE} and @env{LC_MESSAGES} if it has been configured to do
so. These locale categories can be set to any value supported by your so. These locale categories can be set to any value supported by your
installation. A typical value is @samp{en_UK} for English in the United installation. A typical value is @samp{en_GB.UTF-8} for English in the United
Kingdom. Kingdom encoded in UTF-8.
The @env{LC_CTYPE} environment variable specifies character The @env{LC_CTYPE} environment variable specifies character
classification. GCC uses it to determine the character boundaries in classification. GCC uses it to determine the character boundaries in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment