Index: grep/grep.html diff -u grep/grep.html:1.17 grep/grep.html:1.18 --- grep/grep.html:1.17 Mon May 2 08:59:50 2005 +++ grep/grep.html Tue Nov 8 21:49:04 2005 @@ -22,20 +22,22 @@ <P></P> <HR> -<H4><A HREF="#TOCintroduction" NAME="introduction">Introduction to Grep</A></H4> +<H4><A HREF="#TOCintroduction" NAME="introduction">Introduction to grep</A></H4> <P> -Grep searches one or more input files +The <tt>grep</tt> command searches one or more input files for lines containing a match to a specified pattern. -By default, grep prints the matching lines.</P> +By default, <tt>grep</tt> prints the matching lines.</P> -<H4><A HREF="#TOCdownloading" NAME="downloading">Downloading Grep</A></H4> -<P>The current stable version of Grep can be found on in the subdirectory <CODE>/gnu/grep/</CODE> on your favorite <A HREF="/prep/ftp.html">GNU mirror</A>.</P> +<H4><A HREF="#TOCdownloading" NAME="downloading">Downloading grep</A></H4> +<P>The current stable version of grep can be found on in the subdirectory <CODE>/gnu/grep/</CODE> on your favorite <A HREF="/prep/ftp.html">GNU mirror</A>.</P> <p>The current development version (introducing new features and bugfixes, but also quite possibly new bugs) can be accessed using <a href="http://www.cvshome.org/">CVS</a>. Detailed instructions can be found <a href="http://savannah.gnu.org/cvs/?group=grep">here</a>.</p> -<p>For other ways to obtain Grep, please read +<p>For other ways to obtain grep, please read <A HREF="/software/software.html#HowToGetSoftware">How to get GNU Software</A></p> -<H4><A HREF="#TOCdevelopment" NAME="development">Grep Development</A></H4> -<p>The <a href="http://savannah.gnu.org/projects/grep/">Savannah project page for Grep</a> features +<H4><A HREF="#TOCdevelopment" NAME="development">grep Development</A></H4> +<p>The <a href="devel.html">Information for GNU grep developers</a> +is a comprehensive source for all development-related matters.</p> +<p>The <a href="http://savannah.gnu.org/projects/grep/">Savannah project page for grep</a> features <a href="http://savannah.gnu.org/bugs/?group=grep">a bug report area</a>, <a href="http://savannah.gnu.org/patch/?group=grep">a patch submission area</a>, and other development-related tools.</p> @@ -80,7 +82,7 @@ permitted in any medium, provided this notice is preserved.</P> <P> Updated: -$Id: grep.html,v 1.17 2005/05/02 08:59:50 charles_levert Exp $</P> +$Id: grep.html,v 1.18 2005/11/08 21:49:04 charles_levert Exp $</P> <HR> </BODY> </HTML>
