From: John Wilkins Date: Mon, 10 Mar 2014 22:45:01 +0000 (-0700) Subject: doc: Updated sign-off by to sign-off-by X-Git-Tag: v0.79~171^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7ac98b2aff4db0ec406aebb3dab17bd6a452a16d;p=ceph.git doc: Updated sign-off by to sign-off-by sign-off-by: John Wilkins --- diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index 11c5bdce709..6e747faa099 100644 --- a/doc/start/documenting-ceph.rst +++ b/doc/start/documenting-ceph.rst @@ -229,7 +229,7 @@ Ceph documentation commits are simple, but follow a strict convention: - Additional comments MAY follow a blank line after the summary, but should be terse. - A commit MAY include ``fixes: #{bug number}``. -- Commits MUST include ``signed-off by: Firstname Lastname ``. (strict) +- Commits MUST include ``signed-off-by: Firstname Lastname ``. (strict) .. tip:: Follow the foregoing convention particularly where it says ``(strict)`` or you will be asked to modify your commit to comply with @@ -239,7 +239,7 @@ The following is a common commit comment (preferred):: doc: Fixes a spelling error and a broken hyperlink. - signed-off by: John Doe + signed-off-by: John Doe The following comment includes a reference to a bug. :: @@ -248,7 +248,7 @@ The following comment includes a reference to a bug. :: fixes: #1234 - signed-off by: John Doe + signed-off-by: John Doe The following comment includes a terse sentence following the comment summary. @@ -259,7 +259,7 @@ There is a carriage return between the summary line and the description:: Describes 'mon setting', which is a new setting added to config_opts.h. - signed-off by: John Doe + signed-off-by: John Doe To commit changes, execute the following::