mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
The square brackets in BIO_s_bio.pod for some
reason cause wml to bomb out with the error message: ** Slice:Error: Some slices were not closed: ** WML:Break: Error in Pass 9 (rc=1). ** WMK:Error: Error in WML (rc=256) As a workaround delete them for now.
This commit is contained in:
parent
c2dac35a02
commit
93c929e411
@ -126,7 +126,7 @@ BIO_new_bio_pair() returns 1 on success, with the new BIOs available in
|
||||
B<bio1> and B<bio2>, or 0 on failure, with NULL pointers stored into the
|
||||
locations for B<bio1> and B<bio2>. Check the error stack for more information.
|
||||
|
||||
[XXXXX: More return values need to be added here]
|
||||
XXXXX: More return values need to be added here
|
||||
|
||||
=head1 EXAMPLE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user