aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Troshchinskiy <vadim@qindel.com>2016-10-24 13:27:52 +0200
committerVadim Troshchinskiy <vadim@qindel.com>2016-10-28 14:11:52 +0200
commitc7eac1f95626e376b17ccd684b2a4e9402b3c17c (patch)
tree549a8e65cfdb30a04e62f680a54c6a60b7810fdf
parent30af52eb324f6bf5551869033605e3141d745a40 (diff)
downloadnx-libs-c7eac1f95626e376b17ccd684b2a4e9402b3c17c.tar.gz
nx-libs-c7eac1f95626e376b17ccd684b2a4e9402b3c17c.tar.bz2
nx-libs-c7eac1f95626e376b17ccd684b2a4e9402b3c17c.zip
Add description of NX_SLAVE_CMD to man and help
-rw-r--r--nxcomp/Misc.cpp7
-rw-r--r--nxproxy/man/nxproxy.17
2 files changed, 14 insertions, 0 deletions
diff --git a/nxcomp/Misc.cpp b/nxcomp/Misc.cpp
index 71013fc6f..09a0b29d2 100644
--- a/nxcomp/Misc.cpp
+++ b/nxcomp/Misc.cpp
@@ -358,6 +358,13 @@ tolerancechecks=s\n\
ory compared to the other programs, to make easier\n\
for the user to execute the program from the shell.\n\
\n\
+ NX_SLAVE_CMD The full path to the slave channel handler. When the\n\
+ slave channel is enabled, the agent will listen on a\n\
+ port and forward the connection to the NX_SLAVE_CMD\n\
+ program. This can be used to implement agent/proxy\n\
+ communication for applications such as serial port and\n\
+ USB forwarding.\n\
+\n\
Shell environment:\n\
\n\
HOME The variable is checked in the case NX_HOME is not\n\
diff --git a/nxproxy/man/nxproxy.1 b/nxproxy/man/nxproxy.1
index 7b950a607..3cf95c992 100644
--- a/nxproxy/man/nxproxy.1
+++ b/nxproxy/man/nxproxy.1
@@ -339,6 +339,13 @@ where <nxclient> is located in a different directory compared to the
other programs, to make easier for the user to execute the program from
the shell.
+.TP 8
+.B NX_SLAVE_CMD
+The full path to the slave channel handler. When the slave channel is
+enabled, the agent will listen on a port and forward the connection to
+the NX_SLAVE_CMD program. This can be used to implement agent/proxy
+communication for applications such as serial port and USB forwarding.
+
.SH SHELL ENVIRONMENT VARIABLES
.TP 8