Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2010 21:37:30 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211356 - head/share/man/man9
Message-ID:  <201008152137.o7FLbU23072637@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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.



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