summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Fonseca <fonseca@diku.dk>2008-10-15 07:11:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-10-16 15:44:07 (GMT)
commite7108fcb15fadf7042fefc54fadc930e2298a4cb (patch)
tree7aa6799b72280a4b8e63a324d081bff1f39bdafa
parentb4666852a06af0c969ad8f1c444d0b48c4451e76 (diff)
downloadgit-e7108fcb15fadf7042fefc54fadc930e2298a4cb.zip
git-e7108fcb15fadf7042fefc54fadc930e2298a4cb.tar.gz
git-e7108fcb15fadf7042fefc54fadc930e2298a4cb.tar.bz2
git-check-attr(1): use 'verse' for multi-line synopsis sections
Signed-off-by: Jonas Fonseca <fonseca@diku.dk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-check-attr.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-check-attr.txt b/Documentation/git-check-attr.txt
index 14e4374..174b088 100644
--- a/Documentation/git-check-attr.txt
+++ b/Documentation/git-check-attr.txt
@@ -8,8 +8,9 @@ git-check-attr - Display gitattributes information.
SYNOPSIS
--------
+[verse]
'git check-attr' attr... [--] pathname...
-'git check-attr' --stdin [-z] attr... < <list-of-paths
+'git check-attr' --stdin [-z] attr... < <list-of-paths>
DESCRIPTION
-----------