diff options
author | schwarze <> | 2019-08-12 16:17:50 +0000 |
---|---|---|
committer | schwarze <> | 2019-08-12 16:17:50 +0000 |
commit | 450370883811f40af9be15e92d5fd60e3e1559f9 (patch) | |
tree | 1b77b1a9fbb354171b90b7383281c893e8945ac0 | |
parent | 66070cfe80b27a453e68ef7fcbef342a879ec82d (diff) | |
download | openbsd-450370883811f40af9be15e92d5fd60e3e1559f9.tar.gz openbsd-450370883811f40af9be15e92d5fd60e3e1559f9.tar.bz2 openbsd-450370883811f40af9be15e92d5fd60e3e1559f9.zip |
correct a misspelled page name in an .Xr;
it looks like this was the last bad .Xr in *CMS*(3)
-rw-r--r-- | src/lib/libcrypto/man/CMS_sign.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/CMS_sign.3 b/src/lib/libcrypto/man/CMS_sign.3 index 2857fb96ae..1ef0f2d48a 100644 --- a/src/lib/libcrypto/man/CMS_sign.3 +++ b/src/lib/libcrypto/man/CMS_sign.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: CMS_sign.3,v 1.4 2019/08/11 12:46:38 schwarze Exp $ | 1 | .\" $OpenBSD: CMS_sign.3,v 1.5 2019/08/12 16:17:50 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 | 2 | .\" full merge up to: OpenSSL e9b77246 Jan 20 19:58:49 2017 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: August 11 2019 $ | 51 | .Dd $Mdocdate: August 12 2019 $ |
52 | .Dt CMS_SIGN 3 | 52 | .Dt CMS_SIGN 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -196,7 +196,7 @@ and the | |||
196 | .Dv CMS_PARTIAL | 196 | .Dv CMS_PARTIAL |
197 | flag set. | 197 | flag set. |
198 | Then one or more signers can be added using the function | 198 | Then one or more signers can be added using the function |
199 | .Xr CMS_sign_add1_signer 3 , | 199 | .Xr CMS_add1_signer 3 , |
200 | non default digests can be used and custom attributes added. | 200 | non default digests can be used and custom attributes added. |
201 | .Xr CMS_final 3 | 201 | .Xr CMS_final 3 |
202 | must then be called to finalize the structure if streaming is not | 202 | must then be called to finalize the structure if streaming is not |