From b72d30a79867f4fe702c599799399ecb9f596b5d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 31 Mar 2001 09:48:53 +0000 Subject: [PATCH] (Checklist): Include more LC_* variables in the list, as suggested by Paul Eggert. --- man/trouble.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/trouble.texi b/man/trouble.texi index aa0b3e1e293..cd583a2a222 100644 --- a/man/trouble.texi +++ b/man/trouble.texi @@ -652,7 +652,8 @@ if you use a Unix-style shell such as Bash, you can use this shell 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, -- 2.39.2