Documentation: simplify and clarify DCO contribution example language
[linux-2.6-microblaze.git] / Documentation / process / submitting-patches.rst
index 7dc9455..fab44ae 100644 (file)
@@ -407,7 +407,7 @@ then you just add a line saying::
 
        Signed-off-by: Random J Developer <random@developer.example.org>
 
-using your real name (sorry, no pseudonyms or anonymous contributions.)
+using a known identity (sorry, no anonymous contributions.)
 This will be done for you automatically if you use ``git commit -s``.
 Reverts should also include "Signed-off-by". ``git revert -s`` does that
 for you.