Commit 8aaa6e7a287e4b33ca8876b4d11e3685510f941f

Thomas de Grivel 2012-11-17T23:52:20

paragraphs in man page

diff --git a/git-auth.1 b/git-auth.1
index efe2f49..c0e0020 100644
--- a/git-auth.1
+++ b/git-auth.1
@@ -11,15 +11,15 @@
 starts by reading rules from /etc/git-auth.conf, one rule per line.
 Empty lines and lines starting with # are ignored.
 Each rule is made of tokens separated by one or more spaces.
-
+.Pp
 .Nm
 executes COMMAND and ARGS using execvp if the requested ID, COMMAND and ARGS
 match any of the rules defined in /etc/git-auth.conf.
-
+.Pp
 .Nm
 matches a rule by matching all the rule's tokens with
 ID, COMMAND and ARGS in order. Comparison is case sensitive.
-
+.Pp
 A wildcard token "*" matches any string.
 .Sh ENVIRONMENT
 GIT_AUTH_ID :
@@ -29,5 +29,5 @@ with
 .Nm environment="GIT_AUTH_ID=..."
 .Sh FILES
 /etc/git-auth.conf
-
+.Pp
 /home/git/.ssh/authorized_keys