summaryrefslogtreecommitdiff
path: root/doc/dlt-system.1.txt
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2016-02-23 17:43:19 +0100
committerLutz Helwing <lutz_helwing@mentor.com>2016-02-24 15:08:18 +0100
commitb348642c708660fcd1c7fc3137df892a68d36ba4 (patch)
tree9f91c2f1900c5c7a7ebe861987ff09d89de06f8d /doc/dlt-system.1.txt
parentd319ebf4d2d449d70befae0eebbdd82c19c5315f (diff)
downloadDLT-daemon-b348642c708660fcd1c7fc3137df892a68d36ba4.tar.gz
Updated man pages and READMEs
- Updated INSTALL - Updated README - Fixed ReleaseNotes.txt for asciidoc generation - Added manual for core dump handler - Updated all man pages Change-Id: I7154c14f92b3f7f6ca05c721d154a8e1aa7df1bf Signed-off-by: Lutz Helwing <lutz_helwing@mentor.com>
Diffstat (limited to 'doc/dlt-system.1.txt')
-rw-r--r--doc/dlt-system.1.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/dlt-system.1.txt b/doc/dlt-system.1.txt
index 8ba573c..d68d696 100644
--- a/doc/dlt-system.1.txt
+++ b/doc/dlt-system.1.txt
@@ -8,7 +8,7 @@ dlt-system - DLT system logging process
SYNOPSIS
--------
-*dlt-system* [-h] [-c filename]
+*dlt-system* [-h] [-d] [-c filename]
DESCRIPTION
-----------
@@ -26,14 +26,17 @@ OPTIONS
*-h*::
Display a short help text.
+*-d*::
+ Daemonize, needed in System V init systems.
+
*-c*::
Load an alternative configuration file. By default the configuration
file /etc/dlt.conf is loaded.
EXAMPLES
--------
-Start DLT system with own configuration::
- dlt-system -c ~/my-configuration.cfg -v
+Start DLT system with custom configuration::
+*dlt-system -c ~/my-configuration.cfg*
EXIT STATUS
-----------
@@ -54,7 +57,5 @@ Mailinglist: <https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-an
SEE ALSO
--------
-dlt-system.conf(5) +
-dlt-daemon(1)
-
+dlt-system.conf(5), dlt-daemon(1)