diff options
author | Richard Levitte <levitte@openssl.org> | 2003-05-23 11:08:59 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-05-23 11:08:59 +0200 |
commit | edd55d08f5e018e04a24fba7723aec8619a3c581 (patch) | |
tree | 650b795762416a83f8229b0315f3f190caac2c3b /doc | |
parent | Fix sign bugs. (diff) | |
download | openssl-edd55d08f5e018e04a24fba7723aec8619a3c581.tar.xz openssl-edd55d08f5e018e04a24fba7723aec8619a3c581.zip |
Brackets are now allowed, after a small hack in the processing of the
docs-on-web.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/crypto/BIO_s_bio.pod | 2 |
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 |