From c46cdf63bcc47833be69b93a53cde405e21bb650 Mon Sep 17 00:00:00 2001 From: Kevin Tew Date: Thu, 8 Mar 2012 21:50:14 -0700 Subject: [PATCH] Comment out ssh to localhost example. --- collects/scribblings/reference/distributed.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/reference/distributed.scrbl b/collects/scribblings/reference/distributed.scrbl index f55656981b..5072dd34e5 100644 --- a/collects/scribblings/reference/distributed.scrbl +++ b/collects/scribblings/reference/distributed.scrbl @@ -322,10 +322,11 @@ a @racket[(send parent process-died this)] call. } } -@examples[ #:eval evaler +@;{@examples[ #:eval evaler (new spawned-process% [cmdline-list (list (ssh-bin-path) "localhost" (racket-path) "-tm" distributed-launch-path "spawn" (->string 6340))]) ] +} @defclass[place-socket-bridge% object% (event-container<%>) (defmethod (get-sc-id) exact-positive-integer?) ]{