From 877e4f67c3a0cfb69142dbe04568f17ab8745ffe Mon Sep 17 00:00:00 2001 From: Gerhard Rieger Date: Sat, 9 Feb 2008 09:25:44 +0100 Subject: [PATCH] EXAMPLES: corrected typo in display path --- EXAMPLES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXAMPLES b/EXAMPLES index 8babc88..8dc0628 100644 --- a/EXAMPLES +++ b/EXAMPLES @@ -236,7 +236,7 @@ $ socat -,icanon=0,echo=0 tcp:target:5555; reset // socat must be installed on ssh server host // might have to use xauth... // this example is one-shot because ssh can handle only one channel -xterm1$ socat -d -d exec:"ssh www.dest-unreach.org rm -f /tmp/.X11-unix/X9; ~/bin/socat -d -d unix-l\:/tmp/.X11-unix/X9\,fork -" unix:/tmp/.X11-unix/X/ +xterm1$ socat -d -d exec:"ssh www.dest-unreach.org rm -f /tmp/.X11-unix/X9; ~/bin/socat -d -d unix-l\:/tmp/.X11-unix/X9\,fork -" unix:/tmp/.X11-unix/X0 xterm2$ ssh target target$ DISPLAY=:9 myxapplication