summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPhilipp Hahn <hahn@univention.de>2013-01-28 09:35:01 +0100
committerPhilipp Hahn <hahn@univention.de>2013-01-28 11:04:29 +0100
commit007b5815381c667a1fa052376f0c0b5f4d14423f (patch)
treee7bd515e54013460295fc1ee40a6c02778b43668 /docs
parentcae4505f5bf6432867a7ec6c87efe0c4f9630c57 (diff)
downloadxrdp-proprietary-007b5815381c667a1fa052376f0c0b5f4d14423f.tar.gz
xrdp-proprietary-007b5815381c667a1fa052376f0c0b5f4d14423f.zip
doc: xrdp-sessvc manual page
Add manual page for internally called xrdp-sessvc. The program should probably be moved to /usr/lib/xrdp/ as it's only called internally.
Diffstat (limited to 'docs')
-rw-r--r--docs/man/Makefile.am3
-rw-r--r--docs/man/xrdp-sessvc.826
2 files changed, 28 insertions, 1 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am
index bca82ccd..4d020b01 100644
--- a/docs/man/Makefile.am
+++ b/docs/man/Makefile.am
@@ -7,7 +7,8 @@ man_MANS = \
xrdp-keygen.8 \
xrdp-sesadmin.8 \
xrdp-sesman.8 \
- xrdp-sesrun.8
+ xrdp-sesrun.8 \
+ xrdp-sessvc.8
noinst_man_MANS = \
xrdp-xcon.8
diff --git a/docs/man/xrdp-sessvc.8 b/docs/man/xrdp-sessvc.8
new file mode 100644
index 00000000..322c968a
--- /dev/null
+++ b/docs/man/xrdp-sessvc.8
@@ -0,0 +1,26 @@
+.TH "xrdp\-sessvc" "8" "0.7.0" "xrdp team" ""
+.SH "NAME"
+xrdp\-sessvc \- \fBxrdp\fR session supervisor
+
+.SH "SYNTAX"
+.B xrdp\-sessman
+.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://xrdp.sf.net