diff options
author | jmc <> | 2016-12-08 22:13:59 +0000 |
---|---|---|
committer | jmc <> | 2016-12-08 22:13:59 +0000 |
commit | b6948e1dc0f3d04b7a4215efbff64c78f9cdd408 (patch) | |
tree | 9dc464d3e4441d16f279101e93528d006f825055 /src/lib/libcrypto/man/engine.3 | |
parent | 5418cbcc35c07098b601750bd5e31ff1f58ff2ca (diff) | |
download | openbsd-b6948e1dc0f3d04b7a4215efbff64c78f9cdd408.tar.gz openbsd-b6948e1dc0f3d04b7a4215efbff64c78f9cdd408.tar.bz2 openbsd-b6948e1dc0f3d04b7a4215efbff64c78f9cdd408.zip |
some Vt fixes;
Diffstat (limited to 'src/lib/libcrypto/man/engine.3')
-rw-r--r-- | src/lib/libcrypto/man/engine.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/engine.3 b/src/lib/libcrypto/man/engine.3 index 5b7cad4321..555d1ba90b 100644 --- a/src/lib/libcrypto/man/engine.3 +++ b/src/lib/libcrypto/man/engine.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: engine.3,v 1.5 2016/11/22 12:32:07 schwarze Exp $ | 1 | .\" $OpenBSD: engine.3,v 1.6 2016/12/08 22:13:59 jmc Exp $ |
2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 | 2 | .\" OpenSSL a528d4f0 Oct 27 13:40:11 2015 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Geoff Thorpe <geoff@openssl.org>. | 4 | .\" This file was written by Geoff Thorpe <geoff@openssl.org>. |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: November 22 2016 $ | 52 | .Dd $Mdocdate: December 8 2016 $ |
53 | .Dt ENGINE 3 | 53 | .Dt ENGINE 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -608,9 +608,9 @@ reference. | |||
608 | .Em Structural references | 608 | .Em Structural references |
609 | .Pp | 609 | .Pp |
610 | This basic type of reference is used for instantiating new | 610 | This basic type of reference is used for instantiating new |
611 | .Vt ENGINE Ns s, | 611 | .Vt ENGINE Ns s , |
612 | iterating across OpenSSL's internal linked-list of loaded | 612 | iterating across OpenSSL's internal linked-list of loaded |
613 | .Vt ENGINE Ns s, | 613 | .Vt ENGINE Ns s , |
614 | reading information about an | 614 | reading information about an |
615 | .Vt ENGINE , | 615 | .Vt ENGINE , |
616 | etc. | 616 | etc. |
@@ -967,7 +967,7 @@ This mechanism is entirely based on the use of name-value pairs | |||
967 | and assumes ASCII input (no unicode or UTF for now!), so it is ideal if | 967 | and assumes ASCII input (no unicode or UTF for now!), so it is ideal if |
968 | applications want to provide a transparent way for users to provide | 968 | applications want to provide a transparent way for users to provide |
969 | arbitrary configuration "directives" directly to such | 969 | arbitrary configuration "directives" directly to such |
970 | .Vt ENGINE Ns s. | 970 | .Vt ENGINE Ns s . |
971 | It is also possible for the application to dynamically interrogate the | 971 | It is also possible for the application to dynamically interrogate the |
972 | loaded | 972 | loaded |
973 | .Vt ENGINE | 973 | .Vt ENGINE |
@@ -1018,7 +1018,7 @@ Note that the string-pairs used for control commands consist of a | |||
1018 | command "name" followed by the command "parameter" - the parameter | 1018 | command "name" followed by the command "parameter" - the parameter |
1019 | could be | 1019 | could be |
1020 | .Dv NULL | 1020 | .Dv NULL |
1021 | in some cases but the name can not. | 1021 | in some cases but the name cannot. |
1022 | This function should initialise the | 1022 | This function should initialise the |
1023 | .Vt ENGINE | 1023 | .Vt ENGINE |
1024 | (issuing the "pre" commands beforehand and the "post" commands | 1024 | (issuing the "pre" commands beforehand and the "post" commands |