| Summary: | [patch] Minor typo in ports(7) man page | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Marius Korsmo <marius> | ||||
| Component: | Books & Articles | Assignee: | Jens Schweikhardt <schweikh> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Marius Korsmo
2008-12-21 15:50:03 UTC
State Changed From-To: open->patched - fixed in r185656 by schweikh@ Responsible Changed From-To: freebsd-doc->schweikh - assign to correct person Author: schweikh Date: Thu Jan 22 18:43:46 2009 New Revision: 187595 URL: http://svn.freebsd.org/changeset/base/187595 Log: MFC: Correct typo. PR: docs/129820 Submitted by: Marius Korsmo <marius AT korsmo DOT org> Modified: stable/7/share/man/man7/ports.7 Modified: stable/7/share/man/man7/ports.7 ============================================================================== --- stable/7/share/man/man7/ports.7 Thu Jan 22 17:06:33 2009 (r187594) +++ stable/7/share/man/man7/ports.7 Thu Jan 22 18:43:46 2009 (r187595) @@ -322,7 +322,7 @@ To find ports that contain in either of the name, path, info fields, ignore the rest of the record. .Pp -By default the search is not case-nsensitive. +By default the search is not case-sensitive. In order to make it case-sensitive you can use the .Va icase variable: _______________________________________________ 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" Author: schweikh Date: Thu Jan 22 18:45:11 2009 New Revision: 187596 URL: http://svn.freebsd.org/changeset/base/187596 Log: MFC: Correct typo. PR: docs/129820 Submitted by: Marius Korsmo <marius AT korsmo DOT org> Modified: stable/6/share/man/man7/ports.7 Modified: stable/6/share/man/man7/ports.7 ============================================================================== --- stable/6/share/man/man7/ports.7 Thu Jan 22 18:43:46 2009 (r187595) +++ stable/6/share/man/man7/ports.7 Thu Jan 22 18:45:11 2009 (r187596) @@ -320,7 +320,7 @@ To find ports that contain in either of the name, path, info fields, ignore the rest of the record. .Pp -By default the search is not case-nsensitive. +By default the search is not case-sensitive. In order to make it case-sensitive you can use the .Va icase variable: _______________________________________________ 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 Merged to stable/6 and stable/7. |