summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-11-10 15:08:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-11-10 15:08:14 +0000
commitf40163877958d4465ed5501f5bfa4e63ed280f30 (patch)
tree0dfb35c915dc663f554873142acaa3e013a07ac4 /lib
parent9073fd610dfb2ae31fae9e3da1865af62fcfd70b (diff)
minor cleanup;
Diffstat (limited to 'lib')
-rw-r--r--lib/libcrypto/man/ASN1_TIME_set.312
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/man/ASN1_TIME_set.3 b/lib/libcrypto/man/ASN1_TIME_set.3
index 784b98944d1..830fa39242f 100644
--- a/lib/libcrypto/man/ASN1_TIME_set.3
+++ b/lib/libcrypto/man/ASN1_TIME_set.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ASN1_TIME_set.3,v 1.1 2016/11/10 14:42:21 schwarze Exp $
+.\" $OpenBSD: ASN1_TIME_set.3,v 1.2 2016/11/10 15:08:13 jmc Exp $
.\" OpenSSL 99d63d46 Mon Jun 6 00:43:05 2016 -0400
.\"
.\" This file was written by Dr. Stephen Henson.
@@ -54,8 +54,8 @@
.Sh NAME
.Nm ASN1_TIME_set ,
.Nm ASN1_TIME_adj ,
-.Nm ASN1_TIME_check ,
.Nm ASN1_TIME_set_string ,
+.Nm ASN1_TIME_check ,
.Nm ASN1_TIME_print
.Nd ASN.1 Time functions
.Sh SYNOPSIS
@@ -167,9 +167,9 @@ The
.Vt ASN1_TIME
structure corresponds to the ASN.1 structure
.Sy Time
-defined in RFC5280 et al.
-The time setting functions obey the rules outlined in RFC5280: if the
-date can be represented by UTCTime it is used, else GeneralizedTime is
+defined in RFC 5280 et al.
+The time setting functions obey the rules outlined in RFC 5280: if the
+date can be represented by UTCTime it is used, otherwise GeneralizedTime is
used.
.Pp
The
@@ -243,4 +243,4 @@ value.
.Fn ASN1_TIME_print
currently does not print out the time zone: it either prints out "GMT"
or nothing.
-But all certificates complying with RFC5280 et al use GMT anyway.
+But all certificates complying with RFC 5280 et al use GMT anyway.