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
This commit is contained in:
Stefano Sabatini 2008-06-25 22:35:51 +00:00
parent 9010d54390
commit d6fbdcec05
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ within the various <Stream> sections. FFserver will not launch any
ffmpeg instance, so you will have to launch them manually. ffmpeg instance, so you will have to launch them manually.
@item -d @item -d
Enable debug mode. This option increases log verbosity, directs log 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. rather than as a daemon.
@end table @end table
@c man end @c man end