diff options
Diffstat (limited to 'intl/langprefs.c')
-rw-r--r-- | intl/langprefs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/langprefs.c b/intl/langprefs.c index 5436040f9..59c8def21 100644 --- a/intl/langprefs.c +++ b/intl/langprefs.c @@ -1,5 +1,5 @@ /* Determine the user's language preferences. - Copyright (C) 2004-2005 Free Software Foundation, Inc. + Copyright (C) 2004-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -35,7 +35,7 @@ extern void _nl_locale_name_canonicalize (char *name); /* Determine the user's language preferences, as a colon separated list of locale names in XPG syntax - language[_territory[.codeset]][@modifier] + language[_territory][.codeset][@modifier] The result must not be freed; it is statically allocated. The LANGUAGE environment variable does not need to be considered; it is already taken into account by the caller. */ |