summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2023-11-19 11:47:25 +0000
committertb <>2023-11-19 11:47:25 +0000
commit81e318f24d4143e5930c5bff114d409f4958bef3 (patch)
treee86b0cedac045290d8bac2739c268b23fb4565e7 /src
parentf4eead47a2b04bf7b11b00e7779d6c8a20c218bc (diff)
downloadopenbsd-81e318f24d4143e5930c5bff114d409f4958bef3.tar.gz
openbsd-81e318f24d4143e5930c5bff114d409f4958bef3.tar.bz2
openbsd-81e318f24d4143e5930c5bff114d409f4958bef3.zip
fix grammar
Diffstat (limited to 'src')
-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