diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 21:13:37 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 21:13:37 +0000 |
commit | f3f95f0b065dacaab75954c55a9221d72d9c19e4 (patch) | |
tree | 335aafb20b0d8c555ca146def61b2c8f0bae6cb7 /secure/usr.bin/openssl/man/engine.1 | |
parent | 6760dc6f1db0a6dbe23eebce3172a0dae5dd9d56 (diff) | |
download | src-f3f95f0b065dacaab75954c55a9221d72d9c19e4.tar.gz src-f3f95f0b065dacaab75954c55a9221d72d9c19e4.zip |
MFC: r352191
Merge OpenSSL 1.1.1d.
Notes
Notes:
svn path=/stable/12/; revision=352192
Diffstat (limited to 'secure/usr.bin/openssl/man/engine.1')
-rw-r--r-- | secure/usr.bin/openssl/man/engine.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/secure/usr.bin/openssl/man/engine.1 b/secure/usr.bin/openssl/man/engine.1 index 2fd25c4ab423..f04f05506cf5 100644 --- a/secure/usr.bin/openssl/man/engine.1 +++ b/secure/usr.bin/openssl/man/engine.1 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35) +.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.39) .\" .\" Standard preamble: .\" ======================================================================== @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "ENGINE 1" -.TH ENGINE 1 "2019-05-28" "1.1.1c" "OpenSSL" +.TH ENGINE 1 "2019-09-10" "1.1.1d" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -190,8 +190,8 @@ the \fB\-post\fR command is given after the engine is loaded. The \fIcommand\fR is of the form \fIcmd:val\fR where \fIcmd\fR is the command, and \fIval\fR is the value for the command. See the example below. -.SH "EXAMPLE" -.IX Header "EXAMPLE" +.SH "EXAMPLES" +.IX Header "EXAMPLES" To list all the commands available to a dynamic engine: .PP .Vb 10 @@ -232,7 +232,7 @@ The path to the engines directory. \&\fBconfig\fR\|(5) .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copyright 2016\-2018 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2016\-2019 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the OpenSSL license (the \*(L"License\*(R"). You may not use this file except in compliance with the License. You can obtain a copy |