summaryrefslogtreecommitdiff
path: root/doc/gcsd.8.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gcsd.8.txt')
-rw-r--r--doc/gcsd.8.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/gcsd.8.txt b/doc/gcsd.8.txt
index a76a93d..39181d7 100644
--- a/doc/gcsd.8.txt
+++ b/doc/gcsd.8.txt
@@ -4,7 +4,7 @@ gcsd(8)
NAME
----
-gcsd - generic command sequencer damon
+gcsd - generic command sequencer daemon
SYNOPSIS
@@ -20,6 +20,9 @@ gcsd
[ -P|--write-pid <filename> ]
[ -L|--log <target>:<level>[,<param1>[,<param2>[..]]] ]
[ -U|--debug ]
+ [ -o|--output <module>:[<param1>[,<param2>[,<param3>[..]]]] ]
+ [ -i|--input <module>:[<param1>[,<param2>[,<param3>[..]]]] ]
+
....
@@ -82,6 +85,22 @@ The following options can be passed to the *gcsd* daemon:
*stdout:5* (logging with maximum level). In future releases there might
be additional output when this option is supplied.
+*-o, --output <module>:[<param1>[,<param2>[,<param3>[..]]]]*::
+ set and configure the command output module. See Modules section for further
+ information on which modules exist and how they can be configured. By default
+ the output module is set to *serial:/dev/ttyS0,9600,8n1*
+
+*-i, --input <module>:[<param1>[,<param2>[,<param3>[..]]]]*::
+ set and configure command input modules. This can be invoked several times.
+ gcsd will use all input modules in paralell. See Modules section for further
+ information on which modules exist and how they can be configured. By default
+ a single input module with the config *unix:/var/run/gcsd.sock,660* is used.
+
+
+Modules
+-------
+tba
+
EXAMPLES
--------