diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/regress.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 6f5e2b1ab88..874d45615e2 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -221,9 +221,9 @@ gmake check LC_COLLATE=en_US.utf8 LC_CTYPE=fr_CA.utf8 <para> You can also choose the database encoding explicitly by setting - the variable <envar>MULTIBYTE</envar>, for example: + the variable <envar>ENCODING</envar>, for example: <screen> -gmake check LANG=C MULTIBYTE=EUC_JP +gmake check LANG=C ENCODING=EUC_JP </screen> Setting the database encoding this way typically only makes sense if the locale is C; otherwise the encoding is chosen automatically |