Documentation: git-svn: fix trunk/fetch svn-remote key typo
[git] / Documentation / git-fetch-pack.txt
index ff328ab..47448da 100644 (file)
@@ -12,10 +12,10 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Usually you would want to use linkgit:git-fetch[1] which is a
-higher level wrapper of this command instead.
+Usually you would want to use 'git-fetch', which is a
+higher level wrapper of this command, instead.
 
-Invokes 'git-upload-pack' on a potentially remote repository,
+Invokes 'git-upload-pack' on a possibly remote repository
 and asks it to send objects missing from this repository, to
 update the named heads.  The list of commits available locally
 is found out by scanning local $GIT_DIR/refs/ and sent to