[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Changes to grep/doc/grep.texi
From: |
Stepan Kasal |
Subject: |
Changes to grep/doc/grep.texi |
Date: |
Wed, 15 Dec 2004 11:38:04 -0500 |
Index: grep/doc/grep.texi
diff -u grep/doc/grep.texi:1.49 grep/doc/grep.texi:1.50
--- grep/doc/grep.texi:1.49 Wed Dec 15 13:30:38 2004
+++ grep/doc/grep.texi Wed Dec 15 14:33:38 2004
@@ -265,7 +265,7 @@
@itemx address@hidden
@opindex --colour
@cindex highlight, color, colour
-Surround the matching string with escape sequences to display them in color
+Surround the matching strings with escape sequences to display them in color
on the terminal. The color is defined by the environment variable
@var{GREP_COLOR} and defaults to `01;31' which means the text is red.
@var{WHEN} is `never', `always', or `auto'.
@@ -275,7 +275,6 @@
Same as @address@hidden lines of leading and trailing
context. However, grep will never print any given line more than once.
-
@item -V
@itemx --version
@opindex -V