diff options
author | tb <> | 2023-09-26 13:02:47 +0000 |
---|---|---|
committer | tb <> | 2023-09-26 13:02:47 +0000 |
commit | 103dde6ddb6c1ebb1e598b16e83c7c87813ce4b6 (patch) | |
tree | 937fda8e9c304c2f3de960bd7c4d74897eef73ae /src | |
parent | 5805da0748a7f26945d1047c0dcfab4548e9afd3 (diff) | |
download | openbsd-103dde6ddb6c1ebb1e598b16e83c7c87813ce4b6.tar.gz openbsd-103dde6ddb6c1ebb1e598b16e83c7c87813ce4b6.tar.bz2 openbsd-103dde6ddb6c1ebb1e598b16e83c7c87813ce4b6.zip |
Missing variable name in prototype
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/ASRange_new.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASRange_new.3 b/src/lib/libcrypto/man/ASRange_new.3 index 48c3a403c5..e7aafbcc3f 100644 --- a/src/lib/libcrypto/man/ASRange_new.3 +++ b/src/lib/libcrypto/man/ASRange_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASRange_new.3,v 1.2 2023/09/26 08:56:18 tb Exp $ | 1 | .\" $OpenBSD: ASRange_new.3,v 1.3 2023/09/26 13:02:47 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -36,7 +36,7 @@ | |||
36 | .Ft "ASRange *" | 36 | .Ft "ASRange *" |
37 | .Fn ASRange_new void | 37 | .Fn ASRange_new void |
38 | .Ft void | 38 | .Ft void |
39 | .Fn ASRange_free "ASRange *" | 39 | .Fn ASRange_free "ASRange *asrange" |
40 | .Ft ASRange * | 40 | .Ft ASRange * |
41 | .Fo d2i_ASRange | 41 | .Fo d2i_ASRange |
42 | .Fa "ASRange **asrange" | 42 | .Fa "ASRange **asrange" |