Missing variable name in prototype
authortb <tb@openbsd.org>
Tue, 26 Sep 2023 13:02:47 +0000 (13:02 +0000)
committertb <tb@openbsd.org>
Tue, 26 Sep 2023 13:02:47 +0000 (13:02 +0000)
lib/libcrypto/man/ASRange_new.3

index 48c3a40..e7aafbc 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ASRange_new.3,v 1.2 2023/09/26 08:56:18 tb Exp $
+.\" $OpenBSD: ASRange_new.3,v 1.3 2023/09/26 13:02:47 tb Exp $
 .\"
 .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
 .\"
@@ -36,7 +36,7 @@
 .Ft "ASRange *"
 .Fn ASRange_new void
 .Ft void
-.Fn ASRange_free "ASRange *"
+.Fn ASRange_free "ASRange *asrange"
 .Ft ASRange *
 .Fo d2i_ASRange
 .Fa "ASRange **asrange"