summaryrefslogtreecommitdiff
path: root/doc/faq.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/faq.texi')
-rw-r--r--doc/faq.texi1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index cf86616f9e..79134427df 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -321,7 +321,6 @@ from all but the first stream. This can be accomplished by piping through
@code{tail} as seen below. Note that when piping through @code{tail} you
must use command grouping, @code{@{ ;@}}, to background properly.
-
For example, let's say we want to join two FLV files into an output.flv file:
@example