mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
BIO_read.pod: fix small typo
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)
This commit is contained in:
parent
55ff8fb4ed
commit
0414899887
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user