Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2026 10:04:30 +0000
From:      Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        zxbv3 <zx@bv3.dev>
Subject:   git: fed90174ff5e - main - crypto_request.9: Fix typo on crypto_initreq arguments
Message-ID:  <69b7d5ae.1e200.41fa71e8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pouria:

URL: https://cgit.FreeBSD.org/src/commit/?id=fed90174ff5eb8dd46c521c67ea0b387f150683b

commit fed90174ff5eb8dd46c521c67ea0b387f150683b
Author:     zxbv3 <zx@bv3.dev>
AuthorDate: 2026-03-15 16:35:30 +0000
Commit:     Pouria Mousavizadeh Tehrani <pouria@FreeBSD.org>
CommitDate: 2026-03-16 09:54:13 +0000

    crypto_request.9: Fix typo on crypto_initreq arguments
    
    The function signature of `crypto_initreq()` was
    incorrectly documented.
    
    Signed-off-by:  Zixu Wu <zx@bv3.dev>
    Reviewed by:    ziaee, pouria
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/2077
---
 share/man/man9/crypto_request.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man9/crypto_request.9 b/share/man/man9/crypto_request.9
index 77e6a60b46de..80c0e5eceaa7 100644
--- a/share/man/man9/crypto_request.9
+++ b/share/man/man9/crypto_request.9
@@ -51,7 +51,7 @@
 .Ft "struct cryptop *"
 .Fn crypto_getreq "crypto_session_t cses" "int how"
 .Ft void
-.Fn crypto_initreq "crypto_session_t cses" "int how"
+.Fn crypto_initreq "struct cryptop *crp" "crypto_session_t cses"
 .Ft void
 .Fn crypto_use_buf "struct cryptop *crp" "void *buf" "int len"
 .Ft void


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b7d5ae.1e200.41fa71e8>