mirror of
https://https.git.savannah.gnu.org/git/grep.git
synced 2026-01-27 01:44:22 +00:00
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.
This commit is contained in:
parent
30e9a3b769
commit
5329e00c99
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user