grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.8-3-gb3cd2ee


From: Paul Eggert
Subject: grep branch, master, updated. v3.8-3-gb3cd2ee
Date: Fri, 9 Sep 2022 14:13:25 -0400 (EDT)

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  b3cd2ee4aeaf01930c88ac6320afa347e74e91aa (commit)
      from  216f754287f2123f45d274f0a003182524efd43d (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=b3cd2ee4aeaf01930c88ac6320afa347e74e91aa


commit b3cd2ee4aeaf01930c88ac6320afa347e74e91aa
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Fri Sep 9 13:12:24 2022 -0500

    doc: improve GREP_COLORS doc (Bug#57696)

diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 0423866..5b3123d 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -1007,8 +1007,9 @@ The shell command
 lists locales that are currently available.
 .TP
 .B GREP_COLORS
-Specifies the colors and other attributes
-used to highlight various parts of the output.
+Controls how the
+.B \-\^\-color
+option highlights output.
 Its value is a colon-separated list of capabilities
 that defaults to
 .B ms=01;31:mc=01;31:sl=:cx=:fn=35:ln=32:bn=32:se=36
diff --git a/doc/grep.texi b/doc/grep.texi
index c371172..a8089cc 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -864,8 +864,7 @@ overridden by @env{GREP_COLORS}.  Instead of
 @item GREP_COLORS
 @vindex GREP_COLORS @r{environment variable}
 @cindex highlight markers
-This variable specifies the colors and other attributes
-used to highlight various parts of the output.
+This variable controls how the @option{--color} option highlights output.
 Its value is a colon-separated list of @code{terminfo} capabilities
 that defaults to @samp{ms=01;31:mc=01;31:sl=:cx=:fn=35:ln=32:bn=32:se=36}
 with the @samp{rv} and @samp{ne} boolean capabilities omitted (i.e., false).

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

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


hooks/post-receive
-- 
grep



reply via email to

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