summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-11-19 11:47:25 +0000
committertb <>2023-11-19 11:47:25 +0000
commitf687f23a579b5df3a548f4b727ac9242f03084ca (patch)
treee86b0cedac045290d8bac2739c268b23fb4565e7 /src/lib
parentf5ed05316824ad237b1e00ea6981f83619de0209 (diff)
downloadopenbsd-f687f23a579b5df3a548f4b727ac9242f03084ca.tar.gz
openbsd-f687f23a579b5df3a548f4b727ac9242f03084ca.tar.bz2
openbsd-f687f23a579b5df3a548f4b727ac9242f03084ca.zip
fix grammar
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/CONF_modules_load_file.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/CONF_modules_load_file.3 b/src/lib/libcrypto/man/CONF_modules_load_file.3
index f7efba854f..59c7a2e367 100644
--- a/src/lib/libcrypto/man/CONF_modules_load_file.3
+++ b/src/lib/libcrypto/man/CONF_modules_load_file.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: CONF_modules_load_file.3,v 1.12 2023/11/19 10:27:49 tb Exp $ 1.\" $OpenBSD: CONF_modules_load_file.3,v 1.13 2023/11/19 11:47:25 tb Exp $
2.\" full merge up to: e9b77246 Jan 20 19:58:49 2017 +0100 2.\" full merge up to: e9b77246 Jan 20 19:58:49 2017 +0100
3.\" selective merge up to: d090fc00 Feb 26 13:11:10 2019 +0800 3.\" selective merge up to: d090fc00 Feb 26 13:11:10 2019 +0800
4.\" 4.\"
@@ -233,7 +233,7 @@ if (CONF_modules_load_file("/something/app.cnf", "myapp",
233In the previous example, the call to 233In the previous example, the call to
234.Xr OPENSSL_no_config 3 234.Xr OPENSSL_no_config 3
235is required first to suppress automatic loading 235is required first to suppress automatic loading
236of the standard configuration file, and the calls to 236of the standard configuration file, and the call to
237.Xr OPENSSL_load_builtin_modules 3 237.Xr OPENSSL_load_builtin_modules 3
238is needed so that the configuration of builtin modules 238is needed so that the configuration of builtin modules
239is loaded in addition to the configuration of 239is loaded in addition to the configuration of