diff options
author | tb <> | 2023-11-19 11:47:25 +0000 |
---|---|---|
committer | tb <> | 2023-11-19 11:47:25 +0000 |
commit | f687f23a579b5df3a548f4b727ac9242f03084ca (patch) | |
tree | e86b0cedac045290d8bac2739c268b23fb4565e7 /src/lib | |
parent | f5ed05316824ad237b1e00ea6981f83619de0209 (diff) | |
download | openbsd-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.3 | 4 |
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", | |||
233 | In the previous example, the call to | 233 | In the previous example, the call to |
234 | .Xr OPENSSL_no_config 3 | 234 | .Xr OPENSSL_no_config 3 |
235 | is required first to suppress automatic loading | 235 | is required first to suppress automatic loading |
236 | of the standard configuration file, and the calls to | 236 | of the standard configuration file, and the call to |
237 | .Xr OPENSSL_load_builtin_modules 3 | 237 | .Xr OPENSSL_load_builtin_modules 3 |
238 | is needed so that the configuration of builtin modules | 238 | is needed so that the configuration of builtin modules |
239 | is loaded in addition to the configuration of | 239 | is loaded in addition to the configuration of |