diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-23 15:19:17 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-23 19:12:24 +0200 |
commit | 89b503b55f2b2713f1c3cc8981102c1a7b663281 (patch) | |
tree | 51063787a761555dbefadaea764ab8b2b289545c /doc | |
parent | 3a50894eaaad3d5a7ec9bad99c08ecb8305c51c1 (diff) | |
download | ffmpeg-89b503b55f2b2713f1c3cc8981102c1a7b663281.tar.gz |
Lowercase all ff* program names.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 6 | ||||
-rw-r--r-- | doc/ffplay.texi | 4 | ||||
-rw-r--r-- | doc/ffprobe.texi | 6 | ||||
-rw-r--r-- | doc/ffserver.texi | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 62282b2dd0..0d12f65f02 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1,8 +1,8 @@ \input texinfo @c -*- texinfo -*- -@settitle FFmpeg Documentation +@settitle ffmpeg Documentation @titlepage -@center @titlefont{FFmpeg Documentation} +@center @titlefont{ffmpeg Documentation} @end titlepage @top @@ -1046,7 +1046,7 @@ file to which you want to add them. @ignore @setfilename ffmpeg -@settitle FFmpeg video converter +@settitle ffmpeg video converter @c man begin SEEALSO ffplay(1), ffprobe(1), ffserver(1) and the Libav HTML documentation diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 6199e6d269..e5de3d2d6d 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -1,8 +1,8 @@ \input texinfo @c -*- texinfo -*- -@settitle FFplay Documentation +@settitle ffplay Documentation @titlepage -@center @titlefont{FFplay Documentation} +@center @titlefont{ffplay Documentation} @end titlepage @top diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 15090220f3..5e856e6645 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -1,8 +1,8 @@ \input texinfo @c -*- texinfo -*- -@settitle FFprobe Documentation +@settitle ffprobe Documentation @titlepage -@center @titlefont{FFprobe Documentation} +@center @titlefont{ffprobe Documentation} @end titlepage @top @@ -119,7 +119,7 @@ with name "STREAM". @ignore @setfilename ffprobe -@settitle FFprobe media prober +@settitle ffprobe media prober @c man begin SEEALSO ffmpeg(1), ffplay(1), ffserver(1) and the Libav HTML documentation diff --git a/doc/ffserver.texi b/doc/ffserver.texi index e5c9d40235..d247016bbc 100644 --- a/doc/ffserver.texi +++ b/doc/ffserver.texi @@ -1,8 +1,8 @@ \input texinfo @c -*- texinfo -*- -@settitle FFserver Documentation +@settitle ffserver Documentation @titlepage -@center @titlefont{FFserver Documentation} +@center @titlefont{ffserver Documentation} @end titlepage @top @@ -261,7 +261,7 @@ rather than as a daemon. @ignore @setfilename ffserver -@settitle FFserver video server +@settitle ffserver video server @c man begin SEEALSO |