projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83743ad
)
Brackets are now allowed, after a small hack in the processing of the
author
Richard Levitte
<levitte@openssl.org>
Fri, 23 May 2003 09:08:59 +0000
(09:08 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 23 May 2003 09:08:59 +0000
(09:08 +0000)
docs-on-web.
doc/crypto/BIO_s_bio.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BIO_s_bio.pod
b/doc/crypto/BIO_s_bio.pod
index 592cab4beda6fadbb3e4e3b4880fbf582742bed3..8d0a55a025c73f49a49d5d29afec0f43056b2793 100644
(file)
--- a/
doc/crypto/BIO_s_bio.pod
+++ b/
doc/crypto/BIO_s_bio.pod
@@
-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