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
This commit is contained in:
zxbv3
2026-03-15 16:35:30 +00:00
committed by Pouria Mousavizadeh Tehrani
parent 283ef95d16
commit fed90174ff
+1 -1
View File
@@ -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