summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRalph Siemsen <ralphs@netwinder.org>2013-09-16 09:07:28 -0400
committerPeter Korsgaard <jacmet@sunsite.dk>2013-09-16 15:43:00 +0200
commitf7da9ee5bd126d86b5ae54553e4ab10191288056 (patch)
treee15371734342e7223492a293c388b852e9848344 /docs
parent4bfb52c1144a6d69a0a7c97281df28190c788f02 (diff)
Trivial documentation fix for Signed-off-by
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/contribute.txt4
-rw-r--r--docs/manual/patch-policy.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index 3736d6124..2b2783d69 100644
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -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)
diff --git a/docs/manual/patch-policy.txt b/docs/manual/patch-policy.txt
index c654d3871..d9bc8ca85 100644
--- a/docs/manual/patch-policy.txt
+++ b/docs/manual/patch-policy.txt
@@ -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