diff --git a/collects/file/scribblings/tar.scrbl b/collects/file/scribblings/tar.scrbl index 33e6069ee6..6b6d1c60b2 100644 --- a/collects/file/scribblings/tar.scrbl +++ b/collects/file/scribblings/tar.scrbl @@ -1,5 +1,5 @@ #lang scribble/doc -@(require "common.rkt" (for-label file/tar file/gzip)) +@(require "common.rkt" (for-label file/tar file/gzip racket/file)) @title[#:tag "tar"]{@exec{tar} File Creation} diff --git a/collects/scribblings/raco/setup.scrbl b/collects/scribblings/raco/setup.scrbl index 1a13f85537..a14099bb9d 100644 --- a/collects/scribblings/raco/setup.scrbl +++ b/collects/scribblings/raco/setup.scrbl @@ -1266,4 +1266,4 @@ than specified in the contract above, it is returned as-is.} xref?]{ Like @racket[load-xref], but automatically find all cross-reference files for -manuals that have been installed with @exec{setup-plt}.} +manuals that have been installed with @exec{raco setup}.}