diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-25 22:35:51 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-06-25 22:35:51 +0000 |
commit | d6fbdcec0548b2da1e10595729e9f10ce077d83f (patch) | |
tree | abb798c7d8a43868992a9ee3e317634aa1d46af9 /doc/ffserver-doc.texi | |
parent | 9010d543901f58f3d7b88daa7448c503aa8b4d71 (diff) | |
download | ffmpeg-d6fbdcec0548b2da1e10595729e9f10ce077d83f.tar.gz |
Update ffserver docs to match r13978, ffserver in debug mode now
directs logs to stdout.
Originally committed as revision 13982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffserver-doc.texi')
-rw-r--r-- | doc/ffserver-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffserver-doc.texi b/doc/ffserver-doc.texi index cbb7d801f4..886d295d91 100644 --- a/doc/ffserver-doc.texi +++ b/doc/ffserver-doc.texi @@ -255,7 +255,7 @@ within the various <Stream> sections. FFserver will not launch any ffmpeg instance, so you will have to launch them manually. @item -d Enable debug mode. This option increases log verbosity, directs log -messages to stderr and causes ffserver to run in the foreground +messages to stdout and causes ffserver to run in the foreground rather than as a daemon. @end table @c man end |