svn commit: r211356 - head/share/man/man9

Christian Brueffer brueffer at FreeBSD.org
Sun Aug 15 21:37:31 UTC 2010


Author: brueffer
Date: Sun Aug 15 21:37:30 2010
New Revision: 211356
URL: http://svn.freebsd.org/changeset/base/211356

Log:
  Fixed a typo.
  
  PR:		148701
  Submitted by:	Glen Barber <glen.j.barber at gmail.com>
  MFC after:	1 week

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

Modified: head/share/man/man9/crypto.9
==============================================================================
--- head/share/man/man9/crypto.9	Sun Aug 15 21:34:50 2010	(r211355)
+++ head/share/man/man9/crypto.9	Sun Aug 15 21:37:30 2010	(r211356)
@@ -143,7 +143,7 @@ not
 The same holds for the framework.
 Thus, a callback mechanism is used
 to notify a consumer that a request has been completed (the
-callback is specified by the consumer on an per-request basis).
+callback is specified by the consumer on a per-request basis).
 The callback is invoked by the framework whether the request was
 successfully completed or not.
 An error indication is provided in the latter case.


More information about the svn-src-all mailing list