From nobody@FreeBSD.org  Fri Jun 13 21:25:45 2008
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 586131065678
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Jun 2008 21:25:45 +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 4E1598FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Jun 2008 21:25:45 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5DLPiTp099936
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Jun 2008 21:25:44 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5DLPiLg099935;
	Fri, 13 Jun 2008 21:25:44 GMT
	(envelope-from nobody)
Message-Id: <200806132125.m5DLPiLg099935@www.freebsd.org>
Date: Fri, 13 Jun 2008 21:25:44 GMT
From: Sam Banks <samb@catalyst.net.nz>
To: freebsd-gnats-submit@FreeBSD.org
Subject: LIBGEOM(3) spelling mistake
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124561
>Category:       docs
>Synopsis:       LIBGEOM(3) spelling mistake
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    thompsa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 13 21:30:01 UTC 2008
>Closed-Date:    Sat Aug 09 21:01:25 UTC 2008
>Last-Modified:  Sat Aug 09 21:01:25 UTC 2008
>Originator:     Sam Banks
>Release:        7.0-RELEASE
>Organization:
>Environment:
FreeBSD wolfie.evil 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Sat Mar  1 09:59:25 NZDT 2008     root@wolfie.evil:/usr/obj/usr/src/sys/WOLFIE  i386
>Description:
exercise is spelled excercize in LIBGEOM(3).
>How-To-Repeat:
man 3 libgeom
>Fix:
With the attached patch.

Patch attached with submission follows:

--- lib/libgeom/libgeom.3	(revision 179779)
+++ lib/libgeom/libgeom.3	(working copy)
@@ -117,7 +117,7 @@
 .Ss "Statistics Functions"
 GEOM collects statistics data for all consumers and providers, but does
 not perform any normalization or presentation on the raw data, this is
-left as an excercize for user-land presentation utilities.
+left as an exercise for user-land presentation utilities.
 .Pp
 The
 .Fn geom_stats_open


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/124561: commit references a PR
Date: Fri, 13 Jun 2008 21:49:31 +0000 (UTC)

 thompsa     2008-06-13 21:49:21 UTC
 
   FreeBSD src repository
 
   Modified files:
     lib/libgeom          libgeom.3 
   Log:
   SVN rev 179780 on 2008-06-13 21:49:21Z by thompsa
   
   Fix spelling.
   
   PR:             docs/124561
   Submitted by:   Sam Banks
   
   Revision  Changes    Path
   1.10      +1 -1      src/lib/libgeom/libgeom.3
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: thompsa 
State-Changed-When: Fri Jun 13 21:50:33 UTC 2008 
State-Changed-Why:  
Committed to HEAD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124561 
Responsible-Changed-From-To: freebsd-doc->thompsa 
Responsible-Changed-By: danger 
Responsible-Changed-When: Tue Jul 1 20:59:47 UTC 2008 
Responsible-Changed-Why:  
Make thompsa responsible 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124561 
State-Changed-From-To: patched->closed 
State-Changed-By: thompsa 
State-Changed-When: Sat Aug 9 21:00:48 UTC 2008 
State-Changed-Why:  
MFC completed, thanks for the PR. 

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