]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-cat-file.txt: add missing line break
authorLea Wiemann <lewiemann@gmail.com>
Tue, 3 Jun 2008 11:06:12 +0000 (13:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2008 06:12:48 +0000 (23:12 -0700)
Without [verse], the line break between the two synopsis lines does
not make it into the man page.

Signed-off-by: Lea Wiemann <LeWiemann@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cat-file.txt

index 3f77dbd107e8dba3eadcb7698d91627f28f7fe1e..f58013ca605631437e5a4806cdd07dba18d8a982 100644 (file)
@@ -8,6 +8,7 @@ git-cat-file - Provide content or type/size information for repository objects
 
 SYNOPSIS
 --------
+[verse]
 'git-cat-file' [-t | -s | -e | -p | <type>] <object>
 'git-cat-file' [--batch | --batch-check] < <list-of-objects>