From nobody@FreeBSD.org  Sun Aug 28 22:30:59 2011
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 22364106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Aug 2011 22:30:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 133EC8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Aug 2011 22:30:59 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p7SMUwvi052522
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 28 Aug 2011 22:30:58 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p7SMUweb052521;
	Sun, 28 Aug 2011 22:30:58 GMT
	(envelope-from nobody)
Message-Id: <201108282230.p7SMUweb052521@red.freebsd.org>
Date: Sun, 28 Aug 2011 22:30:58 GMT
From: Warren Block <wblock@wonkity.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] wlan.4 has incorrect apostrophe
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         160267
>Category:       docs
>Synopsis:       [patch] wlan.4 has incorrect apostrophe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 28 22:40:11 UTC 2011
>Closed-Date:    Fri Sep 09 21:50:44 CEST 2011
>Last-Modified:  Fri Sep 09 21:50:44 CEST 2011
>Originator:     Warren Block
>Release:        8-STABLE
>Organization:
>Environment:
FreeBSD lightning 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Aug 26 13:17:14 MDT 2011     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
From wlan(4):

"wlan defines several mechanisms by which plugin modules may be used to
 extend its' functionality."

Possessive "its" does not have an apostrophe.
>How-To-Repeat:
man 4 wlan | less -pits\'
>Fix:
Apply patch.

Patch attached with submission follows:

--- share/man/man4/wlan.4.orig	2011-08-28 16:15:20.000000000 -0600
+++ share/man/man4/wlan.4	2011-08-28 16:20:51.000000000 -0600
@@ -121,7 +121,7 @@
 .Pp
 .Nm
 defines several mechanisms by which plugin modules may
-be used to extend its' functionality.
+be used to extend its functionality.
 Cryptographic support such as WEP, TKIP, and AES-CCMP are implemented
 as standalone modules (if not statically configured into a system)
 that register with


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Fri Sep 2 20:37:55 CEST 2011 
State-Changed-Why:  
Committed, MFC pending. Thanks! 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Fri Sep 2 20:37:55 CEST 2011 
Responsible-Changed-Why:  
MFC reminder. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/160267: commit references a PR
Date: Fri,  2 Sep 2011 18:38:02 +0000 (UTC)

 Author: brueffer
 Date: Fri Sep  2 18:37:48 2011
 New Revision: 225348
 URL: http://svn.freebsd.org/changeset/base/225348
 
 Log:
   Remove an incorrect apostrophe.
   
   PR:		160267
   Submitted by:	Warren Block <wblock@wonkity.com>
   Approved by:	re (kib)
   MFC after:	1 week
 
 Modified:
   head/share/man/man4/wlan.4
 
 Modified: head/share/man/man4/wlan.4
 ==============================================================================
 --- head/share/man/man4/wlan.4	Fri Sep  2 18:18:24 2011	(r225347)
 +++ head/share/man/man4/wlan.4	Fri Sep  2 18:37:48 2011	(r225348)
 @@ -121,7 +121,7 @@ Note that an interface's type cannot be 
  .Pp
  .Nm
  defines several mechanisms by which plugin modules may
 -be used to extend its' functionality.
 +be used to extend its functionality.
  Cryptographic support such as WEP, TKIP, and AES-CCMP are implemented
  as standalone modules (if not statically configured into a system)
  that register with
 _______________________________________________
 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: Fri Sep 9 21:50:23 CEST 2011 
State-Changed-Why:  
MFCs done. 

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