aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-08-23 23:09:44 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-08-24 11:54:01 +0200
commit30a96273380a53320c8950f945b1f52c111337ce (patch)
tree1f123a90eb1ef9dc7e39ccdc6f97f07f89ae2e4e /nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
parentf8e20d05f527daeb8e42e366ca2ebe1546b061df (diff)
downloadnx-libs-30a96273380a53320c8950f945b1f52c111337ce.tar.gz
nx-libs-30a96273380a53320c8950f945b1f52c111337ce.tar.bz2
nx-libs-30a96273380a53320c8950f945b1f52c111337ce.zip
Args.c: allow options to contain URL encoded characters
Same as in nxcomp's option handling. We really only need it for "," (%2C) and "=" (%3D), currently, but it can handle all encoded characters.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/man/nxagent.15
1 files changed, 5 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
index b9c81cdb4..6a0bfc103 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
@@ -480,6 +480,11 @@ As <proxy-port> you can pick an arbitrary (unused) TCP port or Unix
socket file path. This is the port / socket that you have to connect to
with the \fBnxproxy\fR application.
.PP
+The right hand side of an option (the part following the "=" character)
+can include URL encoded characters. It is required to URL encode at
+least "," (as %2D) and "=" (as %3D) to avoid wrong parsing of the
+options string.
+.PP
Available \fBnxagent\fR options (as an addition to nx/nx options supported
by nxcomp already):
.TP 8