Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2017 08:28:04 +0000 (UTC)
From:      Fabien Thomas <fabient@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326390 - head/share/man/man9
Message-ID:  <201711300828.vAU8S4XM085014@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fabient
Date: Thu Nov 30 08:28:04 2017
New Revision: 326390
URL: https://svnweb.freebsd.org/changeset/base/326390

Log:
  Update man page for r325354.
  
  Reported by:	bjk

Modified:
  head/share/man/man9/crypto.9

Modified: head/share/man/man9/crypto.9
==============================================================================
--- head/share/man/man9/crypto.9	Thu Nov 30 08:23:40 2017	(r326389)
+++ head/share/man/man9/crypto.9	Thu Nov 30 08:28:04 2017	(r326390)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711300828.vAU8S4XM085014>