aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-24 17:50:05 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-24 17:50:05 -0700
commit9e3e2a55961b846f0b92867591ce971a744b7583 (patch)
treeaa8f8928150074a0a8169e425d19e8c0940f1acf /Documentation
parentc95173410d6f290e65c15232e56f4963f8279ef1 (diff)
downloadgit-9e3e2a55961b846f0b92867591ce971a744b7583.tar.gz
Fix markup minimally to get man pages built.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/pull-fetch-param.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt
index ea0ad2c48f..8f6b68cb55 100644
--- a/Documentation/pull-fetch-param.txt
+++ b/Documentation/pull-fetch-param.txt
@@ -49,7 +49,7 @@
<refspec>::
The canonical format of a <refspec> parameter is
- +?<src>:<dst>; that is, an optional plus '+', followed
+ '+?<src>:<dst>'; that is, an optional plus '+', followed
by the source ref, followed by a colon ':', followed by
the destination ref.