aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/trouble.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/trouble.texi b/man/trouble.texi
index fc8f8c41e2e..58f0865cb3f 100644
--- a/man/trouble.texi
+++ b/man/trouble.texi
@@ -689,7 +689,7 @@ if you use a Posix-style shell such as Bash, you can use this shell
689command to view the relevant values: 689command to view the relevant values:
690 690
691@smallexample 691@smallexample
692echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \ 692echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_CTYPE \
693 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG 693 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
694@end smallexample 694@end smallexample
695 695