summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-01-19 00:53:44 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-01-19 00:54:00 +0100
commitd6c899a9d10afcd90cde7183d26cb21f45003346 (patch)
tree1377c0a6cc67977634c547b00351319c6450b005 /data
parent8e536387cf1dd5bc44c3cb679c96005719d946ff (diff)
downloadlibrda-d6c899a9d10afcd90cde7183d26cb21f45003346.tar.gz
librda-d6c899a9d10afcd90cde7183d26cb21f45003346.tar.bz2
librda-d6c899a9d10afcd90cde7183d26cb21f45003346.zip
rdacheck: Add minimalistic man page.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am1
-rw-r--r--data/rdacheck.118
2 files changed, 19 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..1d4fc5c
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1 @@
+dist_man1_MANS = rdacheck.1
diff --git a/data/rdacheck.1 b/data/rdacheck.1
new file mode 100644
index 0000000..ddac6c2
--- /dev/null
+++ b/data/rdacheck.1
@@ -0,0 +1,18 @@
+.TH RDA 1 "Jan 17, 2019"
+.SH NAME
+rdacheck \- RDA check utility
+.SH SYNOPSIS
+.B rdacheck
+[
+.I OPTIONS
+]
+.SH DESCRIPTION
+.B Remote Desktop Awareness (RDA)
+is a shared library that can make a desktop environment aware of being
+run inside a remote desktop session, such as X2Go or OgonRDP. A desktop
+session that is aware of its (remote) context, can, if needed, be
+programmed to adapt to the graphical technology it is being run on.
+.PP
+The \fBrdacheck\fR utility can be used inside the desktop session to report
+the characteristics of the session that RDA is aware of.
+.PP