Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Trivial documentation fix for Signed-off-by
@ 2013-09-16 13:07 Ralph Siemsen
  2013-09-16 13:16 ` Samuel Martin
  2013-09-16 13:43 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Ralph Siemsen @ 2013-09-16 13:07 UTC (permalink / raw)
  To: buildroot

Make consistent the capitalization and punctuation of Signed-of-by examples.

Signed-off-by: Ralph Siemsen <ralphs@netwinder.org>
---
 docs/manual/contribute.txt   | 4 ++--
 docs/manual/patch-policy.txt | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
index 3736d61..2b2783d 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 d2250ad..2439cc6 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
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] Trivial documentation fix for Signed-off-by
  2013-09-16 13:07 [Buildroot] [PATCH] Trivial documentation fix for Signed-off-by Ralph Siemsen
@ 2013-09-16 13:16 ` Samuel Martin
  2013-09-16 13:43 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Samuel Martin @ 2013-09-16 13:16 UTC (permalink / raw)
  To: buildroot

2013/9/16 Ralph Siemsen <ralphs@netwinder.org>

> 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>


> ---
>  docs/manual/contribute.txt   | 4 ++--
>  docs/manual/patch-policy.txt | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
> index 3736d61..2b2783d 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 d2250ad..2439cc6 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
> --
> 1.8.3.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>



-- 
Samuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130916/f83ac2c9/attachment.html>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] Trivial documentation fix for Signed-off-by
  2013-09-16 13:07 [Buildroot] [PATCH] Trivial documentation fix for Signed-off-by Ralph Siemsen
  2013-09-16 13:16 ` Samuel Martin
@ 2013-09-16 13:43 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-09-16 13:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Ralph" == Ralph Siemsen <ralphs@netwinder.org> writes:

 Ralph> Make consistent the capitalization and punctuation of Signed-of-by examples.
 Ralph> Signed-off-by: Ralph Siemsen <ralphs@netwinder.org>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-09-16 13:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-16 13:07 [Buildroot] [PATCH] Trivial documentation fix for Signed-off-by Ralph Siemsen
2013-09-16 13:16 ` Samuel Martin
2013-09-16 13:43 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox