Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-28 19:42:07 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-11-28 20:03:09 +0400
commit0003379926673860014c969e3c652083a22a9a79 (patch)
treea038d6c757ec55f0710805fd01c29fdc95137b09 /doc/ffserver.texi
parent6dc90334e3ce8080a6496fb6956fcfa54ffb5a35 (diff)
doc/ffserver: improve rendering for -n option text
Diffstat (limited to 'doc/ffserver.texi')
-rw-r--r--doc/ffserver.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/ffserver.texi b/doc/ffserver.texi
index 49ef2e51d0..7a6171bc02 100644
--- a/doc/ffserver.texi
+++ b/doc/ffserver.texi
@@ -195,10 +195,13 @@ differing versions of tools. FFM2 is the default.
@table @option
@item -f @var{configfile}
Use @file{configfile} instead of @file{/etc/ffserver.conf}.
+
@item -n
-Enable no-launch mode. This option disables all the Launch directives
-within the various <Stream> sections. Since ffserver will not launch
-any ffmpeg instances, you will have to launch them manually.
+Enable no-launch mode. This option disables all the @code{Launch}
+directives within the various @code{<Stream>} sections. Since
+@command{ffserver} will not launch any @command{ffmpeg} instances, you
+will have to launch them manually.
+
@item -d
Enable debug mode. This option increases log verbosity, directs log
messages to stdout.