Merge pull request #1611 from matt335672/minor-man-fixes

Minor manpage fixes
This commit is contained in:
matt335672 2020-06-18 13:36:01 +01:00 committed by GitHub
commit 3de8550f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

View File

@ -133,18 +133,21 @@ Sets the maximum number of simultaneous sessions. If not set or set to
\fBKillDisconnected\fR=\fI[true|false]\fR \fBKillDisconnected\fR=\fI[true|false]\fR
If set to \fB1\fR, \fBtrue\fR or \fByes\fR, every session will be killed If set to \fB1\fR, \fBtrue\fR or \fByes\fR, every session will be killed
within 60 seconds after the user disconnects. within 60 seconds after the user disconnects.
This setting currently only works with xorgxrdp sessions.
.TP .TP
\fBDisconnectedTimeLimit\fR=\fInumber\fR \fBDisconnectedTimeLimit\fR=\fInumber\fR
Sets the time limit (in seconds) before a disconnected session is killed. Sets the time limit for \fBKillDisconnected\fR to a value greater than 60.
If set to \fI0\fR, automatic killing is disabled. 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 .TP
\fBIdleTimeLimit\fR=\fInumber\fR \fBIdleTimeLimit\fR=\fInumber\fR
Sets the time limit (in seconds) before an idle session is disconnected. Sets the time limit (in seconds) before an idle session is disconnected.
Idle means no keyboard inputs and no mouse moves/clicks here. Idle means no keyboard inputs and no mouse moves/clicks here.
If set to \fI0\fR, idle sessions will never be disconnected by timeout. 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 .TP
\fBPolicy\fR=\fI[Default|UBD|UBI|UBC|UBDI|UBDC]\fR \fBPolicy\fR=\fI[Default|UBD|UBI|UBC|UBDI|UBDC]\fR

View File

@ -17,11 +17,11 @@ to get the default host and display number.
.SH FILES .SH FILES
.TP .TP
.I @socketdir@/xrdp_disconnect_display_* .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 .SH KNOWN ISSUES
.TP .TP
This utility doesn't support disconnecting xorgxrdp sessions so far. This utility doesn't support disconnecting Xvnc sessions so far.
.SH SEE ALSO .SH SEE ALSO
.BR xrdp (8). .BR xrdp (8).