diff options
author | schwarze <> | 2018-12-19 20:30:09 +0000 |
---|---|---|
committer | schwarze <> | 2018-12-19 20:30:09 +0000 |
commit | 0df6ca93e187cda768b5209f7ed2e40163aec547 (patch) | |
tree | fc6c2f936b5f023f367fcbfdf37e2c20e6be699d | |
parent | 57187f2609d0b63f047c7c1d9e7d373da20b68c6 (diff) | |
download | openbsd-0df6ca93e187cda768b5209f7ed2e40163aec547.tar.gz openbsd-0df6ca93e187cda768b5209f7ed2e40163aec547.tar.bz2 openbsd-0df6ca93e187cda768b5209f7ed2e40163aec547.zip |
typo;
from Jakub Wilk <jwilk at jwilk dot net> via
OpenSSL commit a21285b3 Aug 21 18:30:34 2018 +0200
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_file.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_file.3 b/src/lib/libcrypto/man/BIO_s_file.3 index 1cb357226a..3b256dbcf7 100644 --- a/src/lib/libcrypto/man/BIO_s_file.3 +++ b/src/lib/libcrypto/man/BIO_s_file.3 | |||
@@ -1,5 +1,6 @@ | |||
1 | .\" $OpenBSD: BIO_s_file.3,v 1.10 2018/07/09 09:54:08 tb Exp $ | 1 | .\" $OpenBSD: BIO_s_file.3,v 1.11 2018/12/19 20:30:09 schwarze Exp $ |
2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 | 2 | .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" selective merge up to: OpenSSL 1212818e Sep 11 13:22:14 2018 +0100 | ||
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 The OpenSSL Project. All rights reserved. | 6 | .\" Copyright (c) 2000, 2010 The OpenSSL Project. All rights reserved. |
@@ -48,7 +49,7 @@ | |||
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: July 9 2018 $ | 52 | .Dd $Mdocdate: December 19 2018 $ |
52 | .Dt BIO_S_FILE 3 | 53 | .Dt BIO_S_FILE 3 |
53 | .Os | 54 | .Os |
54 | .Sh NAME | 55 | .Sh NAME |
@@ -172,7 +173,7 @@ Flags can be: | |||
172 | this only has any effect under Win32). | 173 | this only has any effect under Win32). |
173 | .Pp | 174 | .Pp |
174 | .Fn BIO_set_fp | 175 | .Fn BIO_set_fp |
175 | set the file pointer of a file BIO to | 176 | sets the file pointer of a file BIO to |
176 | .Fa fp . | 177 | .Fa fp . |
177 | .Fa flags | 178 | .Fa flags |
178 | has the same meaning as in | 179 | has the same meaning as in |