diff options
author | Koichiro IWAO <meta@vmeta.jp> | 2016-11-11 13:59:52 +0900 |
---|---|---|
committer | Koichiro IWAO <meta@vmeta.jp> | 2016-11-16 14:15:44 +0900 |
commit | 499abdcd41b0fd3aa5be13293d6c191b6368a32d (patch) | |
tree | 8c6fafd74d21bdcad8f009cdd42b80243d323d0e /docs | |
parent | 4aa75ca2e3914b389c35da747ce3ec02fc9fc564 (diff) | |
download | xrdp-proprietary-499abdcd41b0fd3aa5be13293d6c191b6368a32d.tar.gz xrdp-proprietary-499abdcd41b0fd3aa5be13293d6c191b6368a32d.zip |
docs: correct section of xrdp-dis
Document that xrdp-dis doen't support disconnecting xorgxrdp session.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/xrdp-dis.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/man/xrdp-dis.1 b/docs/man/xrdp-dis.1 index e387520e..dbf0800d 100644 --- a/docs/man/xrdp-dis.1 +++ b/docs/man/xrdp-dis.1 @@ -1,4 +1,4 @@ -.TH "xrdp-dis" "8" "0.9.0" "xrdp team" +.TH "xrdp-dis" "1" "0.9.0" "xrdp team" .SH NAME xrdp\-dis \- xrdp disconnect utility @@ -19,5 +19,9 @@ to get the default host and display number. .I /tmp/.xrdp/xrdp_disconnect_display_* UNIX socket used to communicate with the \fBxrdp\fP(8) session manager. +.SH KNOWN ISSUES +.TP +This utility doesn't support disconnecting xorgxrdp sessions so far. + .SH SEE ALSO -.BR xrdp (1). +.BR xrdp (8). |