diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/Makefile.am | 5 | ||||
| -rw-r--r-- | docs/man/xrdp-xcon.8 | 14 |
2 files changed, 18 insertions, 1 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am index 482bd420..98a5ebc4 100644 --- a/docs/man/Makefile.am +++ b/docs/man/Makefile.am @@ -7,4 +7,7 @@ man_MANS = \ xrdp-sesman.8 \ xrdp-sesrun.8 -EXTRA_DIST = $(man_MANS) +noinst_man_MANS = \ + xrdp-xcon.8 + +EXTRA_DIST = $(man_MANS) $(noinst_man_MANS) diff --git a/docs/man/xrdp-xcon.8 b/docs/man/xrdp-xcon.8 new file mode 100644 index 00000000..9d83b646 --- /dev/null +++ b/docs/man/xrdp-xcon.8 @@ -0,0 +1,14 @@ +.TH "xrdp-xcon" "8" "0.7.0" "xrdp team" +.SH NAME +xrdp\-xcon \- X11 event loop debugging helper for XRDP + +.SH SYNOPSIS +.B xrdp\-xcon + +.SH DESCRIPTION +.PP +\fBxrdp\-xcon\fP is a X application, which just opens a connection to the X server and polls for events. +It's pretty useless. + +.SH SEE ALSO +.BR xev (1). |
