CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 11/05/13 20:37:35
Index: grep.html =================================================================== RCS file: /webcvs/grep/grep/manual/grep.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -b -r1.6 -r1.7 --- grep.html 21 Sep 2010 06:07:05 -0000 1.6 +++ grep.html 13 May 2011 20:37:32 -0000 1.7 @@ -1,16 +1,15 @@ <html lang="en"> <head> -<title>GNU Grep 2.7</title> +<title>GNU Grep 2.8</title> <meta http-equiv="Content-Type" content="text/html"> -<meta name="description" content="GNU Grep 2.7"> +<meta name="description" content="GNU Grep 2.8"> <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="top" href="#Top"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <!-- This manual is for `grep', a pattern matching engine. -Copyright (C) 1999-2002, 2005, 2008-2010 Free Software Foundation, -Inc. +Copyright (C) 1999-2002, 2005, 2008-2011 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, @@ -33,7 +32,7 @@ --></style> </head> <body> -<h1 class="settitle">GNU Grep 2.7</h1> +<h1 class="settitle">GNU Grep 2.8</h1> <div class="contents"> <h2>Table of Contents</h2> <ul> @@ -91,12 +90,11 @@ <p><samp><span class="command">grep</span></samp> prints lines that match a pattern. - <p>This manual is for version 2.7 of GNU Grep. + <p>This manual is for version 2.8 of GNU Grep. <p>This manual is for <samp><span class="command">grep</span></samp>, a pattern matching engine. - <p>Copyright © 1999-2002, 2005, 2008-2010 Free Software Foundation, -Inc. + <p>Copyright © 1999-2002, 2005, 2008-2011 Free Software Foundation, Inc. <blockquote> Permission is granted to copy, distribute and/or modify this document @@ -583,7 +581,7 @@ <br><dt>‘<samp><span class="samp">--mmap</span></samp>’<dd><a name="index-g_t_002d_002dmmap-121"></a><a name="index-memory-mapped-input-122"></a>This option is ignored for backwards compatibility. It used to read input with the <code>mmap</code> system call, instead of the default <code>read</code> -system call. On modern systems, ‘<samp><span class="samp">--mmap</span></samp>’ rarely if ever yields +system call. On modern systems, <code>mmap</code> would rarely if ever yield better performance. <br><dt>‘<samp><span class="samp">-U</span></samp>’<dt>‘<samp><span class="samp">--binary</span></samp>’<dd><a name="index-g_t_002dU-123"></a><a name="index-g_t_002d_002dbinary-124"></a><a name="index-g_t_0040sc_007bms_002ddos_007d_002f_0040sc_007bms_007d_002dWindows-binary-files-125"></a><a name="index-binary-files_002c-_0040sc_007bms_002ddos_007d_002f_0040sc_007bms_007d_002dWindows-126"></a>Treat the file(s) as binary. @@ -1487,8 +1485,8 @@ <!-- This file is intended to be included within another document, --> <!-- hence no sectioning command or @node. --> -<pre class="display"> Copyright © 2000-2002, 2007-2008, 2010 Free Software Foundation, - Inc. +<pre class="display"> Copyright © 2000-2002, 2007-2008, 2010-2011 Free Software + Foundation, Inc. <a href="http://fsf.org/">http://fsf.org/</a> Everyone is permitted to copy and distribute verbatim copies
