diff options
author | 2016-11-05 09:13:56 +0000 | |
---|---|---|
committer | 2016-11-05 09:13:56 +0000 | |
commit | 3a913a636c352015884a88a8362190d5248dee05 (patch) | |
tree | 48fef1b7314cdcd70abd3707ce19afef8a7cabc2 | |
parent | add EXAMPLES and tweak some wording (diff) | |
download | wireguard-openbsd-3a913a636c352015884a88a8362190d5248dee05.tar.xz wireguard-openbsd-3a913a636c352015884a88a8362190d5248dee05.zip |
further tweakage, with an improvement from joel;
ok jsing schwarze
-rw-r--r-- | lib/libcrypto/man/ASN1_time_parse.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/man/ASN1_time_parse.3 b/lib/libcrypto/man/ASN1_time_parse.3 index 03d37ae00a8..77f8b129e2e 100644 --- a/lib/libcrypto/man/ASN1_time_parse.3 +++ b/lib/libcrypto/man/ASN1_time_parse.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_time_parse.3,v 1.2 2016/11/04 22:53:26 schwarze Exp $ +.\" $OpenBSD: ASN1_time_parse.3,v 1.3 2016/11/05 09:13:56 jmc Exp $ .\" .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> .\" @@ -14,13 +14,13 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 4 2016 $ +.Dd $Mdocdate: November 5 2016 $ .Dt ASN1_TIME_PARSE 3 .Os .Sh NAME -.Nm ASN1_time_parse, +.Nm ASN1_time_parse , .Nm ASN1_time_tm_cmp -.Nd LibreSSL utilities for ASN1 format time +.Nd LibreSSL utilities for ASN.1 time types .Sh SYNOPSIS .In openssl/asn1.h .Ft int @@ -30,7 +30,7 @@ .Sh DESCRIPTION The .Fn ASN1_time_parse -function parses an ASN1 time string of +function parses an ASN.1 time string of .Ar len bytes starting at .Ar bytes . |