From nobody@FreeBSD.org  Sun Dec 21 15:45:13 2008
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 C24091065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Dec 2008 15:45:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B0A238FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Dec 2008 15:45:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mBLFjC3l069607
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 21 Dec 2008 15:45:12 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mBLFjCCa069606;
	Sun, 21 Dec 2008 15:45:12 GMT
	(envelope-from nobody)
Message-Id: <200812211545.mBLFjCCa069606@www.freebsd.org>
Date: Sun, 21 Dec 2008 15:45:12 GMT
From: Marius Korsmo <marius@korsmo.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Minor typo in ports(7) man page
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129820
>Category:       docs
>Synopsis:       [patch] Minor typo in ports(7) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    schweikh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 21 15:50:03 UTC 2008
>Closed-Date:    Thu Jan 22 18:47:04 UTC 2009
>Last-Modified:  Thu Jan 22 18:50:05 UTC 2009
>Originator:     Marius Korsmo
>Release:        FreeBSD 7.0 -RELEASE
>Organization:
>Environment:
FreeBSD localhost 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #0: Mon Nov 24 06:43:33 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Minor typo found in ports(7) man page. Same thing can be found in FreeBSD 8-CURRENT.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- ports.7	2008-01-24 08:11:29.000000000 +0100
+++ ports.7.fix	2008-12-21 16:21:19.000000000 +0100
@@ -320,7 +320,7 @@
 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:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: danger 
State-Changed-When: Mon Dec 22 02:23:53 UTC 2008 
State-Changed-Why:  
- fixed in r185656 by schweikh@ 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129820 
Responsible-Changed-From-To: freebsd-doc->schweikh 
Responsible-Changed-By: danger 
Responsible-Changed-When: Mon Dec 22 02:24:58 UTC 2008 
Responsible-Changed-Why:  
- assign to correct person 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129820 
State-Changed-From-To: patched->closed 
State-Changed-By: schweikh 
State-Changed-When: Thu Jan 22 18:46:26 UTC 2009 
State-Changed-Why:  
Merged to stable/6 and stable/7. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/129820: commit references a PR
Date: Thu, 22 Jan 2009 18:44:12 +0000 (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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/129820: commit references a PR
Date: Thu, 22 Jan 2009 18:45:24 +0000 (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"
 
>Unformatted:
