[FFmpeg-cvslog] doc/outdevs: fix @code{} syntax in caca device docs
Stefano Sabatini
git at videolan.org
Sat Jul 21 10:18:50 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jul 21 10:17:02 2012 +0200| [beef7a632847dd6552666eb22feb6c72b7fcdaad] | committer: Stefano Sabatini
doc/outdevs: fix @code{} syntax in caca device docs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=beef7a632847dd6552666eb22feb6c72b7fcdaad
---
doc/outdevs.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index 296ec22..4c7a8d1 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -31,7 +31,7 @@ Only one CACA window is allowed per application, so you can
have only one instance of this output device in an application.
To enable this output device you need to configure FFmpeg with
- at code(--enable-libcaca).
+ at code{--enable-libcaca}.
libcaca is a graphics library that outputs text instead of pixels.
For more information about libcaca, check:
More information about the ffmpeg-cvslog
mailing list