summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_bio.pod
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-23 09:08:59 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-23 09:08:59 +0000
commitedd55d08f5e018e04a24fba7723aec8619a3c581 (patch)
tree650b795762416a83f8229b0315f3f190caac2c3b /doc/crypto/BIO_s_bio.pod
parent83743ad039abfd599595aad161054b072b8609bd (diff)
Brackets are now allowed, after a small hack in the processing of the
docs-on-web.
Diffstat (limited to 'doc/crypto/BIO_s_bio.pod')
-rw-r--r--doc/crypto/BIO_s_bio.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_s_bio.pod b/doc/crypto/BIO_s_bio.pod
index 592cab4bed..8d0a55a025 100644
--- 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