diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-07 20:47:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-04-07 20:47:41 +0000 |
commit | a107af6d9eb9fe0bece95cffcfcd71479422db62 (patch) | |
tree | cd4e7799bb15fd1af00567c7834da08f5c1bd8b7 /lib/libcrypto/man | |
parent | 6832dd9bb97f2bc13d6b87e4920081de4ebb8c42 (diff) |
tweak previous;
Diffstat (limited to 'lib/libcrypto/man')
-rw-r--r-- | lib/libcrypto/man/OPENSSL_config.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/OPENSSL_config.3 b/lib/libcrypto/man/OPENSSL_config.3 index be5a656d9a9..c2b5b38e114 100644 --- a/lib/libcrypto/man/OPENSSL_config.3 +++ b/lib/libcrypto/man/OPENSSL_config.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OPENSSL_config.3,v 1.11 2018/04/07 17:20:26 beck Exp $ +.\" $OpenBSD: OPENSSL_config.3,v 1.12 2018/04/07 20:47:40 jmc Exp $ .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file is a derived work. @@ -104,12 +104,12 @@ Further calls to have no effect. .Pp .Fn OPENSSL_no_config -supresses the loading of any configuration file, so that any -future calls to +suppresses the loading of any configuration file, so that any +future calls to .Fn OPENSSL_config or to .Xr OPENSSL_init_crypto 3 -will ensure the library is initialized but no configuation +will ensure the library is initialized but no configuration file will be loaded. .Pp Calling these functions is optional. |