summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-04-07 20:47:40 +0000
committerjmc <jmc@openbsd.org>2018-04-07 20:47:40 +0000
commitcedd33269945a2d726449da99a666b562e59714d (patch)
tree059d1dca4a8623acbbb096eac027ae27dff1153a /lib
parentDisplay local timezone in all deadline estimates. (diff)
downloadwireguard-openbsd-cedd33269945a2d726449da99a666b562e59714d.tar.xz
wireguard-openbsd-cedd33269945a2d726449da99a666b562e59714d.zip
tweak previous;
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/OPENSSL_config.38
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.