diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-29 20:07:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-29 20:07:46 +0000 |
commit | ba3220a929dddff42032563ee4eab8142e4cb9e4 (patch) | |
tree | 2d34b857626a0138533667a4b24541e53453cb3f /lib | |
parent | d586f7b7baf5bb02f21102fa2f1325f207c8e66f (diff) |
missing words; from Ivan Filenko <ivan dot filenko at protonmail dot com>
via OpenSSL commit 4a56d2a3 Feb 25 16:49:27 2018 +0300
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/ASN1_STRING_length.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/man/ASN1_STRING_length.3 b/lib/libcrypto/man/ASN1_STRING_length.3 index 8c36899cddf..599319f864e 100644 --- a/lib/libcrypto/man/ASN1_STRING_length.3 +++ b/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 |