[FFmpeg-devel] [PATCH] doc: Remove stray @item from git-howto

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri Jul 13 17:38:53 CEST 2012


Fixes warning:
    ** @item outside of table or list (l. 362)

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
---
 doc/git-howto.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/git-howto.texi b/doc/git-howto.texi
index f9acad5..cd30b47 100644
--- a/doc/git-howto.texi
+++ b/doc/git-howto.texi
@@ -359,7 +359,7 @@ First, make sure that the commits and branches you are going to push
 match what you want pushed and that nothing is missing, extraneous or
 wrong. You can see what will be pushed by running the git push command
 with --dry-run first. And then inspecting the commits listed with
- at command{git log -p 1234567..987654}. The @item @command{git status} command
+ at command{git log -p 1234567..987654}. The @command{git status} command
 may help in finding local changes that have been forgotten to be added.
 
 Next let the code pass through a full run of our testsuite.
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list