diff options
author | 2018-02-15 09:28:59 +0000 | |
---|---|---|
committer | 2018-02-15 09:28:59 +0000 | |
commit | 65417f906abaef7631ab946549cc7c0b3d6194ef (patch) | |
tree | e89e419d305e746c5e9d68d877d0481750f77eba | |
parent | tweak previous; ok dlg (diff) | |
download | wireguard-openbsd-65417f906abaef7631ab946549cc7c0b3d6194ef.tar.xz wireguard-openbsd-65417f906abaef7631ab946549cc7c0b3d6194ef.zip |
Fix typo: s/Vt strict tm/Vt struct tm/
-rw-r--r-- | lib/libcrypto/man/ASN1_time_parse.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/ASN1_time_parse.3 b/lib/libcrypto/man/ASN1_time_parse.3 index 9109cbd748b..62acf48f6e9 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.5 2017/05/06 18:07:46 jmc Exp $ +.\" $OpenBSD: ASN1_time_parse.3,v 1.6 2018/02/15 09:28:59 schwarze Exp $ .\" .\" Copyright (c) 2016 Bob Beck <beck@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: May 6 2017 $ +.Dd $Mdocdate: February 15 2018 $ .Dt ASN1_TIME_PARSE 3 .Os .Sh NAME @@ -73,7 +73,7 @@ sets the structure .Fa s to the time represented by the -.Vt strict tm +.Vt struct tm value pointed to by .Fa tm . If |