diff --git a/man/man1/gracket.1 b/man/man1/gracket.1 new file mode 100644 index 00000000..e638647b --- /dev/null +++ b/man/man1/gracket.1 @@ -0,0 +1,61 @@ +\" dummy line +.TH GRACKET 1 "May 2010" +.UC 4 +.SH NAME +gracket \- the GUI Racket implementation +.SH SYNOPSIS +.B gracket +[ +.I option ... +] [ +.I argument ... +] + +.SH DESCRIPTION +GRacket is the GUI-application variant of +.BR racket . + +.PP +Run +.PP + gracket --help +.PP +for a list of command-line options and other start-up information. + +.PP +Supplying no arguments to +.B gracket +is the same as supplying the +.B -i +option for interactive evaluation. + +.PP +Supplying a single non-switch argument to +.B gracket +is the same as putting +.B -u +before the argument to run it as a module-based script. + +.SH MORE INFORMATION +For further information, run +.PP + raco docs +.PP +to open installed documentation in your web browser. + +.PP +Alternately, consult the on-line +documentation and other information available at +.PP +.ce 1 +http://www.racket-lang.org/ + +.SH AUTHOR +GRacket was implemented by Matthew Flatt (mflatt@racket-lang.org), +Robert Bruce Findler (robby@racket-lang.org), +John Clements (clements@racket-lang.org), and PLT. + +.SH SEE ALSO +.BR raco(1), +.BR drracket(1), +.BR racket(1) diff --git a/man/man1/mred.1 b/man/man1/mred.1 index 4c7cf022..d5e64711 100644 --- a/man/man1/mred.1 +++ b/man/man1/mred.1 @@ -1,8 +1,8 @@ -\" dummy line -.TH MRED 1 "January 2008" +.\" dummy line +.TH MRED 1 "May 2010" .UC 4 .SH NAME -mred \- The PLT Graphical Scheme implementation +mred \- compatibility executable for Racket .SH SYNOPSIS .B mred [ @@ -10,40 +10,21 @@ mred \- The PLT Graphical Scheme implementation ] [ .I argument ... ] - .SH DESCRIPTION -MrEd -is the PLT graphical Scheme -implementation. -It embeds and extends -MzScheme -with a graphical user interface (GUI) toolbox. +MrEd is the old name for the GUI Racket implementation. .PP -Run -.PP - mred --help -.PP -for a list of command-line options and other start-up information. - -.PP -Supplying no arguments to +For most cases, running .B mred -is the same as supplying the -.B -i -option for interactive evaluation. - -.PP -Supplying a single non-switch argument to -.B mred -is the same as putting -.B -u -before the argument to run it as a module-based script. +is the same as running +.BR gracket , +except that the default interaction language is slightly +different for backward compatibility. .SH MORE INFORMATION For further information, run .PP - plt-help + raco docs .PP to open installed documentation in your web browser. @@ -52,15 +33,7 @@ Alternately, consult the on-line documentation and other information available at .PP .ce 1 -http://www.plt-scheme.org/software/mred/ - -.SH AUTHOR -MrEd was implemented by Matthew Flatt (mflatt@plt-scheme.org), -Robert Bruce Findler (robby@plt-scheme.org), and -John Clements (clements@plt-scheme.org), based on -MzScheme. +http://www.racket-lang.org/ .SH SEE ALSO -.BR plt-help(1), -.BR drscheme(1), -.BR mzscheme(1) +.BR gracket(1) diff --git a/man/man1/mzscheme.1 b/man/man1/mzscheme.1 index 17371780..5adf4fc7 100644 --- a/man/man1/mzscheme.1 +++ b/man/man1/mzscheme.1 @@ -1,8 +1,8 @@ .\" dummy line -.TH MZSCHEME 1 "January 2008" +.TH MZSCHEME 1 "May 2010" .UC 4 .SH NAME -mzscheme \- The PLT Scheme implementation +mzscheme \- compatibility executable for Racket .SH SYNOPSIS .B mzscheme [ @@ -11,35 +11,20 @@ mzscheme \- The PLT Scheme implementation .I argument ... ] .SH DESCRIPTION -MzScheme -is the PLT -Scheme implementation. +MzScheme is the old name for the core Racket implementation. .PP -Run -.PP - mzscheme --help -.PP -for a list of command-line options and other start-up information. - -.PP -Supplying no arguments to +For most cases, running .B mzscheme -is the same as supplying the -.B -i -option for interactive evaluation. - -.PP -Supplying a single non-switch argument to -.B mzscheme -is the same as putting -.B -u -before the argument to run it as a module-based script. +is the same as running +.BR racket , +except that the default interaction language is slightly +different for backward compatibility. .SH MORE INFORMATION For further information, run .PP - plt-help + raco docs .PP to open installed documentation in your web browser. @@ -48,15 +33,7 @@ Alternately, consult the on-line documentation and other information available at .PP .ce 1 -http://www.plt-scheme.org/software/mzscheme/ +http://www.racket-lang.org/ -.SH AUTHOR -MzScheme -was implemented by Matthew Flatt (mflatt@plt-scheme.org). -It was originally based on libscheme, written by Brent Benson. .SH SEE ALSO -.BR plt-help(1), -.BR drscheme(1), -.BR mred(1), -.BR setup-plt(1), -.BR mzc(1) +.BR racket(1)