From 521c7e22fd6b89739748e08361782ed92d1de336 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 29 Mar 2018 20:07:45 +0000 Subject: missing words; from Ivan Filenko via OpenSSL commit 4a56d2a3 Feb 25 16:49:27 2018 +0300 --- src/lib/libcrypto/man/ASN1_STRING_length.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/man/ASN1_STRING_length.3 b/src/lib/libcrypto/man/ASN1_STRING_length.3 index 8c36899cdd..599319f864 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_length.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_length.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: ASN1_STRING_length.3,v 1.14 2018/03/27 17:35:50 schwarze Exp $ -.\" full merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 +.\" $OpenBSD: ASN1_STRING_length.3,v 1.15 2018/03/29 20:07:45 schwarze Exp $ +.\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300 .\" .\" This file is a derived work. .\" The changes are covered by the following Copyright and license: @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: March 29 2018 $ .Dt ASN1_STRING_LENGTH 3 .Os .Sh NAME @@ -240,9 +240,9 @@ is NUL terminated, and it may contain embedded NUL characters. The format of the data depends on the string type: for example for an .Vt IA5String -the data contains ASCII characters, a +the data contains ASCII characters, for a .Vt BMPString -two bytes per character in big endian format, and a +two bytes per character in big endian format, and for a .Vt UTF8String UTF-8 characters. .Pp -- cgit v1.2.3-55-g6feb