From nobody@FreeBSD.org  Sun Jul 11 20:09:02 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 2D50E106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Jul 2010 20:09:02 +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 1E1168FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Jul 2010 20:09:02 +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 o6BK8xT3048337
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 11 Jul 2010 20:09:00 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6BK8tFS048336;
	Sun, 11 Jul 2010 20:08:55 GMT
	(envelope-from nobody)
Message-Id: <201007112008.o6BK8tFS048336@www.freebsd.org>
Date: Sun, 11 Jul 2010 20:08:55 GMT
From: Warren Block <wblock@wonkity.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] fix spelling in exports(5)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         148499
>Category:       docs
>Synopsis:       [patch] fix spelling in exports(5)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    maxim
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 11 20:10:06 UTC 2010
>Closed-Date:    Mon Aug 30 07:04:50 UTC 2010
>Last-Modified:  Mon Aug 30 07:04:50 UTC 2010
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #0: Sun Jul 11 07:39:57 MDT 2010     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
"sepcify" in exports(5) should be "specify".
>How-To-Repeat:
man 5 exports
>Fix:
Apply patch:

--- exports.5.orig	2010-07-11 13:51:58.000000000 -0600
+++ exports.5	2010-07-11 14:07:34.000000000 -0600
@@ -82,7 +82,7 @@
 option is used on
 .Xr mountd 8 .
 The third form has the string ``V4:'' followed by a single absolute path
-name, to sepcify the NFSv4 tree root.
+name, to specify the NFSv4 tree root.
 The pathnames must not have any symbolic links in them and should not have
 any
 .Dq Pa \&.


Patch attached with submission follows:

--- exports.5.orig	2010-07-11 13:51:58.000000000 -0600
+++ exports.5	2010-07-11 14:07:34.000000000 -0600
@@ -82,7 +82,7 @@
 option is used on
 .Xr mountd 8 .
 The third form has the string ``V4:'' followed by a single absolute path
-name, to sepcify the NFSv4 tree root.
+name, to specify the NFSv4 tree root.
 The pathnames must not have any symbolic links in them and should not have
 any
 .Dq Pa \&.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->open  
State-Changed-By: bcr 
State-Changed-When: Sun Jul 11 20:27:28 UTC 2010 
State-Changed-Why:  
I'll work on that. 


Responsible-Changed-From-To: freebsd-doc->bcr 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Sun Jul 11 20:27:28 UTC 2010 
Responsible-Changed-Why:  
I'll work on that. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148499 
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Mon Jul 12 04:22:04 UTC 2010 
State-Changed-Why:  
Committed to HEAD.  Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/148499: commit references a PR
Date: Mon, 12 Jul 2010 04:22:05 +0000 (UTC)

 Author: maxim
 Date: Mon Jul 12 04:21:50 2010
 New Revision: 209926
 URL: http://svn.freebsd.org/changeset/base/209926
 
 Log:
   o Fix typo: sepcify -> specify.
   
   PR:		docs/148499
   Submitted by:	Warren Block
   MFC after:	1 week
 
 Modified:
   head/usr.sbin/mountd/exports.5
 
 Modified: head/usr.sbin/mountd/exports.5
 ==============================================================================
 --- head/usr.sbin/mountd/exports.5	Mon Jul 12 03:00:29 2010	(r209925)
 +++ head/usr.sbin/mountd/exports.5	Mon Jul 12 04:21:50 2010	(r209926)
 @@ -82,7 +82,7 @@ including regular files if the
  option is used on
  .Xr mountd 8 .
  The third form has the string ``V4:'' followed by a single absolute path
 -name, to sepcify the NFSv4 tree root.
 +name, to specify the NFSv4 tree root.
  The pathnames must not have any symbolic links in them and should not have
  any
  .Dq Pa \&.
 _______________________________________________
 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"
 

From: Maxim Konovalov <maxim.konovalov@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: docs/148499: [patch] fix spelling in exports(5)
Date: Mon, 12 Jul 2010 08:23:20 +0400 (MSD)

 Oops, later notice.  Already committed this fix.
 
 On Sun, 11 Jul 2010, 20:28-0000, bcr@freebsd.org wrote:
 
 > Synopsis: [patch] fix spelling in exports(5)
 >
 > State-Changed-From-To: open->open
 > State-Changed-By: bcr
 > State-Changed-When: Sun Jul 11 20:27:28 UTC 2010
 > State-Changed-Why:
 > I'll work on that.
 >
 >
 > Responsible-Changed-From-To: freebsd-doc->bcr
 > Responsible-Changed-By: bcr
 > Responsible-Changed-When: Sun Jul 11 20:27:28 UTC 2010
 > Responsible-Changed-Why:
 > I'll work on that.
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=148499
 > _______________________________________________
 > freebsd-doc@freebsd.org mailing list
 > http://lists.freebsd.org/mailman/listinfo/freebsd-doc
 > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"
 >
 
 -- 
 Maxim Konovalov
Responsible-Changed-From-To: bcr->maxim 
Responsible-Changed-By: bcr 
Responsible-Changed-When: Mon Jul 12 10:56:54 UTC 2010 
Responsible-Changed-Why:  
No problem, Maxim! A quick fix is better than no fix after all. ;) 
I've assigned it to you, for the remaining MFC work to be done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148499 
State-Changed-From-To: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Mon Aug 30 07:04:31 UTC 2010 
State-Changed-Why:  
Merged to RELENG_8. 

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