git: fed90174ff5e - main - crypto_request.9: Fix typo on crypto_initreq arguments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Mar 2026 10:04:30 UTC
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