summaryrefslogtreecommitdiffstats
path: root/man1/git-rm.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-rm.1')
-rw-r--r--man1/git-rm.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-rm.1 b/man1/git-rm.1
index 01334cfad..935a0ea90 100644
--- a/man1/git-rm.1
+++ b/man1/git-rm.1
@@ -2,12 +2,12 @@
.\" Title: git-rm
.\" 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\-RM" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-RM" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -59,9 +59,9 @@ File globbing matches across directory boundaries\&. Thus, given two directories
\fBd\fR
and
\fBd2\fR, there is a difference between using
-\fBgit rm \(aqd*\(aq\fR
+\fBgit rm \*(Aqd*\*(Aq\fR
and
-\fBgit rm \(aqd/*\(aq\fR, as the former will also remove all of directory
+\fBgit rm \*(Aqd/*\*(Aq\fR, as the former will also remove all of directory
\fBd2\fR\&.
.sp
For more details, see the