From 93c929e411e40bc8224e1a97a1656694940b1d64 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 19 May 2003 21:28:49 +0000 Subject: [PATCH] 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. --- doc/crypto/BIO_s_bio.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 and B, or 0 on failure, with NULL pointers stored into the locations for B and B. 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 -- 2.34.1