Autogenerated man pages for v1.2.4-gce5b6
[git.git] / man1 / git-shell.1
index 2af6b3f..cc48ec4 100755 (executable)
@@ -23,12 +23,12 @@ git-shell \- Restricted login shell for GIT over SSH only
 .SH "SYNOPSIS"
 
 
-git\-shell \-c <command> <argument>
+\fIgit\-shell\fR \-c <command> <argument>
 
 .SH "DESCRIPTION"
 
 
-This is meant to be used as a login shell for SSH accounts you want to restrict to GIT pull/push access only\&. It permits execution only of server\-side GIT commands implementing the pull/push functionality\&. The commands can be executed only by the \-c option; the shell is not interactive\&.
+This is meant to be used as a login shell for SSH accounts you want to restrict to GIT pull/push access only\&. It permits execution only of server\-side GIT commands implementing the pull/push functionality\&. The commands can be executed only by the \fI\-c\fR option; the shell is not interactive\&.
 
 
 Currently, only the git\-receive\-pack and git\-upload\-pack commands are permitted to be called, with a single required argument\&.