Use (banner) instead of a fixed "Welcome to Racket" in the More tutorial

and in the guide.

Also, add a tag to the readline "License Issues" to be able to link to
it from the xrepl docs.
This commit is contained in:
Eli Barzilay 2011-07-16 01:22:19 -04:00
parent 3f8bb7a453
commit 45394bb7b6
3 changed files with 3 additions and 3 deletions

View File

@ -241,7 +241,7 @@ from @racketmodname[ffi/unsafe], determines the type of value supplied
to the @racket[proc].} to the @racket[proc].}
@section{License Issues} @section[#:tag "readline-license"]{License Issues}
GNU's @|readline| library is covered by the GPL, and that applies to GNU's @|readline| library is covered by the GPL, and that applies to
code that links with it. Racket is licensed with the LGPL, so the code that links with it. Racket is licensed with the LGPL, so the

View File

@ -34,7 +34,7 @@ confguration options, like @Flag{j}), then it starts a @tech{REPL}
with a @litchar{> } prompt: with a @litchar{> } prompt:
@verbatim[#:indent 2]{ @verbatim[#:indent 2]{
Welcome to Racket @(regexp-replace #rx"\n+$" (banner) "")
> >
} }

View File

@ -75,7 +75,7 @@ start @exec{racket} with no command-line arguments:
@verbatim[#:indent 2]{ @verbatim[#:indent 2]{
$ racket $ racket
Welcome to Racket @(regexp-replace #rx"\n+$" (banner) "")
> >
} }