aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/UI_new.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-09 15:45:12 -0400
committerTomas Mraz <tmraz@fedoraproject.org>2019-11-28 13:58:51 +0100
commit22bb8c254555036725aacb64c056bd8b3379fc4c (patch)
tree77dfa746455dbde247293d6515bfac5f942648e2 /doc/man3/UI_new.pod
parentb7f491cbd65116761da0565895069431b6cb8ef3 (diff)
downloadopenssl-22bb8c254555036725aacb64c056bd8b3379fc4c.tar.gz
Document more env var stuff, fix some typo's
Add openssl-env.pod Also fix up many other environment page formatting nits. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10135)
Diffstat (limited to 'doc/man3/UI_new.pod')
-rw-r--r--doc/man3/UI_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/UI_new.pod b/doc/man3/UI_new.pod
index 83cda2e251..0615e2766c 100644
--- a/doc/man3/UI_new.pod
+++ b/doc/man3/UI_new.pod
@@ -205,7 +205,7 @@ are assumed to be encoded according to the current locale or (for
Windows) code page.
For applications having different demands, these strings need to be
converted appropriately by the caller.
-For Windows, if the OPENSSL_WIN32_UTF8 environment variable is set,
+For Windows, if the B<OPENSSL_WIN32_UTF8> environment variable is set,
the built-in method UI_OpenSSL() will produce UTF-8 encoded strings
instead.