diff options
author | jmc <> | 2020-12-03 22:47:22 +0000 |
---|---|---|
committer | jmc <> | 2020-12-03 22:47:22 +0000 |
commit | 4dd2176959a6cdcb7f7ea0d8e3883f1ea62b1e55 (patch) | |
tree | 4667b299887ee2488b09545928696ff673e784be /src/lib/libcrypto/man/BIO_ctrl.3 | |
parent | cc0ddc52eadc398d5fe5711a7b86aefbf1c7f00b (diff) | |
download | openbsd-4dd2176959a6cdcb7f7ea0d8e3883f1ea62b1e55.tar.gz openbsd-4dd2176959a6cdcb7f7ea0d8e3883f1ea62b1e55.tar.bz2 openbsd-4dd2176959a6cdcb7f7ea0d8e3883f1ea62b1e55.zip |
grammar fixes from Varik "The Genuine Article!!!" Valefor;
Diffstat (limited to 'src/lib/libcrypto/man/BIO_ctrl.3')
-rw-r--r-- | src/lib/libcrypto/man/BIO_ctrl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3 index 98c78be134..24265c0318 100644 --- a/src/lib/libcrypto/man/BIO_ctrl.3 +++ b/src/lib/libcrypto/man/BIO_ctrl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_ctrl.3,v 1.14 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_ctrl.3,v 1.15 2020/12/03 22:47:21 jmc Exp $ |
2 | .\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100 | 2 | .\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: March 27 2018 $ | 51 | .Dd $Mdocdate: December 3 2020 $ |
52 | .Dt BIO_CTRL 3 | 52 | .Dt BIO_CTRL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -304,7 +304,7 @@ For example no current filter BIOs implement | |||
304 | but this may still succeed if the chain ends | 304 | but this may still succeed if the chain ends |
305 | in a FILE or file descriptor BIO. | 305 | in a FILE or file descriptor BIO. |
306 | .Pp | 306 | .Pp |
307 | Source/sink BIOs return an 0 if they do not recognize the | 307 | Source/sink BIOs return a 0 if they do not recognize the |
308 | .Fn BIO_ctrl | 308 | .Fn BIO_ctrl |
309 | operation. | 309 | operation. |
310 | .Sh SEE ALSO | 310 | .Sh SEE ALSO |