From 81195a51e638b9cb6689dd06a578dbd691022b12 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Mon, 30 Jan 2012 14:28:43 +0100 Subject: Updat of dlt-convert and dlt-receive man pages --- doc/dlt-convert.1 | 9 +++++++-- doc/dlt-receive.1 | 17 +++++++++++------ 2 files changed, 18 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/dlt-convert.1 b/doc/dlt-convert.1 index 42a8a9d..052b908 100644 --- a/doc/dlt-convert.1 +++ b/doc/dlt-convert.1 @@ -50,9 +50,14 @@ Convert DLT file into ASCII: \-a mylog.dlt .PP .TP -Join two log files: +Cut a specific range, e.g. from message 1 to message 3 from a file called log.dlt and store the result to a file called newlog.dlt: .B dlt-convert -\-o newlog.dlt mylog1.dlt mylog2.dlt +\-b 1 -e 3 -o newlog.dlt log.dlt +.PP +.TP +Paste two dlt files log1.dlt and log2.dlt to a new file called newlog.dlt: +.B dlt-convert +\-o newlog.dlt log1.dlt log2.dlt .PP .SH EXIT STATUS Non zero is returned in case of failure. diff --git a/doc/dlt-receive.1 b/doc/dlt-receive.1 index 0e47f55..de3d6f9 100644 --- a/doc/dlt-receive.1 +++ b/doc/dlt-receive.1 @@ -40,14 +40,19 @@ Serial device baudrate (Default: 115200). Set ECU ID (Default: RECV). .SH EXAMPLES .TP -Convert DLT file into ASCII: -.B dlt-convert -\-a mylog.dlt +Print received message headers received from a dlt-daemon running on localhost: +.B dlt-receive +\-s localhost .PP .TP -Join two log files: -.B dlt-convert -\-o newlog.dlt mylog1.dlt mylog2.dlt +Print received message headers received from a serila interface: +.B dlt-receive +\-s -y /dev/ttySO +.PP +.TP +Store received message headers from a dlt-daemon to a log file called log.dlt and filter them for e.g. Application ID ABCD and Context ID EFGH (Write:ABCD EFGH as single line to a file claled filter.txt): +.B dlt-receive +\-s -o log.dlt -f filter.txt localhost .PP .SH EXIT STATUS Non zero is returned in case of failure. -- cgit v1.2.1