From nobody@FreeBSD.org  Thu Jul  6 07:16:22 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F126316A4DA
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Jul 2006 07:16:22 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A8CA843D45
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  6 Jul 2006 07:16:22 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k667GMSG046115
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 6 Jul 2006 07:16:22 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k667GM4C046114;
	Thu, 6 Jul 2006 07:16:22 GMT
	(envelope-from nobody)
Message-Id: <200607060716.k667GM4C046114@www.freebsd.org>
Date: Thu, 6 Jul 2006 07:16:22 GMT
From: Laust Jespersen <L@ust.dk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: grep -P is unsupported (according to grep) but is supported according to the man page.
X-Send-Pr-Version: www-2.3

>Number:         99831
>Category:       docs
>Synopsis:       grep(1): grep -P is unsupported (according to grep) but is supported according to the man page.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 06 07:20:15 GMT 2006
>Closed-Date:    Fri Nov 03 09:07:00 GMT 2006
>Last-Modified:  Fri Nov  3 09:10:38 GMT 2006
>Originator:     Laust Jespersen
>Release:        6.1-STABLE
>Organization:
>Environment:
FreeBSD my.ipfw.dk 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jun 30 13:09:14 CEST 2006     root@my.ipfw.dk:/usr/obj/usr/src/sys/MY  i386

>Description:
grep -P is supposed be grep -P "Perl Reg. Exp." 
however grep says: 
grep: The -P option is not supported

>How-To-Repeat:
try grep -P perlregexp <file>
>Fix:
remove mention of -P from man page (or alternately fix grep)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Jul 6 17:29:22 UTC 2006 
Responsible-Changed-Why:  
Reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99831 
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Tue Oct 10 01:57:35 UTC 2006 
State-Changed-Why:  
The -P option has been removed from the manual page.  It seems 
easier and better to just remove it from there.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Tue Oct 10 01:57:35 UTC 2006 
Responsible-Changed-Why:  
Over to me!  The MFCs are counting up here. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/99831: commit references a PR
Date: Tue, 10 Oct 2006 01:57:48 +0000 (UTC)

 trhodes     2006-10-10 01:57:26 UTC
 
   FreeBSD src repository
 
   Modified files:
     gnu/usr.bin/grep     grep.1 
   Log:
   grep -P xxx file.txt
   "The -P option is not supported"
   Removed from the manual page via this commit.
   
   PR:     99831
   
   Revision  Changes    Path
   1.29      +0 -5      src/gnu/usr.bin/grep/grep.1
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Fri Nov 3 09:06:10 UTC 2006 
State-Changed-Why:  
At first I removed the option, then, to make life easier 
for the next importer of grep, I re-added the option and 
just noted in both CURRENT and RELENG_6 that this option 
is not supported on FreeBSD.  Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/99831: commit references a PR
Date: Fri,  3 Nov 2006 09:06:00 +0000 (UTC)

 trhodes     2006-11-03 09:05:44 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     gnu/usr.bin/grep     grep.1 
   Log:
   Sync up to CURRENT and note the -P option is not supported on FreeBSD.
   
   PR:             99831
   Reviewed by:    ru
   Approved by:    re (hrs)
   
   Revision  Changes    Path
   1.26.2.2  +1 -0      src/gnu/usr.bin/grep/grep.1
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
