diff --git a/docs/man/sesman.ini.5.in b/docs/man/sesman.ini.5.in index 58bb74b5..6506a7ad 100644 --- a/docs/man/sesman.ini.5.in +++ b/docs/man/sesman.ini.5.in @@ -133,18 +133,21 @@ Sets the maximum number of simultaneous sessions. If not set or set to \fBKillDisconnected\fR=\fI[true|false]\fR If set to \fB1\fR, \fBtrue\fR or \fByes\fR, every session will be killed within 60 seconds after the user disconnects. +This setting currently only works with xorgxrdp sessions. .TP \fBDisconnectedTimeLimit\fR=\fInumber\fR -Sets the time limit (in seconds) before a disconnected session is killed. -If set to \fI0\fR, automatic killing is disabled. +Sets the time limit for \fBKillDisconnected\fR to a value greater than 60. +Values less than 60 cannot be set. You do not actually have to specify +\fBKillDisconnected\fR if you set this value. +This setting currently only works with xorgxrdp sessions. .TP \fBIdleTimeLimit\fR=\fInumber\fR Sets the time limit (in seconds) before an idle session is disconnected. Idle means no keyboard inputs and no mouse moves/clicks here. If set to \fI0\fR, idle sessions will never be disconnected by timeout. -This works only with xorgxrdp session. Moreover, xorgxrdp must be v0.2.9 or later. +This works only with xorgxrdp sessions. Moreover, xorgxrdp must be v0.2.9 or later. .TP \fBPolicy\fR=\fI[Default|UBD|UBI|UBC|UBDI|UBDC]\fR diff --git a/docs/man/xrdp-dis.1.in b/docs/man/xrdp-dis.1.in index 2015389f..a35e441e 100644 --- a/docs/man/xrdp-dis.1.in +++ b/docs/man/xrdp-dis.1.in @@ -17,11 +17,11 @@ to get the default host and display number. .SH FILES .TP .I @socketdir@/xrdp_disconnect_display_* -UNIX socket used to communicate with the \fBxrdp\fP(8) session manager. +UNIX socket used to communicate the disconnect request to xorgxrdp. .SH KNOWN ISSUES .TP -This utility doesn't support disconnecting xorgxrdp sessions so far. +This utility doesn't support disconnecting Xvnc sessions so far. .SH SEE ALSO .BR xrdp (8).