This commit is contained in:
Matthew Flatt 2011-12-30 13:28:40 -06:00
parent 12baa07e7e
commit 2ebff14e3e

View File

@ -53,7 +53,7 @@ The @racket[file-guard] procedure must accept three arguments:
@item{a path (see @secref["pathutils"]) or @racket[#f] for @item{a path (see @secref["pathutils"]) or @racket[#f] for
pathless queries, such as @racket[(current-directory)], pathless queries, such as @racket[(current-directory)],
@racket[(filesystem-root-list)], and @racket[(find-system-path @racket[(filesystem-root-list)], and @racket[(find-system-path
symbol)]. A path provided to @racket[file-guard] is not expanded or _symbol)]. A path provided to @racket[file-guard] is not expanded or
otherwise normalized before checking access; it may be a relative otherwise normalized before checking access; it may be a relative
path, for example.} path, for example.}