From: Richard Levitte Date: Fri, 23 May 2003 09:08:59 +0000 (+0000) Subject: Brackets are now allowed, after a small hack in the processing of the X-Git-Tag: BEN_FIPS_TEST_1~38^2~93 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=edd55d08f5e018e04a24fba7723aec8619a3c581;p=oweals%2Fopenssl.git Brackets are now allowed, after a small hack in the processing of the docs-on-web. --- 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 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