diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-26 13:02:48 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-09-26 13:02:48 +0000 |
commit | a575f8b2830d8ea25e146e7f767feb6affe6e7b2 (patch) | |
tree | f5fce12ba76cd813ee7f71c5a40d3d81985111d6 /lib | |
parent | ecb1a42cdf553c287d5df33d8bdb80f1c7e1c63d (diff) |
Missing variable name in prototype
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/ASRange_new.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/ASRange_new.3 b/lib/libcrypto/man/ASRange_new.3 index 48c3a403c54..e7aafbcc3f1 100644 --- a/lib/libcrypto/man/ASRange_new.3 +++ b/lib/libcrypto/man/ASRange_new.3 @@ -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" |