# HG changeset patch # User Eli Zaretskii # Date 986032133 0 # Node ID a4f474cb38129034ae85ef1d12fe94cf201300c8 # Parent 6aaaa52f72ac4b69dc8c6dfa5710e6305d95c78d (Checklist): Include more LC_* variables in the list, as suggested by Paul Eggert. diff -r 6aaaa52f72ac -r a4f474cb3812 man/trouble.texi --- 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,