diff options
author | jmc <> | 2016-11-24 19:45:16 +0000 |
---|---|---|
committer | jmc <> | 2016-11-24 19:45:16 +0000 |
commit | 7202341c67bf9540414b1bb3d732e66d2a7489cf (patch) | |
tree | 1958620b54abb40ad02fb7ad32da3b248e0a08e6 /src/lib/libcrypto/man/PKCS12_parse.3 | |
parent | 9b1b99bbcc3876594d79bf14c8388c644db62f91 (diff) | |
download | openbsd-7202341c67bf9540414b1bb3d732e66d2a7489cf.tar.gz openbsd-7202341c67bf9540414b1bb3d732e66d2a7489cf.tar.bz2 openbsd-7202341c67bf9540414b1bb3d732e66d2a7489cf.zip |
various cleanup; leaving dangling PKCS7* Xr for now...
Diffstat (limited to 'src/lib/libcrypto/man/PKCS12_parse.3')
-rw-r--r-- | src/lib/libcrypto/man/PKCS12_parse.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/PKCS12_parse.3 b/src/lib/libcrypto/man/PKCS12_parse.3 index 69786d49c0..d7bcd63b01 100644 --- a/src/lib/libcrypto/man/PKCS12_parse.3 +++ b/src/lib/libcrypto/man/PKCS12_parse.3 | |||
@@ -1,6 +1,6 @@ | |||
1 | .\" $OpenBSD: PKCS12_parse.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ | 1 | .\" $OpenBSD: PKCS12_parse.3,v 1.3 2016/11/24 19:45:16 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .Dd $Mdocdate: November 6 2016 $ | 3 | .Dd $Mdocdate: November 24 2016 $ |
4 | .Dt PKCS12_PARSE 3 | 4 | .Dt PKCS12_PARSE 3 |
5 | .Os | 5 | .Os |
6 | .Sh NAME | 6 | .Sh NAME |
@@ -44,7 +44,7 @@ can be | |||
44 | .Dv NULL , | 44 | .Dv NULL , |
45 | in which case additional certificates will be discarded. | 45 | in which case additional certificates will be discarded. |
46 | .Pf * Fa ca | 46 | .Pf * Fa ca |
47 | can also be a valid STACK in which case additional certificates are | 47 | can also be a valid STACK, in which case additional certificates are |
48 | appended to | 48 | appended to |
49 | .Pf * Fa ca . | 49 | .Pf * Fa ca . |
50 | If | 50 | If |