summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Hahn <hahn@univention.de>2013-01-25 14:27:18 +0100
committerPhilipp Hahn <hahn@univention.de>2013-01-28 11:04:29 +0100
commit674f4c060f609f8b6ce9712d50eace38d8df19b7 (patch)
treee6767404e9773aae32883f109daffc3fb44ab6dc
parentfeae08dcc50e6c337023299ea417bf24c56ba9ef (diff)
downloadxrdp-proprietary-674f4c060f609f8b6ce9712d50eace38d8df19b7.tar.gz
xrdp-proprietary-674f4c060f609f8b6ce9712d50eace38d8df19b7.zip
doc: xrdp-xcon manual page
Add a manual page for xrdp-xcon, which is currently not installed, since xrdp-xcon is not installed.
-rw-r--r--docs/man/Makefile.am5
-rw-r--r--docs/man/xrdp-xcon.814
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).