diff options
author | schwarze <> | 2018-02-13 01:34:34 +0000 |
---|---|---|
committer | schwarze <> | 2018-02-13 01:34:34 +0000 |
commit | de18505fa801f518275ea54288b24b86fa441fcc (patch) | |
tree | 8fe5ac9aa5ba014f191014b0f496eec53585259b /src/lib | |
parent | b5e5377c89b0f620aeeb1f9c406c1cfb9ff71136 (diff) | |
download | openbsd-de18505fa801f518275ea54288b24b86fa441fcc.tar.gz openbsd-de18505fa801f518275ea54288b24b86fa441fcc.tar.bz2 openbsd-de18505fa801f518275ea54288b24b86fa441fcc.zip |
Delete duplicate .Nm entry in the NAME section,
from Rich Salz via OpenSSL commit 8162f6f5 Jun 9 17:02:59 2016 -0400.
Merging the RETURN VALUES section really wouldn't make much sense
here, it contains no additional information and i don't see any way
to reorganize the content and make it better.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/BIO_should_retry.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_should_retry.3 b/src/lib/libcrypto/man/BIO_should_retry.3 index 601bb997a7..e9b5780365 100644 --- a/src/lib/libcrypto/man/BIO_should_retry.3 +++ b/src/lib/libcrypto/man/BIO_should_retry.3 | |||
@@ -1,5 +1,6 @@ | |||
1 | .\" $OpenBSD: BIO_should_retry.3,v 1.5 2016/12/06 14:45:08 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_should_retry.3,v 1.6 2018/02/13 01:34:34 schwarze Exp $ |
2 | .\" OpenSSL 60e24554 Apr 6 14:45:18 2010 +0000 | 2 | .\" full merge up to: OpenSSL 60e24554 Apr 6 14:45:18 2010 +0000 |
3 | .\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 | ||
3 | .\" | 4 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 5 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
5 | .\" Copyright (c) 2000, 2010, 2016 The OpenSSL Project. All rights reserved. | 6 | .\" Copyright (c) 2000, 2010, 2016 The OpenSSL Project. All rights reserved. |
@@ -48,11 +49,10 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 51 | .\" |
51 | .Dd $Mdocdate: December 6 2016 $ | 52 | .Dd $Mdocdate: February 13 2018 $ |
52 | .Dt BIO_SHOULD_RETRY 3 | 53 | .Dt BIO_SHOULD_RETRY 3 |
53 | .Os | 54 | .Os |
54 | .Sh NAME | 55 | .Sh NAME |
55 | .Nm BIO_should_retry , | ||
56 | .Nm BIO_should_read , | 56 | .Nm BIO_should_read , |
57 | .Nm BIO_should_write , | 57 | .Nm BIO_should_write , |
58 | .Nm BIO_should_io_special , | 58 | .Nm BIO_should_io_special , |