diff options
author | ache <ache@FreeBSD.org> | 1994-09-28 13:19:54 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-09-28 13:19:54 +0000 |
commit | c1abbaf2ae5c74412d2535fde21be7da04e1ce6e (patch) | |
tree | 10990e022bafd1c23dad8d3b0b1e8b9daacb2786 /etc | |
parent | 97c0e232eaa1f7d72ebe5b64d554596bced47157 (diff) | |
download | FreeBSD-src-c1abbaf2ae5c74412d2535fde21be7da04e1ce6e.zip FreeBSD-src-c1abbaf2ae5c74412d2535fde21be7da04e1ce6e.tar.gz |
Change locale comments to be more clear
Diffstat (limited to 'etc')
-rw-r--r-- | etc/csh.login | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/csh.login b/etc/csh.login index 6ab227a..c55478e 100644 --- a/etc/csh.login +++ b/etc/csh.login @@ -2,6 +2,8 @@ # Uncomment this to give you the default 4.2 behavior, where disk # information is shown in K-Blocks # setenv BLOCKSIZE K -# Uncomment next lines, if you want to setup your locale (russian example) +# Uncomment this line if you want to setup your locale at program +# startup automatically # setenv ENABLE_STARTUP_LOCALE +# Uncomment this line to activate russian locale # setenv LANG ru_SU.KOI8-R |