Bug 129820

Summary: [patch] Minor typo in ports(7) man page
Product: Documentation Reporter: Marius Korsmo <marius>
Component: Books & ArticlesAssignee: Jens Schweikhardt <schweikh>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Marius Korsmo 2008-12-21 15:50:03 UTC
Minor typo found in ports(7) man page. Same thing can be found in FreeBSD 8-CURRENT.

Fix: Patch attached with submission follows:
Comment 1 Daniel Gerzo freebsd_committer freebsd_triage 2008-12-22 02:23:53 UTC
State Changed
From-To: open->patched

- fixed in r185656 by schweikh@
Comment 2 Daniel Gerzo freebsd_committer freebsd_triage 2008-12-22 02:24:58 UTC
Responsible Changed
From-To: freebsd-doc->schweikh

- assign to correct person
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-01-22 18:44:12 UTC
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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-01-22 18:45:24 UTC
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"
Comment 5 Jens Schweikhardt freebsd_committer freebsd_triage 2009-01-22 18:46:26 UTC
State Changed
From-To: patched->closed

Merged to stable/6 and stable/7.