]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated sign-off by to sign-off-by
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 10 Mar 2014 22:45:01 +0000 (15:45 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 10 Mar 2014 22:45:01 +0000 (15:45 -0700)
sign-off-by: John Wilkins <john.wilkins@inktank.com>

doc/start/documenting-ceph.rst

index 11c5bdce709f9a2d224a70d10f74594ad5d259ab..6e747faa099f8cb78f94de1711063b754f42787a 100644 (file)
@@ -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 <email>``. (strict)
+- Commits MUST include ``signed-off-by: Firstname Lastname <email>``. (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 <john.doe@gmail.com>
+       signed-off-by: John Doe <john.doe@gmail.com>
 
 
 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 <john.doe@gmail.com>
+       signed-off-by: John Doe <john.doe@gmail.com>
 
 
 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 <john.doe@gmail.com>
+       signed-off-by: John Doe <john.doe@gmail.com>
 
 
 To commit changes, execute the following::