* [PATCH] Add [verse] to the SYNOPSIS section of git-submodule.txt.
@ 2007-07-07 0:56 Matt Kraai
2007-07-07 1:56 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Matt Kraai @ 2007-07-07 0:56 UTC (permalink / raw)
To: git; +Cc: Matt Kraai
The SYNOPSIS section of git-submodule.txt contains two forms. Since
it doesn't use the verse style, the line boundary between them is not
preserved and the second form can appear on the same line as the first
form. Adding [verse] enables the verse style, which preserves the
line boundary between them.
Signed-off-by: Matt Kraai <kraai@ftbfs.org>
---
Documentation/git-submodule.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 7f0904e..d76ae47 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -8,6 +8,7 @@ git-submodule - Initialize, update or inspect submodules
SYNOPSIS
--------
+[verse]
'git-submodule' [--quiet] [-b branch] add <repository> [<path>]
'git-submodule' [--quiet] [--cached] [status|init|update] [--] [<path>...]
--
1.5.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-07 1:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-07 0:56 [PATCH] Add [verse] to the SYNOPSIS section of git-submodule.txt Matt Kraai
2007-07-07 1:56 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox