diff options
author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-12-24 12:33:02 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-24 12:33:02 -0200 |
commit | 6c0ae58880df436e64f1a5914427b83d703a85cf (patch) | |
tree | 19c12f325d3f2754ae15fd68fb971ac4539c2bd4 /docs/man/xrdp.8.in | |
parent | 38253f1371b5e01e05ba995f28b6451ee57b613c (diff) | |
parent | d8e3a13f41b2c09566bb096789941ef2cec4a279 (diff) | |
download | xrdp-proprietary-6c0ae58880df436e64f1a5914427b83d703a85cf.tar.gz xrdp-proprietary-6c0ae58880df436e64f1a5914427b83d703a85cf.zip |
Merge pull request #583 from proski/man-subst
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..d8025d01 --- /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" +@bindir@/xrdp +.br +@sysconfdir@/xrdp/xrdp.ini +.br +@localstatedir@/log/xrdp.log +.br +@localstatedir@/run/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/ |