summaryrefslogtreecommitdiffstats
path: root/man1/git-checkout-index.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-checkout-index.1')
-rw-r--r--man1/git-checkout-index.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-checkout-index.1 b/man1/git-checkout-index.1
index f86d8a8c7..14d5a5077 100644
--- a/man1/git-checkout-index.1
+++ b/man1/git-checkout-index.1
@@ -2,12 +2,12 @@
.\" Title: git-checkout-index
.\" 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\-CHECKOUT\-INDEX" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-CHECKOUT\-INDEX" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -117,7 +117,7 @@ Intuitiveness is not the goal here\&. Repeatability is\&. The reason for the "no
.RS 4
.\}
.nf
-$ find \&. \-name \(aq*\&.h\(aq \-print0 | xargs \-0 git checkout\-index \-f \-\-
+$ find \&. \-name \*(Aq*\&.h\*(Aq \-print0 | xargs \-0 git checkout\-index \-f \-\-
.fi
.if n \{\
.RE
@@ -130,7 +130,7 @@ which will force all existing \fB*\&.h\fR files to be replaced with their cached
.RS 4
.\}
.nf
-$ find \&. \-name \(aq*\&.h\(aq \-print0 | git checkout\-index \-f \-z \-\-stdin
+$ find \&. \-name \*(Aq*\&.h\*(Aq \-print0 | git checkout\-index \-f \-z \-\-stdin
.fi
.if n \{\
.RE