artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1795a9
)
Missing variable name in prototype
author
tb
<tb@openbsd.org>
Tue, 26 Sep 2023 13:02:47 +0000
(13:02 +0000)
committer
tb
<tb@openbsd.org>
Tue, 26 Sep 2023 13:02:47 +0000
(13:02 +0000)
lib/libcrypto/man/ASRange_new.3
patch
|
blob
|
history
diff --git
a/lib/libcrypto/man/ASRange_new.3
b/lib/libcrypto/man/ASRange_new.3
index
48c3a40
..
e7aafbc
100644
(file)
--- 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"