diff --git a/collects/preprocessor/doc.txt b/collects/preprocessor/doc.txt index ea2e972d7a..035dcb82e6 100644 --- a/collects/preprocessor/doc.txt +++ b/collects/preprocessor/doc.txt @@ -482,13 +482,13 @@ their arity (preferring a the nullary treatment over the unary one): | (format "@tt{~a}" (get-arg) (get-arg))) |@(define (reftt) | (format "~a" (get-arg) (tt))) - |@ttref{www.racket-lang.org}{PLT Scheme} - |@reftt{www.racket-lang.org}{PLT Scheme} + |@ttref{racket-lang.org}{Racket} + |@reftt{racket-lang.org}{Racket} ==> - |PLT Scheme - |PLT Scheme + |Racket + |Racket Note that in `reftt' we use `tt' without arguments since it will retrieve its own arguments. This makes `ttref's approach more @@ -499,11 +499,11 @@ their arity (preferring a the nullary treatment over the unary one): |@defcommand{tt}{X}{X} |@defcommand{ref}{url text}{text} |@defcommand{ttref}{url text}{@tt{text}} - |@ttref{www.racket-lang.org}{PLT Scheme} + |@ttref{racket-lang.org}{Racket} ==> - |PLT Scheme + |Racket * A procedure of arity 1 is invoked differently -- it is applied on a thunk that holds the "processing continuation". This application is diff --git a/collects/preprocessor/scribblings/mztext.scrbl b/collects/preprocessor/scribblings/mztext.scrbl index 50937173a5..be60631243 100644 --- a/collects/preprocessor/scribblings/mztext.scrbl +++ b/collects/preprocessor/scribblings/mztext.scrbl @@ -185,13 +185,13 @@ their arity (preferring a the nullary treatment over the unary one): (format "@tt{~a}" (get-arg) (get-arg))) @(define (reftt) (format "~a" (get-arg) (tt))) - @ttref{www.racket-lang.org}{Racket} - @reftt{www.racket-lang.org}{Racket} + @ttref{racket-lang.org}{Racket} + @reftt{racket-lang.org}{Racket} ==> - Racket - Racket + Racket + Racket }| Note that in @scheme[reftt] we use @scheme[tt] without arguments since it will @@ -204,11 +204,11 @@ their arity (preferring a the nullary treatment over the unary one): @defcommand{tt}{X}{X} @defcommand{ref}{url text}{text} @defcommand{ttref}{url text}{@tt{text}} - @ttref{www.racket-lang.org}{Racket} + @ttref{racket-lang.org}{Racket} ==> - Racket + Racket }|} @item{A procedure of arity 1 is invoked differently---it is applied on a diff --git a/collects/scribblings/reference/subprocess.scrbl b/collects/scribblings/reference/subprocess.scrbl index 3f6628a0fa..482a499e42 100644 --- a/collects/scribblings/reference/subprocess.scrbl +++ b/collects/scribblings/reference/subprocess.scrbl @@ -220,7 +220,7 @@ on @racket[target] in Windows. For platforms other than Windows, the For example, @racketblock[ -(shell-execute #f "http://www.racket-lang.org" "" +(shell-execute #f "http://racket-lang.org" "" (current-directory) 'sw_shownormal) ] diff --git a/collects/web-server/default-web-root/conf/collect-garbage.html b/collects/web-server/default-web-root/conf/collect-garbage.html index 35011db4da..40f210b931 100644 --- a/collects/web-server/default-web-root/conf/collect-garbage.html +++ b/collects/web-server/default-web-root/conf/collect-garbage.html @@ -2,6 +2,6 @@
The garbage collection routine has run.
-Powered by Racket
+Powered by Racket