changeset 37119:a4f474cb3812

(Checklist): Include more LC_* variables in the list, as suggested by Paul Eggert.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2001 09:48:53 +0000
parents 6aaaa52f72ac
children f863383a5c3e
files man/trouble.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/trouble.texi	Sat Mar 31 02:23:04 2001 +0000
+++ b/man/trouble.texi	Sat Mar 31 09:48:53 2001 +0000
@@ -652,7 +652,8 @@
 command to view the relevant values:
 
 @example
-echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG
+echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \
+  LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
 @end example
 
 Alternatively, use the @command{locale} command, if your system has it,