Autogenerated man pages for v1.2.4-gf61c2
[git.git] / man1 / git-applypatch.1
index 8995010..6cfd8d3 100755 (executable)
 ..
 .TH "GIT-APPLYPATCH" 1 "" "" ""
 .SH NAME
-git-applypatch \- Apply one patch extracted from an e-mail.
+git-applypatch \- Apply one patch extracted from an e-mail
 .SH "SYNOPSIS"
 
 
-git\-applypatch <msg> <patch> <info> [<signoff>]
+\fIgit\-applypatch\fR <msg> <patch> <info> [<signoff>]
 
 .SH "DESCRIPTION"
 
 
-Takes three files <msg>, <patch>, and <info> prepared from an e\-mail message by git\-mailinfo, and creates a commit\&. It is usually not necessary to use this command directly\&.
+Takes three files <msg>, <patch>, and <info> prepared from an e\-mail message by \fIgit\-mailinfo\fR, and creates a commit\&. It is usually not necessary to use this command directly\&.
 
 
 This command can run applypatch\-msg, pre\-applypatch, and post\-applypatch hooks\&. See hooks: \fIhooks.html\fR for more information\&.