diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-27 08:20:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-27 08:20:28 +0000 |
commit | 6938b011c820fc25400c96f7f3b18014c643b627 (patch) | |
tree | 11a0d371dc854f1f9cb7ea1c3b47b151cf8b9740 /lib | |
parent | 58338ea2b6dcbe7c2644c17cea667e08a147e024 (diff) |
minor fixes;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/ASN1_item_d2i.3 | 8 | ||||
-rw-r--r-- | lib/libcrypto/man/d2i_PKCS7.3 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/libcrypto/man/ASN1_item_d2i.3 b/lib/libcrypto/man/ASN1_item_d2i.3 index b20580dba12..afdd234c234 100644 --- a/lib/libcrypto/man/ASN1_item_d2i.3 +++ b/lib/libcrypto/man/ASN1_item_d2i.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_item_d2i.3,v 1.2 2016/12/26 15:36:18 schwarze Exp $ +.\" $OpenBSD: ASN1_item_d2i.3,v 1.3 2016/12/27 08:20:27 jmc Exp $ .\" OpenSSL doc/man3/d2i_X509.pod b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 26 2016 $ +.Dd $Mdocdate: December 27 2016 $ .Dt ASN1_ITEM_D2I 3 .Os .Sh NAME @@ -247,7 +247,7 @@ by calling and .Fn ASN1_item_d2i . .Sh RETURN VALUES -If succesful, +If successful, .Fn ASN1_item_d2i , .Fn ASN1_item_d2i_bio , and @@ -258,7 +258,7 @@ In addition, if is not .Dv NULL , the pointer is also written to -.Pf * Fa val_out. +.Pf * Fa val_out . If an error occurs, .Dv NULL is returned. diff --git a/lib/libcrypto/man/d2i_PKCS7.3 b/lib/libcrypto/man/d2i_PKCS7.3 index e366642ccaa..f09e6b940bb 100644 --- a/lib/libcrypto/man/d2i_PKCS7.3 +++ b/lib/libcrypto/man/d2i_PKCS7.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: d2i_PKCS7.3,v 1.2 2016/12/26 19:15:47 schwarze Exp $ +.\" $OpenBSD: d2i_PKCS7.3,v 1.3 2016/12/27 08:20:27 jmc Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 26 2016 $ +.Dd $Mdocdate: December 27 2016 $ .Dt D2I_PKCS7 3 .Os .Sh NAME @@ -42,7 +42,7 @@ .Nm d2i_PKCS7_SIGNER_INFO , .Nm i2d_PKCS7_SIGNER_INFO , .Nm d2i_PKCS7_SIGN_ENVELOPE , -.Nm i2d_PKCS7_SIGN_ENVELOPE , +.Nm i2d_PKCS7_SIGN_ENVELOPE .\" Nm i2d_PKCS7_NDEF , .Nd decode and encode PKCS#7 data structures .Sh SYNOPSIS |