]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
BIO_read.pod: fix small typo
authorAndrea Pappacoda <andrea@pappacoda.it>
Mon, 30 Jan 2023 09:28:49 +0000 (10:28 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 31 Jan 2023 11:12:17 +0000 (12:12 +0100)
Add missing `I` to `<b>`

CLA: trivial

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20169)

doc/man3/BIO_read.pod

index a2d8ab3af0e60f0e65dfc1dbc4738f173bf2d650..5acc5b8906bb7ecb2841676e841641d2388d3d46 100644 (file)
@@ -42,7 +42,7 @@ if present in the input data.
 On binary input there may be NUL characters within the string;
 in this case the return value (if nonnegative) may give an incorrect length.
 
-BIO_get_line() attempts to read from BIO <b> a line of data up to the next '\n'
+BIO_get_line() attempts to read from BIO I<b> a line of data up to the next '\n'
 or the maximum length I<size-1> is reached and places the data in I<buf>.
 The returned string is always NUL-terminated and the '\n' is preserved
 if present in the input data.