[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v3.11-30-g53b8891
From: |
Paul Eggert |
Subject: |
grep branch, master, updated. v3.11-30-g53b8891 |
Date: |
Tue, 21 May 2024 12:51:39 -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 53b889155f5ee53404a9873f48300fe5b50321d9 (commit)
via 1fa829d36782f1c4800320b366bfa25549288894 (commit)
via be9fcc2d2d8f6effd4bdbc50c5be93ac33d322af (commit)
from b4dd3b00a52867397fcacfce2f3ad208c6ebc1e7 (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=53b889155f5ee53404a9873f48300fe5b50321d9
commit 53b889155f5ee53404a9873f48300fe5b50321d9
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue May 21 09:50:43 2024 -0700
doc: fix troff typos
* doc/grep.in.1: Fix troff typos found by mandoc and groff.
Problem reported by Bjarni Ingi Gislason (bug#71087).
diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 55118a7..d9604ae 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -23,6 +23,7 @@
. \}
.\}
.
+.as la
.if !\w|\*(la| \{\
.\" groff an-ext.tmac does not seem to be in use, so define the parts of
.\" it that are used below. For a copy of groff an-ext.tmac, please see:
@@ -245,7 +246,7 @@ If this option is used multiple times or is combined with
the
option, search for all patterns given.
The empty file contains zero patterns, and therefore matches nothing.
If
-.IR FILE
+.I FILE
is
.B \-
, read patterns from standard input.
@@ -674,7 +675,7 @@ whose base name matches
Ignore any redundant trailing slashes in
.IR GLOB .
.TP
-.BR \-I
+.B \-I
Process a binary file as if it did not contain matching data; this is
equivalent to the
.B \-\^\-binary\-files=without\-match
@@ -749,7 +750,7 @@ Like the
or
.B \-\^\-null
option, this option can be used with commands like
-.B sort -z
+.B "sort \-z"
to process arbitrary file names.
.
.SH "REGULAR EXPRESSIONS"
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=1fa829d36782f1c4800320b366bfa25549288894
commit 53b889155f5ee53404a9873f48300fe5b50321d9
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue May 21 09:50:43 2024 -0700
doc: fix troff typos
* doc/grep.in.1: Fix troff typos found by mandoc and groff.
Problem reported by Bjarni Ingi Gislason (bug#71087).
diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 55118a7..d9604ae 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -23,6 +23,7 @@
. \}
.\}
.
+.as la
.if !\w|\*(la| \{\
.\" groff an-ext.tmac does not seem to be in use, so define the parts of
.\" it that are used below. For a copy of groff an-ext.tmac, please see:
@@ -245,7 +246,7 @@ If this option is used multiple times or is combined with
the
option, search for all patterns given.
The empty file contains zero patterns, and therefore matches nothing.
If
-.IR FILE
+.I FILE
is
.B \-
, read patterns from standard input.
@@ -674,7 +675,7 @@ whose base name matches
Ignore any redundant trailing slashes in
.IR GLOB .
.TP
-.BR \-I
+.B \-I
Process a binary file as if it did not contain matching data; this is
equivalent to the
.B \-\^\-binary\-files=without\-match
@@ -749,7 +750,7 @@ Like the
or
.B \-\^\-null
option, this option can be used with commands like
-.B sort -z
+.B "sort \-z"
to process arbitrary file names.
.
.SH "REGULAR EXPRESSIONS"
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=be9fcc2d2d8f6effd4bdbc50c5be93ac33d322af
commit 53b889155f5ee53404a9873f48300fe5b50321d9
Author: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue May 21 09:50:43 2024 -0700
doc: fix troff typos
* doc/grep.in.1: Fix troff typos found by mandoc and groff.
Problem reported by Bjarni Ingi Gislason (bug#71087).
diff --git a/doc/grep.in.1 b/doc/grep.in.1
index 55118a7..d9604ae 100644
--- a/doc/grep.in.1
+++ b/doc/grep.in.1
@@ -23,6 +23,7 @@
. \}
.\}
.
+.as la
.if !\w|\*(la| \{\
.\" groff an-ext.tmac does not seem to be in use, so define the parts of
.\" it that are used below. For a copy of groff an-ext.tmac, please see:
@@ -245,7 +246,7 @@ If this option is used multiple times or is combined with
the
option, search for all patterns given.
The empty file contains zero patterns, and therefore matches nothing.
If
-.IR FILE
+.I FILE
is
.B \-
, read patterns from standard input.
@@ -674,7 +675,7 @@ whose base name matches
Ignore any redundant trailing slashes in
.IR GLOB .
.TP
-.BR \-I
+.B \-I
Process a binary file as if it did not contain matching data; this is
equivalent to the
.B \-\^\-binary\-files=without\-match
@@ -749,7 +750,7 @@ Like the
or
.B \-\^\-null
option, this option can be used with commands like
-.B sort -z
+.B "sort \-z"
to process arbitrary file names.
.
.SH "REGULAR EXPRESSIONS"
-----------------------------------------------------------------------
Summary of changes:
bootstrap | 230 +++++++++++++++++++++++++++++++++-------------------------
doc/grep.in.1 | 7 +-
gnulib | 2 +-
3 files changed, 135 insertions(+), 104 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v3.11-30-g53b8891,
Paul Eggert <=