From d3f1bed4aedf4451cd74e957dc597d5cff1da313 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 9 Aug 2011 14:06:42 -0500 Subject: [PATCH] add missing sentence fragment --- collects/scribblings/reference/filesystem.scrbl | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/scribblings/reference/filesystem.scrbl b/collects/scribblings/reference/filesystem.scrbl index a21b0141f4..4b9dcac2ec 100644 --- a/collects/scribblings/reference/filesystem.scrbl +++ b/collects/scribblings/reference/filesystem.scrbl @@ -1070,6 +1070,7 @@ until delay reaches @racket[#:max-delay]. If @racket[call-with-file-lock/timeout] fails to obtain the lock, @racket[failure-thunk] is called in tail position. The @racket[kind] argument specifies whether the lock is @racket['shared] or @racket['exclusive] +in the sense of @racket[port-try-file-lock?]. The @racket[filename] argument specifies a file path prefix that is only used to generate the lock filename, when @racket[#:get-lock-file] is not present.