Bug 160267

Summary: [patch] wlan.4 has incorrect apostrophe
Product: Documentation Reporter: Warren Block <wblock>
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Warren Block 2011-08-28 23:40:11 UTC
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.

Fix: Apply patch.

Patch attached with submission follows:
How-To-Repeat: man 4 wlan | less -pits\'
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2011-09-02 19:37:55 UTC
State Changed
From-To: open->patched

Committed, MFC pending. Thanks! 


Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2011-09-02 19:37:55 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

MFC reminder.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-09-02 19:38:02 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"
Comment 4 Christian Brueffer freebsd_committer freebsd_triage 2011-09-09 20:50:23 UTC
State Changed
From-To: patched->closed

MFCs done.