diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-11-21 10:00:38 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-11-21 10:00:38 +0000 |
commit | bf47c0cd02127d0b77a8294284a2275c28963b39 (patch) | |
tree | 3e80fe912dcb2c545afa55551f721e2fd165150b | |
parent | 03b3750e65dbaa99fea3da37cb8f5121b6332517 (diff) |
fix references to bio(3) to point to BIO(3) instead
-rw-r--r-- | lib/libcrypto/man/BIO_s_bio.3 | 6 | ||||
-rw-r--r-- | lib/libcrypto/man/BUF_MEM_new.3 | 6 | ||||
-rw-r--r-- | lib/libcrypto/man/lh_stats.3 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libcrypto/man/BIO_s_bio.3 b/lib/libcrypto/man/BIO_s_bio.3 index 7d38537461f..ea20d93556f 100644 --- a/lib/libcrypto/man/BIO_s_bio.3 +++ b/lib/libcrypto/man/BIO_s_bio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_bio.3,v 1.6 2016/11/18 18:47:44 schwarze Exp $ +.\" $OpenBSD: BIO_s_bio.3,v 1.7 2016/11/21 10:00:37 schwarze Exp $ .\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400 .\" .\" This file was written by @@ -53,7 +53,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 18 2016 $ +.Dd $Mdocdate: November 21 2016 $ .Dt BIO_S_BIO 3 .Os .Sh NAME @@ -356,7 +356,7 @@ to find out how many bytes must be written into the buffer before the .Xr SSL_operation 3 can successfully be continued. .Sh SEE ALSO -.Xr bio 3 , +.Xr BIO 3 , .Xr BIO_read 3 , .Xr BIO_should_retry 3 , .Xr ssl 3 , diff --git a/lib/libcrypto/man/BUF_MEM_new.3 b/lib/libcrypto/man/BUF_MEM_new.3 index 23a77752a9f..aa210259d63 100644 --- a/lib/libcrypto/man/BUF_MEM_new.3 +++ b/lib/libcrypto/man/BUF_MEM_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BUF_MEM_new.3,v 1.7 2016/11/20 21:33:42 jmc Exp $ +.\" $OpenBSD: BUF_MEM_new.3,v 1.8 2016/11/21 10:00:37 schwarze Exp $ .\" OpenSSL 18edda0f Sep 20 03:28:54 2000 +0000 .\" .\" This file was written by Ralf S. Engelschall <rse@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 20 2016 $ +.Dd $Mdocdate: November 21 2016 $ .Dt BUF_MEM_NEW 3 .Os .Sh NAME @@ -179,7 +179,7 @@ and return zero on error or the new size (i.e.\& .Fa len ) . .Sh SEE ALSO -.Xr bio 3 +.Xr BIO 3 .Sh HISTORY .Fn BUF_MEM_new , .Fn BUF_MEM_free diff --git a/lib/libcrypto/man/lh_stats.3 b/lib/libcrypto/man/lh_stats.3 index a9d5f9e67b4..f7525ba7f9f 100644 --- a/lib/libcrypto/man/lh_stats.3 +++ b/lib/libcrypto/man/lh_stats.3 @@ -1,6 +1,6 @@ -.\" $OpenBSD: lh_stats.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: lh_stats.3,v 1.3 2016/11/21 10:00:37 schwarze Exp $ .\" -.Dd $Mdocdate: November 6 2016 $ +.Dd $Mdocdate: November 21 2016 $ .Dt LH_STATS 3 .Os .Sh NAME @@ -77,7 +77,7 @@ are the same as the above, except that the output goes to a .Sh RETURN VALUES These functions do not return values. .Sh SEE ALSO -.Xr bio 3 , +.Xr BIO 3 , .Xr lh_new 3 .Sh HISTORY These functions are available in all versions of SSLeay and OpenSSL. |