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.md | 70 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 doc/dlt-passive-node-ctrl.1.md (limited to 'doc/dlt-passive-node-ctrl.1.md') diff --git a/doc/dlt-passive-node-ctrl.1.md b/doc/dlt-passive-node-ctrl.1.md new file mode 100644 index 0000000..a691c75 --- /dev/null +++ b/doc/dlt-passive-node-ctrl.1.md @@ -0,0 +1,70 @@ +% DLT-PASSIVE-NODE-CTRL(1) + +# NAME + +**dlt-passive-node-ctrl** - Send a trigger to DLT daemon to (dis)connect a passive node or get current passive node status + +# SYNOPSIS + +**dlt-passive-node-ctrl** \[**-h**\] \[**-c**\] \[**-n** ecu\] \[**-s**\] \[**-t** timeout\] \[-v\] + +# DESCRIPTION + +Send a trigger to DLT daemon to (dis)connect a passive node or get current passive node status + +## OPTIONS + +-h + +: Usage + +-c + +: Connection status (1 - connect, 0 - disconnect) + +-n + +: Passive Node identifier (e.g. ECU2) + +-s + +: Show passive node(s) connection status + +-t + +: Specify connection timeout (Default: 10s) + +-v + +: Set verbose flag (Default:0) + +# EXAMPLES + +Get status about connected passives nodes + **dlt-passive-node-ctrl -s** + +Connect to passive node ECU2 + **dlt-passive-node-ctrl -c 1 -n ECU2** + +Disconnect to passive node ECU2 + **dlt-passive-node-ctrl -c 0 -n ECU2** + +# EXIT STATUS + +Non zero is returned in case of failure. + +# AUTHOR + +Christoph Lipka (clipka (at) jp.adit-jv (dot) com), Syed Hameed (shameed (at) jp.adit-jv (dot) com) + +# COPYRIGHT + +Copyright (C) 2015 Advanced Driver Information Technology, Bosch and DENSO. License MPL-2.0: Mozilla Public License version 2.0 . + +# BUGS + +See Github issue: + +# SEE ALSO + +**dlt-daemon(1)** -- cgit v1.2.1