diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-08-08 18:21:03 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-08-08 18:21:03 +0000 |
commit | fa6681f30a0d545c9f33379bcf8033f75b759e4a (patch) | |
tree | ee436ed697fd44e7053cf83c7bb2dde258972483 /lib | |
parent | b9d6c21827e4389438ff37841b4ea1876e85acb4 (diff) |
typo: macro-generates wrappers -> macro-generated wrappers
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/OPENSSL_sk_new.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/OPENSSL_sk_new.3 b/lib/libcrypto/man/OPENSSL_sk_new.3 index 47b19cb4e80..ff199d4ab25 100644 --- a/lib/libcrypto/man/OPENSSL_sk_new.3 +++ b/lib/libcrypto/man/OPENSSL_sk_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OPENSSL_sk_new.3,v 1.9 2018/04/01 00:36:28 schwarze Exp $ +.\" $OpenBSD: OPENSSL_sk_new.3,v 1.10 2018/08/08 18:21:02 tb Exp $ .\" .\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 1 2018 $ +.Dd $Mdocdate: August 8 2018 $ .Dt OPENSSL_SK_NEW 3 .Os .Sh NAME @@ -147,7 +147,7 @@ are not type safe but only handle function arguments and return values. .Pp OpenSSL also provides a fragile, unusually complicated system of -macro-generates wrappers that offers superficial type safety at the +macro-generated wrappers that offers superficial type safety at the expense of extensive obfuscation, implemented using large amounts of autogenerated code involving exceedingly ugly, nested .Xr cpp 1 |