diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-12-19 20:30:10 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-12-19 20:30:10 +0000 |
commit | c5f131867166abb06e60351e622eedaaea7efd73 (patch) | |
tree | 2acafe6e27c57a941fed9919866d5410b80f1a88 /lib/libcrypto | |
parent | 171a502941c854e2e544973a68545ac7f1e9904a (diff) |
typo;
from Jakub Wilk <jwilk at jwilk dot net> via
OpenSSL commit a21285b3 Aug 21 18:30:34 2018 +0200
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/man/BIO_s_file.3 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcrypto/man/BIO_s_file.3 b/lib/libcrypto/man/BIO_s_file.3 index 1cb357226a0..3b256dbcf79 100644 --- a/lib/libcrypto/man/BIO_s_file.3 +++ b/lib/libcrypto/man/BIO_s_file.3 @@ -1,5 +1,6 @@ -.\" $OpenBSD: BIO_s_file.3,v 1.10 2018/07/09 09:54:08 tb Exp $ -.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 +.\" $OpenBSD: BIO_s_file.3,v 1.11 2018/12/19 20:30:09 schwarze Exp $ +.\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 +.\" selective merge up to: OpenSSL 1212818e Sep 11 13:22:14 2018 +0100 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. .\" Copyright (c) 2000, 2010 The OpenSSL Project. All rights reserved. @@ -48,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 9 2018 $ +.Dd $Mdocdate: December 19 2018 $ .Dt BIO_S_FILE 3 .Os .Sh NAME @@ -172,7 +173,7 @@ Flags can be: this only has any effect under Win32). .Pp .Fn BIO_set_fp -set the file pointer of a file BIO to +sets the file pointer of a file BIO to .Fa fp . .Fa flags has the same meaning as in |