Date: Mon, 27 Oct 2025 06:27:45 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a1e76a3af8d6 - main - crypto_request.9: Fix a typo in the manual page Message-ID: <202510270627.59R6Rjn2038964@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=a1e76a3af8d64b400100d8ab595eeb32cd79d358 commit a1e76a3af8d64b400100d8ab595eeb32cd79d358 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-10-26 15:40:47 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2025-10-27 06:27:27 +0000 crypto_request.9: Fix a typo in the manual page - s/througput/throughput/ MFC after: 5 days --- 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 af62b9089561..77e6a60b46de 100644 --- a/share/man/man9/crypto_request.9 +++ b/share/man/man9/crypto_request.9 @@ -383,7 +383,7 @@ depending on whether the driver is implemented by software or hardware. dispatches the request asynchronously. If the driver is inherently synchronous, the request is queued to a taskqueue backed by a pool of worker threads. -This can increase througput by allowing requests from a single producer to be +This can increase throughput by allowing requests from a single producer to be processed in parallel. By default the pool is sized to provide one thread for each CPU. Worker threads dequeue requests and pass them to the driver asynchronously.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510270627.59R6Rjn2038964>
