From: schwarze Date: Fri, 1 Sep 2023 12:13:13 +0000 (+0000) Subject: fix an obvious typo in the OBJ_NAME_add(3) prototype X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f75e7c0e5c0e03922962494e42561145e75d687b;p=openbsd fix an obvious typo in the OBJ_NAME_add(3) prototype --- diff --git a/lib/libcrypto/man/OBJ_NAME_add.3 b/lib/libcrypto/man/OBJ_NAME_add.3 index 685619db517..ad2ba80893c 100644 --- a/lib/libcrypto/man/OBJ_NAME_add.3 +++ b/lib/libcrypto/man/OBJ_NAME_add.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: OBJ_NAME_add.3,v 1.4 2023/07/21 05:02:53 tb Exp $ +.\" $OpenBSD: OBJ_NAME_add.3,v 1.5 2023/09/01 12:13:13 schwarze Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -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: July 21 2023 $ +.Dd $Mdocdate: September 1 2023 $ .Dt OBJ_NAME_ADD 3 .Os .Sh NAME @@ -33,7 +33,7 @@ .Fo OBJ_NAME_add .Fa "const char *name" .Fa "int type" -.Fa "const char *data" +.Fa "const char *value" .Fc .Ft int .Fo OBJ_NAME_remove