summaryrefslogtreecommitdiffstats
path: root/man1/git-grep.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-grep.1')
-rw-r--r--man1/git-grep.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-grep.1 b/man1/git-grep.1
index 315e026b8..678d51c40 100644
--- a/man1/git-grep.1
+++ b/man1/git-grep.1
@@ -2,12 +2,12 @@
.\" Title: git-grep
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GIT\-GREP" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-GREP" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -379,14 +379,14 @@ entry in
.RE
.SH "EXAMPLES"
.PP
-\fBgit grep \(aqtime_t\(aq \-\- \(aq*\&.[ch]\(aq\fR
+\fBgit grep \*(Aqtime_t\*(Aq \-\- \*(Aq*\&.[ch]\*(Aq\fR
.RS 4
Looks for
\fBtime_t\fR
in all tracked \&.c and \&.h files in the working directory and its subdirectories\&.
.RE
.PP
-\fBgit grep \-e \(aq#define\(aq \-\-and \e( \-e MAX_PATH \-e PATH_MAX \e)\fR
+\fBgit grep \-e \*(Aq#define\*(Aq \-\-and \e( \-e MAX_PATH \-e PATH_MAX \e)\fR
.RS 4
Looks for a line that has
\fB#define\fR