From owner-p4-projects@FreeBSD.ORG Sat Sep 19 21:47:25 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2269F106568D; Sat, 19 Sep 2009 21:47:25 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB137106566C for ; Sat, 19 Sep 2009 21:47:24 +0000 (UTC) (envelope-from gabor@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA6D18FC1E for ; Sat, 19 Sep 2009 21:47:24 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8JLlOLM037442 for ; Sat, 19 Sep 2009 21:47:24 GMT (envelope-from gabor@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8JLlO77037440 for perforce@freebsd.org; Sat, 19 Sep 2009 21:47:24 GMT (envelope-from gabor@freebsd.org) Date: Sat, 19 Sep 2009 21:47:24 GMT Message-Id: <200909192147.n8JLlO77037440@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gabor@freebsd.org using -f From: Gabor Kovesdan To: Perforce Change Reviews Cc: Subject: PERFORCE change 168694 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2009 21:47:25 -0000 http://perforce.freebsd.org/chv.cgi?CH=168694 Change 168694 by gabor@gabor_aspire on 2009/09/19 21:47:05 - Update manpage with missing options Affected files ... .. //depot/projects/soc2008/gabor_textproc/grep/grep.1#15 edit Differences ... ==== //depot/projects/soc2008/gabor_textproc/grep/grep.1#15 (text+ko) ==== @@ -29,7 +29,7 @@ .\" .\" @(#)grep.1 8.3 (Berkeley) 4/18/94 .\" -.Dd 8 Jul, 2008 +.Dd 19 September, 2009 .Dt GREP 1 .Os .Sh NAME @@ -185,6 +185,16 @@ options are used to specify multiple patterns, or when a pattern begins with a dash .Pq Sq - . +.It Fl Fl exclude +If +.Fl R +is specified, it excludes files matching the given +filename pattern. +.It Fl Fl exclude-dir +If +.Fl R +is specified, it excludes directories matching the +given filename pattern. .It Fl F , Fl Fl fixed-strings Interpret .Ar pattern @@ -227,6 +237,16 @@ By default, .Nm grep is case sensitive. +.It Fl Fl include +If +.Fl R +is specified, it includes the files matching the +given filename pattern. +.It Fl Fl include-dir +If +.Fl R +is specified, it includes the directories matching the +given filename pattern. .It Fl J, Fl Fl bz2decompress Decompress the .Xr bzip2 1