Better to just hide these parameters rather than stating that they are
unused in the man page.
Configuration::enableServerParams();
+ // FIXME: We don't support clipboard yet
+ Configuration::removeParam("AcceptCutText");
+ Configuration::removeParam("SendCutText");
+ Configuration::removeParam("MaxCutText");
+
for (int i = 1; i < argc; i++) {
if (Configuration::setParam(argv[i]))
continue;
.TP
.B \-MaxIdleTime \fIseconds\fP
Terminate after \fIN\fP seconds of user inactivity. Default is 0.
-.
-.TP
-.B \-AcceptCutText
-.TQ
-.B \-SendCutText
-.TQ
-.B \-MaxCutText
-Currently unused.
.SH SEE ALSO
.BR Xvnc (1),