| Summary: | [patch] wlan.4 has incorrect apostrophe | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Warren Block <wblock> | ||||
| Component: | Books & Articles | Assignee: | Christian Brueffer <brueffer> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Warren Block
2011-08-28 23:40:11 UTC
State Changed From-To: open->patched Committed, MFC pending. Thanks! Responsible Changed From-To: freebsd-doc->brueffer MFC reminder. 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 MFCs done. |