comparison man/trouble.texi @ 38865:62e02f5ae533

Avoid saying "Unix" in a way that includes GNU.
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Aug 2001 01:19:30 +0000
parents 5889c45fd6ad
children d44abb4e68b2
comparison
equal deleted inserted replaced
38864:c656fc177008 38865:62e02f5ae533
683 stimulates the bug.@refill 683 stimulates the bug.@refill
684 684
685 @item 685 @item
686 If non-ASCII text or internationalization is relevant, the locale that 686 If non-ASCII text or internationalization is relevant, the locale that
687 was current when you started Emacs. On GNU/Linux and Unix systems, or 687 was current when you started Emacs. On GNU/Linux and Unix systems, or
688 if you use a Unix-style shell such as Bash, you can use this shell 688 if you use a Posix-style shell such as Bash, you can use this shell
689 command to view the relevant values: 689 command to view the relevant values:
690 690
691 @smallexample 691 @smallexample
692 echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \ 692 echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_TYPE=$LC_TYPE \
693 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG 693 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG