diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-17 12:55:28 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-19 09:33:44 +0100 |
commit | c2ac6477106a523984a3c8c8694c3f360ef9f41c (patch) | |
tree | 35fff913c6a7d2031a4d466eab26cc4223ee50a4 /doc/ffplay.texi | |
parent | 461716d3bfe3db70cee916e616435a659669dbf5 (diff) | |
download | ffmpeg-c2ac6477106a523984a3c8c8694c3f360ef9f41c.tar.gz |
doc: rework synopsis section for ff* tools
Fix syntax, remove pointless introductory sentence, improve overall
consistency.
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 9886fd82ab..0a45a65e1d 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -11,11 +11,7 @@ @chapter Synopsis -@example -@c man begin SYNOPSIS -ffplay [options] [@file{input_file}] -@c man end -@end example +ffplay [@var{options}] [@file{input_file}] @chapter Description @c man begin DESCRIPTION |