diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-16 13:05:08 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-17 23:53:50 +0100 |
commit | 992772b94757aae00f3bf0bfa1afe7e7197e3d8c (patch) | |
tree | 1cc4fb70a27b5fb5f962af1268d5f6c4f868efd3 /doc/avtools-common-opts.texi | |
parent | 1d29624c73fde14a987735b3d4df8d005caebb58 (diff) | |
download | ffmpeg-992772b94757aae00f3bf0bfa1afe7e7197e3d8c.tar.gz |
doc: remove references to external documents
Fix a few warnings generated when creating the manuals.
Our current doc generation toolchain does not allow to reference external
documents.
Diffstat (limited to 'doc/avtools-common-opts.texi')
-rw-r--r-- | doc/avtools-common-opts.texi | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index bce5220274..131fec7c9e 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -152,11 +152,12 @@ directory. This file can be useful for bug reports. It also implies @code{-loglevel verbose}. -Setting the environment variable @code{FFREPORT} to any value has the same -effect. If the value is a ':'-separated key=value sequence, these options -will affect the report; options values must be -@ref{quoting_and_escaping, escaped} if they contain special characters or -the options delimiter ':'. The following option is recognized: +Setting the environment variable @code{FFREPORT} to any value has the +same effect. If the value is a ':'-separated key=value sequence, these +options will affect the report; options values must be escaped if they +contain special characters or the options delimiter ':' (see the +``Quoting and escaping'' section in the ffmpeg-utils manual). The +following option is recognized: @table @option @item file set the file name to use for the report; @code{%p} is expanded to the name |