diff options
| -rw-r--r-- | man/trouble.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 652 | command to view the relevant values: | 652 | command to view the relevant values: |
| 653 | 653 | ||
| 654 | @example | 654 | @example |
| 655 | echo LC_ALL=$LC_ALL LC_CTYPE=$LC_CTYPE LANG=$LANG | 655 | echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \ |
| 656 | LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG | ||
| 656 | @end example | 657 | @end example |
| 657 | 658 | ||
| 658 | Alternatively, use the @command{locale} command, if your system has it, | 659 | Alternatively, use the @command{locale} command, if your system has it, |