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.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.8.in')
-rw-r--r-- | docs/man/xrdp.8.in | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/man/xrdp.8.in b/docs/man/xrdp.8.in new file mode 100644 index 00000000..4ab795fa --- /dev/null +++ b/docs/man/xrdp.8.in @@ -0,0 +1,46 @@ +.TH "xrdp" "8" "@PACKAGE_VERSION@" "xrdp team" "" +.SH "NAME" +\fBxrdp\fR \- a Remote Desktop Protocol (RDP) server + +.SH "SYNTAX" +xrdp [ \-\-nodaemon | \-\-kill | \-\-help ] + +.SH "DESCRIPTION" +\fBxrdp\fR is a Remote Desktop Protocol (RDP) Server. +.br +Unlike Windows NT/2000/2003 server, \fBxrdp\fR will not display a Windows desktop but an X window desktop to the user. + +It can also be used as a VNC\->RDP bridge. + +.SH "OPTIONS" +.TP +\fB\-n\fR, \fB\-\-nodaemon\fR +Starts \fBxrdp\fR in foreground instead of starting it as a daemon. +.TP +\fB\-k\fR, \fB\-\-kill\fR +Kills running \fBxrdp\fR daemon. +.TP +\fB\-h\fR, \fB\-\-help\fR +Output help information and exit. + +.SH "FILES" +${XRDP_BIN_DIR}/xrdp +.br +${XRDP_CFG_DIR}/xrdp.ini +.br +${XRDP_LOG_DIR}/xrdp.log +.br +${XRDP_PID_DIR}/xrdp.pid + +.SH "AUTHORS" +Jay Sorg <jsorg71@users.sourceforge.net> +.br +Simone Fedele <ilsimo@users.sourceforge.net> + +.SH "SEE ALSO" +.BR xrdp.ini (5), +.BR sesman (8), +.BR sesman.ini (5), +.BR sesrun (8) + +for more info on \fBxrdp\fR see http://www.xrdp.org/ |