diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-12-23 12:02:55 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-12-24 00:58:15 -0800 |
commit | 6c453ff1be6608380558c2529fd0fef66fc5ba46 (patch) | |
tree | c746c696401f2373d5b873bf53cf69fe1e409a1e /docs/man/xrdp-sessvc.8.in | |
parent | a9bfa879e776a3e747f08fa0b58f82ca4e89d0c4 (diff) | |
download | xrdp-proprietary-6c453ff1be6608380558c2529fd0fef66fc5ba46.tar.gz xrdp-proprietary-6c453ff1be6608380558c2529fd0fef66fc5ba46.zip |
Substitute variables in manual pages
Diffstat (limited to 'docs/man/xrdp-sessvc.8.in')
-rw-r--r-- | docs/man/xrdp-sessvc.8.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/man/xrdp-sessvc.8.in b/docs/man/xrdp-sessvc.8.in new file mode 100644 index 00000000..92ca7c29 --- /dev/null +++ b/docs/man/xrdp-sessvc.8.in @@ -0,0 +1,26 @@ +.TH "xrdp\-sessvc" "8" "@PACKAGE_VERSION@" "xrdp team" "" +.SH "NAME" +xrdp\-sessvc \- \fBxrdp\fR session supervisor + +.SH "SYNTAX" +.B xrdp\-sessvc +.I x_pid wm_pid + +.SH "DESCRIPTION" +\fBxrdp\-sessvc\fR is the \fBxrdp\fR(8) session supervisor, which monitors the running X server and Windows Manager. +As soon as one of them quits, the other process is terminated as well. +.br +This program is only executed internally by \fBxrdp\-sesman\fP(8). + +.SH "OPTIONS" +.TP +.I x_pid +The process ID of the forked X server to monitor. +.TP +.I wm_pid +The process ID of the forked Window Manager to monitor. + +.SH "SEE ALSO" +.BR xrdp\-sesrun (8). + +for more info on \fBxrdp\fR see http://www.xrdp.org/ |