From nobody@FreeBSD.org  Sat Jul 17 00:36:50 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7A3561065675
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Jul 2010 00:36:50 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 68A918FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Jul 2010 00:36:50 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6H0aojt079120
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 17 Jul 2010 00:36:50 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6H0aoMO079119;
	Sat, 17 Jul 2010 00:36:50 GMT
	(envelope-from nobody)
Message-Id: <201007170036.o6H0aoMO079119@www.freebsd.org>
Date: Sat, 17 Jul 2010 00:36:50 GMT
From: Glen Barber <glen.j.barber@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] crypto(9): Minor typographical error
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148701
>Category:       docs
>Synopsis:       [patch] crypto(9): Minor typographical error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 17 00:40:05 UTC 2010
>Closed-Date:    Sun Aug 22 22:25:25 CEST 2010
>Last-Modified:  Sun Aug 22 22:25:25 CEST 2010
>Originator:     Glen Barber
>Release:        8.1-PRERELEASE
>Organization:
>Environment:
FreeBSD orion 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #2 r209399: Mon Jun 21 20:36:54 EDT 2010     root@orion:/usr/obj/usr/src/sys/ORION  amd64
>Description:
Minor typo fix: switch 'an' to 'a'.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: share/man/man9/crypto.9
===================================================================
--- share/man/man9/crypto.9	(revision 210169)
+++ share/man/man9/crypto.9	(working copy)
@@ -143,7 +143,7 @@
 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.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Sun Aug 15 23:37:36 CEST 2010 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Sun Aug 15 23:37:36 CEST 2010 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148701 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148701: commit references a PR
Date: Sun, 15 Aug 2010 21:37:43 +0000 (UTC)

 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.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Sun Aug 22 22:25:10 CEST 2010 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148701 
>Unformatted:
