From 70089070c7e8281b7a99e53322f0b184e83d525f Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 20 May 2010 12:01:48 -0600 Subject: [PATCH] clarify that 'exec-file is not necessarily an absolute path --- collects/scribblings/reference/filesystem.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/filesystem.scrbl b/collects/scribblings/reference/filesystem.scrbl index ce08fc185a..a8cf6efa27 100644 --- a/collects/scribblings/reference/filesystem.scrbl +++ b/collects/scribblings/reference/filesystem.scrbl @@ -111,7 +111,7 @@ by @racket[kind], which must be one of the following: @item{@indexed-racket['exec-file] --- the path of the Racket executable as provided by the operating system for the current - invocation. + invocation. For some operating systems, the path can be relative. @margin-note{For GRacket, the executable path is the name of a GRacket executable.}}