diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-11 17:37:45 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-01-11 17:37:45 +0100 |
commit | 8f76198c5012a04ca8b5e10c3f133815008178ba (patch) | |
tree | d640482ffdf90245a5619e64c139e0a463ba2ef2 /debian/patches/209_x2goagent-add-man-page.patch | |
parent | 0d3a820b3ed1f76860cdee8dc0532674d621f1e3 (diff) | |
download | nx-libs-8f76198c5012a04ca8b5e10c3f133815008178ba.tar.gz nx-libs-8f76198c5012a04ca8b5e10c3f133815008178ba.tar.bz2 nx-libs-8f76198c5012a04ca8b5e10c3f133815008178ba.zip |
Add binary package: x2goagent, includes man page patch: 209_x2goagent-add-man-page.patch
Diffstat (limited to 'debian/patches/209_x2goagent-add-man-page.patch')
-rw-r--r-- | debian/patches/209_x2goagent-add-man-page.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/patches/209_x2goagent-add-man-page.patch b/debian/patches/209_x2goagent-add-man-page.patch new file mode 100644 index 000000000..00ade43f8 --- /dev/null +++ b/debian/patches/209_x2goagent-add-man-page.patch @@ -0,0 +1,38 @@ +--- /dev/null ++++ b/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1 +@@ -0,0 +1,35 @@ ++.TH x2goagent 1 ++.SH NAME ++x2goagent \- X2Go Agent. ++.SH SYNOPSIS ++.B x2goagent ++.I "[options]" ++ ++.SH DESCRIPTION ++\fBx2goagent\fR is an Xnest-like X server for remote application/desktop access. ++.PP ++\fBx2goagent\fR implements a very efficient compression of the X11 protocol. ++.PP ++This increases performance when using X applications over high latency and ++low bandwidth networks, while providing a local (LAN-like) usage experience ++even if connecting from off-site locations (via cable modem or GSM). ++.PP ++\fBx2goagent\fR is not designed to be used as a standalone application. ++It has to be launched on the server side by the X2Go server software. ++.PP ++Available clients are ++\fBx2goclient\fR, \fBpyhoca-gui\fR and \fBpyhoca-gui\fR (using the ++Python X2Go API). ++ ++.SH OPTIONS ++.TP ++.B \--help ++Lists all others options that are not listed here. ++ ++.SH FURTHER READINGS ++Information on X2Go: http://wiki.x2go.org ++.PP ++Information on NX: http://www.nomachine.com ++ ++.SH AUTHOR ++This manual page was written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>. |