summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_bio.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-05-19 21:28:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-05-19 21:28:49 +0000
commit93c929e411e40bc8224e1a97a1656694940b1d64 (patch)
treead41dd0d292c2b656211191cf6e5dc8897b4a5ff /doc/crypto/BIO_s_bio.pod
parentc2dac35a02e47010b3dc501f07e31287cc3e252e (diff)
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.
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 8d0a55a025..592cab4bed 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