diff options
author | Philipp Hahn <hahn@univention.de> | 2013-01-25 15:16:58 +0100 |
---|---|---|
committer | Philipp Hahn <hahn@univention.de> | 2013-01-28 11:04:29 +0100 |
commit | feae08dcc50e6c337023299ea417bf24c56ba9ef (patch) | |
tree | 80496ba584d7412e8cc06fcc730e97de89c5da63 | |
parent | ab2e950246586fb6af5aed5e94bc7bf76f4b4490 (diff) | |
download | xrdp-proprietary-feae08dcc50e6c337023299ea417bf24c56ba9ef.tar.gz xrdp-proprietary-feae08dcc50e6c337023299ea417bf24c56ba9ef.zip |
doc: xrdp-dis manual page
Add a manual page for xrdp-dis, which is used to disconnect the RDP
connection but otherwise keep the session running.
-rw-r--r-- | docs/man/Makefile.am | 1 | ||||
-rw-r--r-- | docs/man/xrdp-dis.1 | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am index daf58d0f..482bd420 100644 --- a/docs/man/Makefile.am +++ b/docs/man/Makefile.am @@ -1,4 +1,5 @@ man_MANS = \ + xrdp-dis.1 \ sesman.ini.5 \ xrdp.ini.5 \ xrdp.8 \ diff --git a/docs/man/xrdp-dis.1 b/docs/man/xrdp-dis.1 new file mode 100644 index 00000000..089621ae --- /dev/null +++ b/docs/man/xrdp-dis.1 @@ -0,0 +1,23 @@ +.TH "xrdp-dis" "8" "0.7.0" "xrdp team" +.SH NAME +xrdp\-dis \- xrdp disconnect utility + +.SH SYNOPSIS +.B xrdp\-dis + +.SH DESCRIPTION +.PP +\fBxrdp\-dix\fP is run with no parameters to disconnect your xrdp session. + +.SH ENVIRONMENT +.TP +.B DISPLAY +to get the default host and display number. + +.SH FILES +.TP +.I /tmp/.xrdp/xrdp_disconnect_display_* +UNIX socket used to communicate with the \fBxrdp\fP(8) session manager. + +.SH SEE ALSO +.BR xrdp (1). |