diff options
author | jmc <> | 2021-03-12 07:05:35 +0000 |
---|---|---|
committer | jmc <> | 2021-03-12 07:05:35 +0000 |
commit | 292f984699e04c11c217521b43445a995f70fa61 (patch) | |
tree | 0947c156e6429fb09084b35f16a09c039c4ccbfa | |
parent | adbe883d9c725b62862f5935e80c4874c5f0e82f (diff) | |
download | openbsd-292f984699e04c11c217521b43445a995f70fa61.tar.gz openbsd-292f984699e04c11c217521b43445a995f70fa61.tar.bz2 openbsd-292f984699e04c11c217521b43445a995f70fa61.zip |
spelling: refenece -> reference
-rw-r--r-- | src/lib/libcrypto/man/BIO_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BIO_new.3 b/src/lib/libcrypto/man/BIO_new.3 index ee004ae4eb..a2bc40d368 100644 --- a/src/lib/libcrypto/man/BIO_new.3 +++ b/src/lib/libcrypto/man/BIO_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_new.3,v 1.19 2019/11/02 15:27:10 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_new.3,v 1.20 2021/03/12 07:05:35 jmc Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000 | 3 | .\" OpenSSL man3/BIO_new.pod fb46be03 Feb 26 11:51:31 2016 +0000 |
4 | .\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100 | 4 | .\" OpenSSL man7/bio.pod 631c37be Dec 12 16:56:50 2017 +0100 |
@@ -52,7 +52,7 @@ | |||
52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 52 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 53 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
54 | .\" | 54 | .\" |
55 | .Dd $Mdocdate: November 2 2019 $ | 55 | .Dd $Mdocdate: March 12 2021 $ |
56 | .Dt BIO_NEW 3 | 56 | .Dt BIO_NEW 3 |
57 | .Os | 57 | .Os |
58 | .Sh NAME | 58 | .Sh NAME |
@@ -156,7 +156,7 @@ and | |||
156 | .Fn BIO_vfree | 156 | .Fn BIO_vfree |
157 | decrement the reference count of | 157 | decrement the reference count of |
158 | .Fa a | 158 | .Fa a |
159 | by 1, and if the refenece count reaches 0, they destruct the single | 159 | by 1, and if the reference count reaches 0, they destruct the single |
160 | .Vt BIO | 160 | .Vt BIO |
161 | .Fa a , | 161 | .Fa a , |
162 | which may also have some effect on the | 162 | which may also have some effect on the |