From owner-svn-src-stable@FreeBSD.ORG Sun Aug 22 20:25:03 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2292106564A; Sun, 22 Aug 2010 20:25:03 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C11088FC16; Sun, 22 Aug 2010 20:25:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o7MKP3Ig014009; Sun, 22 Aug 2010 20:25:03 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o7MKP30U014007; Sun, 22 Aug 2010 20:25:03 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201008222025.o7MKP30U014007@svn.freebsd.org> From: Christian Brueffer Date: Sun, 22 Aug 2010 20:25:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r211643 - stable/7/share/man/man9 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2010 20:25:03 -0000 Author: brueffer Date: Sun Aug 22 20:25:03 2010 New Revision: 211643 URL: http://svn.freebsd.org/changeset/base/211643 Log: MFC: r148701 Fixed a typo. Modified: stable/7/share/man/man9/crypto.9 Directory Properties: stable/7/share/man/man9/ (props changed) Modified: stable/7/share/man/man9/crypto.9 ============================================================================== --- stable/7/share/man/man9/crypto.9 Sun Aug 22 20:24:24 2010 (r211642) +++ stable/7/share/man/man9/crypto.9 Sun Aug 22 20:25:03 2010 (r211643) @@ -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.