summaryrefslogtreecommitdiffstats
path: root/network/x11spice
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 03:37:15 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-14 03:37:15 -0400
commitbe7b3d748744217910c9bafc72ecb0e728864112 (patch)
treec2fe52213dcbbd12abe14f92e65581f88d3512fe /network/x11spice
parent121bc3d4b57ff0843303999a115abfac424b6ca9 (diff)
downloadslackbuilds-be7b3d748744217910c9bafc72ecb0e728864112.tar.gz
slackbuilds-be7b3d748744217910c9bafc72ecb0e728864112.tar.xz
network/x11spice: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/x11spice')
-rw-r--r--network/x11spice/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/network/x11spice/README b/network/x11spice/README
index a273afe9a7..1883e4c9b0 100644
--- a/network/x11spice/README
+++ b/network/x11spice/README
@@ -2,14 +2,15 @@ x11spice connects a running X server as a Spice server.
It owes a debt to the excellent x11vnc project, from the libvncserver
project. That project proved that this could be done, and done well.
-Some of the logic, notably that of scan.c, was inspired by the code
+Some of the logic, notably that of scan.c, was inspired by the code
in x11vnc.
Example: launch a spice server on a remote pc (where x11spice is
installed) via ssh, redirect the output locally and connect to it with
spicy
- ssh $remote_host -L 5900:localhost:5900 "x11spice --allow-control --display :0 --password=whatever"
+ ssh $remote_host -L 5900:localhost:5900 \
+ "x11spice --allow-control --display :0 --password=whatever"
and then locally