From 7ac98b2aff4db0ec406aebb3dab17bd6a452a16d Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 10 Mar 2014 15:45:01 -0700 Subject: [PATCH] doc: Updated sign-off by to sign-off-by sign-off-by: John Wilkins --- doc/start/documenting-ceph.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index 11c5bdce709f9..6e747faa099f8 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:: -- 2.39.5