minor doc fixes

This commit is contained in:
Matthew Flatt 2013-05-20 05:51:59 -07:00
parent d45009bc90
commit f225eedc24
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}.}