diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 1 | ||||
-rw-r--r-- | data/rdacheck.1 | 18 |
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 |