From 9186fa18d0a0104ddd814ecb381b4955e7089788 Mon Sep 17 00:00:00 2001 From: fabient Date: Thu, 30 Nov 2017 08:28:04 +0000 Subject: [PATCH] Update man page for r325354. Reported by: bjk --- share/man/man9/crypto.9 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/man/man9/crypto.9 b/share/man/man9/crypto.9 index cf1195de07a0..bc5bd32df53e 100644 --- a/share/man/man9/crypto.9 +++ b/share/man/man9/crypto.9 @@ -17,7 +17,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 10, 2015 +.Dd November 6, 2017 .Dt CRYPTO 9 .Os .Sh NAME @@ -333,9 +333,10 @@ specified the flag). .It Dv CRYPTO_F_ASYNC Try to do the crypto operation in a pool of workers -if the operation is synchronous (that the driver specified the +if the operation is synchronous (that is, if the driver specified the .Dv CRYPTOCAP_F_SYNC -flag). It aims to speed up processing by dispatching crypto operations +flag). +It aims to speed up processing by dispatching crypto operations on different processors. .It Dv CRYPTO_F_ASYNC_KEEPORDER Dispatch callbacks in the same order they are posted.