[FFmpeg-devel] [PATCH 04/19] Rename the @chapter Invocation to Synopsis for consistency with the man page, and place it at the begin of the file, for consistency with the final ordering of the man page.

Stefano Sabatini stefano.sabatini-lala
Tue May 4 19:52:03 CEST 2010


---
 doc/ffmpeg-doc.texi |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index baea2df..63b650f 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -7,6 +7,16 @@
 @sp 3
 @end titlepage
 
+ at chapter Synopsis
+
+The generic syntax is:
+
+ at example
+ at c man begin SYNOPSIS
+ffmpeg [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
+ at c man end
+ at end example
+
 @chapter Description
 @c man begin DESCRIPTION
 
@@ -210,18 +220,6 @@ options have to be specified immediately after the name of the output
 file to which you want to add them.
 @c man end
 
- at chapter Invocation
-
- at section Syntax
-
-The generic syntax is:
-
- at example
- at c man begin SYNOPSIS
-ffmpeg [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
- at c man end
- at end example
-
 @c man begin OPTIONS
 
 @include fftools-common-opts.texi
-- 
1.7.0




More information about the ffmpeg-devel mailing list