diff options
Diffstat (limited to 'src/lib/libcrypto/man/CONF_modules_free.3')
-rw-r--r-- | src/lib/libcrypto/man/CONF_modules_free.3 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/CONF_modules_free.3 b/src/lib/libcrypto/man/CONF_modules_free.3 index 2735db8d3b..bc20fdab0d 100644 --- a/src/lib/libcrypto/man/CONF_modules_free.3 +++ b/src/lib/libcrypto/man/CONF_modules_free.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: CONF_modules_free.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: CONF_modules_free.3,v 1.3 2016/11/10 14:34:18 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 10 2016 $ |
4 | .Dt CONF_MODULES_FREE 3 | 4 | .Dt CONF_MODULES_FREE 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -26,6 +26,8 @@ | |||
26 | .Fn CONF_modules_free | 26 | .Fn CONF_modules_free |
27 | closes down and frees up all memory allocated by all configuration | 27 | closes down and frees up all memory allocated by all configuration |
28 | modules. | 28 | modules. |
29 | Normally applications will only call this function | ||
30 | at application to tidy up any configuration performed. | ||
29 | .Pp | 31 | .Pp |
30 | .Fn CONF_modules_finish | 32 | .Fn CONF_modules_finish |
31 | calls the configuration | 33 | calls the configuration |
@@ -41,10 +43,6 @@ is set to 0, only modules loaded from DSOs will be unloaded. | |||
41 | If | 43 | If |
42 | .Fa all | 44 | .Fa all |
43 | is 1, all modules, including builtin modules, will be unloaded. | 45 | is 1, all modules, including builtin modules, will be unloaded. |
44 | .Sh NOTES | ||
45 | Normally applications will only call | ||
46 | .Fn CONF_modules_free | ||
47 | at application to tidy up any configuration performed. | ||
48 | .Sh RETURN VALUES | 46 | .Sh RETURN VALUES |
49 | None of the functions return a value. | 47 | None of the functions return a value. |
50 | .Sh SEE ALSO | 48 | .Sh SEE ALSO |