From 9c0586d5fc7988d2f8544f7884572a3b430406f6 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 27 Sep 2019 13:17:09 -0400 Subject: Fix errors found by new find-doc-nits Also patch find-doc-nits to ignore a Microsoft trademark and not flag it as a spelling error. Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/10023) --- doc/man3/BIO_get_data.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man3/BIO_get_data.pod') diff --git a/doc/man3/BIO_get_data.pod b/doc/man3/BIO_get_data.pod index a85d8a8b57..31c4635748 100644 --- a/doc/man3/BIO_get_data.pod +++ b/doc/man3/BIO_get_data.pod @@ -25,7 +25,7 @@ the BIO. This data can subsequently be retrieved via a call to BIO_get_data(). This can be used by custom BIOs for storing implementation specific information. The BIO_set_init() function sets the value of the BIO's "init" flag to indicate -whether initialisation has been completed for this BIO or not. A non-zero value +whether initialisation has been completed for this BIO or not. A nonzero value indicates that initialisation is complete, whilst zero indicates that it is not. Often initialisation will complete during initial construction of the BIO. For some BIOs however, initialisation may not complete until after additional steps -- cgit v1.2.3