From b348642c708660fcd1c7fc3137df892a68d36ba4 Mon Sep 17 00:00:00 2001 From: Lutz Helwing Date: Tue, 23 Feb 2016 17:43:19 +0100 Subject: 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 --- doc/dlt-daemon.1 | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) (limited to 'doc/dlt-daemon.1') diff --git a/doc/dlt-daemon.1 b/doc/dlt-daemon.1 index b668f9c..7fd4a34 100644 --- a/doc/dlt-daemon.1 +++ b/doc/dlt-daemon.1 @@ -2,12 +2,12 @@ .\" Title: dlt-daemon .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 05/12/2015 +.\" Date: 02/23/2016 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "DLT\-DAEMON" "1" "05/12/2015" "\ \&" "\ \&" +.TH "DLT\-DAEMON" "1" "02/23/2016" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -28,10 +28,10 @@ .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" -dlt-daemon \- DLT daemon for logging and tracing purpose +dlt-daemon \- Diagnostic log and trace daemon .SH "SYNOPSIS" .sp -\fBdlt\-daemon\fR [\-h] [\-d] [\-c filename] +\fBdlt\-daemon\fR [\-h] [\-d] [\-c filename] [\-t directory] [\-p port] .SH "DESCRIPTION" .sp The DLT daemon is the central place where logs and traces are gathered from different applications, stored temporarily or permanently and transferred to a DLT client application, which can run directly on the GENIVI system or more likely on a external tester device\&. @@ -51,6 +51,16 @@ Daemonize, needed in System V init systems\&. .RS 4 Load an alternative configuration file\&. By default the configuration file /etc/dlt\&.conf is loaded\&. .RE +.PP +\fB\-t\fR +.RS 4 +Directory for local fifo and user\-pipes (Default: /tmp) (Applications wanting to connect to a daemon using a custom directory need to be started with the environment variable DLT_PIPE_DIR set appropriately) +.RE +.PP +\fB\-p\fR +.RS 4 +Port to monitor for incoming requests (Default: 3490) (Applications wanting to connect to a daemon using a custom port need to be started with the environment variable DLT_DAEMON_TCP_PORT set appropriately) +.RE .SH "EXAMPLES" .PP Start DLT daemon in background mode @@ -62,6 +72,16 @@ Start DLT daemon with own configuration .RS 4 \fBdlt\-daemon \-c ~/my\-dlt\-configuration\&.cfg\fR .RE +.PP +Start DLT daemon with custom pipes directory +.RS 4 +\fBdlt\-daemon \-t ~/dlt_pipes\fR +.RE +.PP +Start DLT daemon listening on custom port 3500 +.RS 4 +\fBdlt\-daemon \-p 3500\fR +.RE .SH "EXIT STATUS" .sp Non zero is returned in case of failure\&. @@ -70,10 +90,10 @@ Non zero is returned in case of failure\&. Alexander Wenzel (alexander\&.aw\&.wenzel (at) bmw\&.de) .SH "COPYRIGHT" .sp -Copyright \(co 2015 BMW AG\&. License MPL\-2\&.0: Mozilla Public License version 2\&.0 http://mozilla\&.org/MPL/2\&.0/\&. +Copyright \(co 2016 BMW AG\&. License MPL\-2\&.0: Mozilla Public License version 2\&.0 http://mozilla\&.org/MPL/2\&.0/\&. .SH "RESOURCES" .sp Main web site: http://projects\&.genivi\&.org/diagnostic\-log\-trace Mailinglist: https://lists\&.genivi\&.org/mailman/listinfo/genivi\-diagnostic\-log\-and\-trace .SH "SEE ALSO" .sp -dlt\&.conf(5) dlt\-system(1) +dlt\&.conf(5), dlt\-system(1) -- cgit v1.2.1