summaryrefslogtreecommitdiffstats
path: root/doc/internal
diff options
context:
space:
mode:
authorKinshuk Dua <kinshukdua@gmail.com>2021-10-22 13:02:23 +0530
committerTomas Mraz <tomas@openssl.org>2021-10-26 17:06:17 +0200
commit089df6f135b7cef4e7d0e7b7acecb1d90f5ef3ed (patch)
treec22ec2525d5d8514c9ab39a7c807e9e2f03e8939 /doc/internal
parent1e4cef5fde59e28f10ec555801349d06471d1da0 (diff)
Doc: replace `NULL` terminated with `NUL`
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16885)
Diffstat (limited to 'doc/internal')
-rw-r--r--doc/internal/man3/ossl_punycode_decode.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/internal/man3/ossl_punycode_decode.pod b/doc/internal/man3/ossl_punycode_decode.pod
index 1926a4b4bc..61240f724e 100644
--- a/doc/internal/man3/ossl_punycode_decode.pod
+++ b/doc/internal/man3/ossl_punycode_decode.pod
@@ -22,10 +22,10 @@ PUNYCODE encoding introduced in RFCs 3490-3492 is widely used for
representation of host names in ASCII-only format. Some specifications,
such as RFC 8398, require comparison of host names encoded in UTF-8 charset.
-ossl_a2ulabel() decodes NULL-terminated hostname from PUNYCODE to UTF-8,
+ossl_a2ulabel() decodes NUL-terminated hostname from PUNYCODE to UTF-8,
using a provided buffer for output.
-ossl_a2ucompare() accepts two NULL-terminated hostnames, decodes the 1st
+ossl_a2ucompare() accepts two NUL-terminated hostnames, decodes the 1st
from PUNYCODE to UTF-8 and compares it with the 2nd one as is.
ossl_punycode_decode() decodes one label (one dot-separated part) from