aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-08 22:32:29 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-06-08 22:32:29 +0000
commita66d8cd91c2c521f86798e5385c012a5654e7175 (patch)
treeab90f63115fcad9b5006ee83de5f54b52253dba2 /doc/ffmpeg-doc.texi
parent120a083fb7125dbab3fce5b02be89f1b21b1dfdd (diff)
downloadffmpeg-a66d8cd91c2c521f86798e5385c012a5654e7175.tar.gz
Rename the ff* tools @chapters "Invocation" to "Synopsis", and place
them at the beginning of the file, for consistency with the final ordering of the corresponding man pages. Also create a separate @chapter for the "Options" section, as it is done for the man pages, rather than merge it in the same section of "Synopsis". Originally committed as revision 23541 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi23
1 files changed, 11 insertions, 12 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index c783695f3b..342fe184ee 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -7,6 +7,16 @@
@sp 3
@end titlepage
+@chapter Synopsis
+
+The generic syntax is:
+
+@example
+@c man begin SYNOPSIS
+ffmpeg [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
+@c man end
+@end example
+
@chapter Description
@c man begin DESCRIPTION
@@ -50,18 +60,7 @@ specified for the inputs.
@c man end DESCRIPTION
-@chapter Invocation
-
-@section Syntax
-
-The generic syntax is:
-
-@example
-@c man begin SYNOPSIS
-ffmpeg [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
-@c man end
-@end example
-
+@chapter Options
@c man begin OPTIONS
@include fftools-common-opts.texi