---
 doc/developer.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/developer.texi b/doc/developer.texi
index 1e1d3b8..e51e97a 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -328,7 +328,7 @@ area changed: Short 1 line description
 details describing what and why and giving references.
 
 @item
-Make sure the author of the commit is set correctly. (see git commit --author)
+Make sure the author of the commit is set correctly. (see @code{git commit 
--author})
 If you apply a patch, send an
 answer to ffmpeg-devel (or wherever you got the patch from) saying that
 you applied the patch.
@@ -501,10 +501,10 @@ Did you make sure it compiles standalone, i.e. with
 Does @code{make fate} pass with the patch applied?
 
 @item
-Was the patch generated with git format-patch or send-email?
+Was the patch generated with @code{git format-patch} or @code{git send-email}?
 
 @item
-Did you sign off your patch? (git commit -s)
+Did you sign off your patch? (@code{git commit -s})
 See 
@url{http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/SubmittingPatches}
 for the meaning
 of sign off.
 
-- 
2.0.4

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to