Code

Documentation: more "git-" versus "git " changes
[git.git] / Documentation / git-imap-send.txt
index 522b73c12f4a5336c45882826d5599fe807590df..776aa254da3df5d443cfe39e6054a114aa9cfc04 100644 (file)
@@ -8,7 +8,7 @@ git-imap-send - Dump a mailbox from stdin into an imap folder
 
 SYNOPSIS
 --------
-'git-imap-send'
+'git imap-send'
 
 
 DESCRIPTION
@@ -20,13 +20,13 @@ files directly.
 
 Typical usage is something like:
 
-git-format-patch --signoff --stdout --attach origin | git-imap-send
+git format-patch --signoff --stdout --attach origin | git imap-send
 
 
 CONFIGURATION
 -------------
 
-git-imap-send requires the following values in the repository
+`git-imap-send` requires the following values in the repository
 configuration file (shown with examples):
 
 ..........................
@@ -59,4 +59,4 @@ Documentation by Mike McCormack
 
 GIT
 ---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite