fix some references

svn: r18595
This commit is contained in:
Sam Tobin-Hochstadt 2010-03-22 14:17:18 +00:00
parent 52186197c7
commit 4f456a2b6e

View File

@ -81,7 +81,8 @@ This is the code for the place-worker.ss module that each place will execute.
@;Creates and returns a new channel.
Place channels can be used with @scheme[place-channel-recv], or as a
@tech{synchronizable event} (see @secref["sync"]) to receive a value
@tech[#:doc '(lib "scribblings/reference/reference.scrbl")]{synchronizable event}
(see @secref[#:doc '(lib "scribblings/reference/reference.scrbl") "sync"]) to receive a value
through the channel. The channel can be used with @scheme[place-channel-send]
to send a value through the channel.