Trivial documentation fix for Signed-off-by
authorRalph Siemsen <ralphs@netwinder.org>
Mon, 16 Sep 2013 13:07:28 +0000 (09:07 -0400)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Sep 2013 13:43:00 +0000 (15:43 +0200)
Make consistent the capitalization and punctuation of Signed-of-by examples.

Signed-off-by: Ralph Siemsen <ralphs@netwinder.org>
Acked-by: "Samuel Martin" <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
docs/manual/contribute.txt
docs/manual/patch-policy.txt

index 3736d61248a60f5be1fa4ad8e6b470655a7a4196..2b2783d6955e429aa778b7a3455039dbe6e21cc4 100644 (file)
@@ -40,7 +40,7 @@ $ git format-patch -M -n -s -o outgoing origin/master
 ---------------------
 
 This will generate patch files in the +outgoing+ subdirectory,
-automatically adding the +signed-off-by+ line.
+automatically adding the +Signed-off-by+ line.
 
 Once patch files are generated, you can review/edit the commit message
 before submitting them using your favorite text editor.
@@ -106,7 +106,7 @@ Some more paragraph giving some more details.
 
 And yet another paragraph giving more details.
 
-Signed-off-by John Doe <john.doe@noname.org>
+Signed-off-by: John Doe <john.doe@noname.org>
 ---
 Changes v2 -> v3:
   - foo bar  (suggested by Jane)
index c654d3871df7dbd9d39c3b62c8255bb859259e69..d9bc8ca852d1c70f4bf3be10597b25da336740e8 100644 (file)
@@ -105,7 +105,7 @@ At the end, the patch should look like:
 ---------------
 configure.ac: add C++ support test
 
-signed-off-by John Doe <john.doe@noname.org>
+Signed-off-by: John Doe <john.doe@noname.org>
 
 --- configure.ac.orig
 +++ configure.ac