diff options
author | Xiaoyin Liu <xiaoyinl@users.noreply.github.com> | 2017-07-31 00:48:58 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-07-31 01:59:39 +0200 |
commit | 27eb9f23e60e5ed15651011f56eaf04591120630 (patch) | |
tree | fce1331bde59fbe8199fa2e5c1debe248bd7bac4 /doc | |
parent | Fix typos in files in ssl directory (diff) | |
download | openssl-27eb9f23e60e5ed15651011f56eaf04591120630.tar.xz openssl-27eb9f23e60e5ed15651011f56eaf04591120630.zip |
Fix typo in ASN1_TIME_set.pod
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4053)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man3/ASN1_TIME_set.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/ASN1_TIME_set.pod b/doc/man3/ASN1_TIME_set.pod index d71e4d1d56..2296296168 100644 --- a/doc/man3/ASN1_TIME_set.pod +++ b/doc/man3/ASN1_TIME_set.pod @@ -58,7 +58,7 @@ If B<s> is NULL, then the current time is converted. The output time is GMT. The B<tm_sec>, B<tm_min>, B<tm_hour>, B<tm_mday>, B<tm_wday>, B<tm_yday>, B<tm_mon> and B<tm_year> fields of B<tm> structure are set to proper values, whereas all other fields are set to 0. If B<tm> is NULL this function performs -a format check on B<s> only. If B<s> is in Generalized format with franctional +a format check on B<s> only. If B<s> is in Generalized format with fractional seconds, e.g. YYYYMMDDHHMMSS.SSSZ, the fractional seconds will be lost while converting B<s> to B<tm> structure. |