grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.7-40-g5329e00


From: Jim Meyering
Subject: grep branch, master, updated. v2.7-40-g5329e00
Date: Mon, 02 May 2011 19:18:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  5329e00c99c33406cd671ebac1d3a6e688ef05ab (commit)
      from  30e9a3b76955891191b50935ad92435f2f84fab9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=5329e00c99c33406cd671ebac1d3a6e688ef05ab


commit 5329e00c99c33406cd671ebac1d3a6e688ef05ab
Author: Reuben Thomas <address@hidden>
Date:   Mon May 2 12:41:15 2011 +0100

    doc: correct comment about mmap
    
    * doc/grep.texi (Other Options) [--mmap]: This option is now
    ignored, so using it can have no effect on performance.

diff --git a/doc/grep.texi b/doc/grep.texi
index da27aa1..7c80f8c 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -668,7 +668,7 @@ This can cause a performance penalty.
 @cindex memory mapped input
 This option is ignored for backwards compatibility.  It used to read
 input with the @code{mmap} system call, instead of the default @code{read}
-system call.  On modern systems, @samp{--mmap} rarely if ever yields
+system call.  On modern systems, @code{mmap} would rarely if ever yield
 better performance.
 
 @item -U

-----------------------------------------------------------------------

Summary of changes:
 doc/grep.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]