summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2018-08-08 18:21:02 +0000
committertb <>2018-08-08 18:21:02 +0000
commit7727cc5ce3ffe6beb726ad0b743f3eff7ba1bd68 (patch)
treeb8a823aa235341e77198608374a605e5f225f6a9 /src
parent0aefbb03fa51b6cc06eedd0b030e46ab9782536f (diff)
downloadopenbsd-7727cc5ce3ffe6beb726ad0b743f3eff7ba1bd68.tar.gz
openbsd-7727cc5ce3ffe6beb726ad0b743f3eff7ba1bd68.tar.bz2
openbsd-7727cc5ce3ffe6beb726ad0b743f3eff7ba1bd68.zip
typo: macro-generates wrappers -> macro-generated wrappers
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/OPENSSL_sk_new.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/OPENSSL_sk_new.3 b/src/lib/libcrypto/man/OPENSSL_sk_new.3
index 47b19cb4e8..ff199d4ab2 100644
--- a/src/lib/libcrypto/man/OPENSSL_sk_new.3
+++ b/src/lib/libcrypto/man/OPENSSL_sk_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: OPENSSL_sk_new.3,v 1.9 2018/04/01 00:36:28 schwarze Exp $ 1.\" $OpenBSD: OPENSSL_sk_new.3,v 1.10 2018/08/08 18:21:02 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: April 1 2018 $ 17.Dd $Mdocdate: August 8 2018 $
18.Dt OPENSSL_SK_NEW 3 18.Dt OPENSSL_SK_NEW 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -147,7 +147,7 @@ are not type safe but only handle
147function arguments and return values. 147function arguments and return values.
148.Pp 148.Pp
149OpenSSL also provides a fragile, unusually complicated system of 149OpenSSL also provides a fragile, unusually complicated system of
150macro-generates wrappers that offers superficial type safety at the 150macro-generated wrappers that offers superficial type safety at the
151expense of extensive obfuscation, implemented using large amounts 151expense of extensive obfuscation, implemented using large amounts
152of autogenerated code involving exceedingly ugly, nested 152of autogenerated code involving exceedingly ugly, nested
153.Xr cpp 1 153.Xr cpp 1