From: Xiaoyin Liu Date: Sun, 30 Jul 2017 22:48:58 +0000 (-0400) Subject: Fix typo in ASN1_TIME_set.pod X-Git-Tag: OpenSSL_1_1_1-pre1~934 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=27eb9f23e60e5ed15651011f56eaf04591120630;p=oweals%2Fopenssl.git Fix typo in ASN1_TIME_set.pod Reviewed-by: Tim Hudson Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4053) --- 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 is NULL, then the current time is converted. The output time is GMT. The B, B, B, B, B, B, B and B fields of B structure are set to proper values, whereas all other fields are set to 0. If B is NULL this function performs -a format check on B only. If B is in Generalized format with franctional +a format check on B only. If B is in Generalized format with fractional seconds, e.g. YYYYMMDDHHMMSS.SSSZ, the fractional seconds will be lost while converting B to B structure.