From 1713e3913722d1222c968ca53326865d23a2b0ab Mon Sep 17 00:00:00 2001 From: Christoph Lipka Date: Tue, 12 Feb 2019 10:32:13 +0100 Subject: doc: Move all man pages to markdown files (#102) All manpages have been removed, because they will be autogenerated from markdown files using pandoc. --- doc/dlt-passive-node-ctrl.1 | 117 -------------------------------------------- 1 file changed, 117 deletions(-) delete mode 100644 doc/dlt-passive-node-ctrl.1 (limited to 'doc/dlt-passive-node-ctrl.1') diff --git a/doc/dlt-passive-node-ctrl.1 b/doc/dlt-passive-node-ctrl.1 deleted file mode 100644 index 919182d..0000000 --- a/doc/dlt-passive-node-ctrl.1 +++ /dev/null @@ -1,117 +0,0 @@ -'\" t -.\" Title: dlt-passive-node-ctrl -.\" Author: [see the "AUTHOR" section] -.\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 10/19/2016 -.\" Manual: \ \& -.\" Source: \ \& -.\" Language: English -.\" -.TH "DLT\-PASSIVE\-NODE\-CTRL" "1" "10/19/2016" "\ \&" "\ \&" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.ie \n(.g .ds Aq \(aq -.el .ds Aq ' -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation -.nh -.\" disable justification (adjust text to left margin only) -.ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- -.SH "NAME" -dlt-passive-node-ctrl \- Send a trigger to DLT daemon to (dis)connect a passive node or get current passive node status -.SH "SYNOPSIS" -.sp -\fBdlt\-passive\-node\-ctrl\fR [\-h] [\-c ctype] [\-n ecu] [\-s] [\-t timeout] [\-v] -.SH "DESCRIPTION" -.sp -Send a trigger to DLT daemon to (dis)connect a passive node or get current passive node status -.SH "OPTIONS" -.PP -\fB\-h\fR -.RS 4 -Display a short help text\&. -.RE -.PP -\fB\-c\fR -.RS 4 -Specify connection type: connect = 1, disconnect = 0\&. -.RE -.PP -\fB\-n\fR -.RS 4 -Passive node identifier. E.g. ECU2\&. -.RE -.PP -\fB\-s\fR -.RS 4 -Show passive nodes connection status\&. -.RE -.PP -\fB\-t\fR -.RS 4 -Specify connection timeout\&. Default is: 10s\&. -.RE -.PP -\fB\-v\fR -.RS 4 -Print verbose output\&. -.RE -.SH "EXAMPLES" -.sp -Get status about connected passives nodes\&. -.sp -.if n \{\ -.RS 4 -.\} -.nf -dlt\-passive\-node\-ctrl \-s\&. -.fi -.if n \{\ -.RE -.\} -.sp -Connect to passive node ECU2\&. -.sp -.if n \{\ -.RS 4 -.\} -.nf -dlt\-passive\-node\-ctrl \-c 1 \-n ECU2\&. -.fi -.if n \{\ -.RE -.\} -.sp -Disconnect to passive node ECU2\&. -.sp -.if n \{\ -.RS 4 -.\} -.nf -dlt\-passive\-node\-ctrl \-c 0 \-n ECU2\&. -.fi -.if n \{\ -.RE -.\} -.SH "EXIT STATUS" -.sp -Non zero is returned in case of failure\&. -.SH "AUTHOR" -.sp -Christoph Lipka (clipka (at) jp\&.adit\-jv\&.com)l -.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\-daemon(1) -- cgit v1.2.1