From 387299d2d7bca986feec3cf827507468791b4d49 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 5 Jan 2008 23:41:46 +0000 Subject: [PATCH] add setup-plt and mzc man pages svn: r8232 --- man/man1/mzc.1 | 45 ++++++++++++++++++++++++++++++++++++++++++++ man/man1/mzscheme.1 | 4 +++- man/man1/setup-plt.1 | 45 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 man/man1/mzc.1 create mode 100644 man/man1/setup-plt.1 diff --git a/man/man1/mzc.1 b/man/man1/mzc.1 new file mode 100644 index 0000000000..4348f3b648 --- /dev/null +++ b/man/man1/mzc.1 @@ -0,0 +1,45 @@ +.\" dummy line +.TH MZC 1 "January 2008" +.UC 4 +.SH NAME +mzc \- The PLT Scheme compiler tool +.SH SYNOPSIS +.B mzscheme +[ +.I option ... +] [ +.I argument ... +] +.SH DESCRIPTION +.B mzc +performs various tasks such as compiling Scheme source to bytecode, +packaging executables, and packaging installable archives. + +.PP +Run +.PP + mzc --help +.PP +for a list of command-line options. + +.SH MORE INFORMATION +For further information, run +.PP + plt-help +.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.plt-scheme.org/software/mzc/ + +.SH AUTHOR +.B mzc +was implemented by PLT, http://www.plt-scheme.org/. +.SH SEE ALSO +.BR plt-help(1), +.BR mzscheme(1), +.BR drscheme(1) diff --git a/man/man1/mzscheme.1 b/man/man1/mzscheme.1 index c5fbf84eb4..17371780a4 100644 --- a/man/man1/mzscheme.1 +++ b/man/man1/mzscheme.1 @@ -57,4 +57,6 @@ It was originally based on libscheme, written by Brent Benson. .SH SEE ALSO .BR plt-help(1), .BR drscheme(1), -.BR mred(1) +.BR mred(1), +.BR setup-plt(1), +.BR mzc(1) diff --git a/man/man1/setup-plt.1 b/man/man1/setup-plt.1 new file mode 100644 index 0000000000..a56ad665af --- /dev/null +++ b/man/man1/setup-plt.1 @@ -0,0 +1,45 @@ +.\" dummy line +.TH SETUP-PLT 1 "January 2008" +.UC 4 +.SH NAME +setup-plt \- The PLT Scheme setup tool +.SH SYNOPSIS +.B setup-plt +[ +.I option ... +] [ +.I argument ... +] +.SH DESCRIPTION +Setup PLT +performs various installation and setup tasks for a PLT Scheme +installation. + +.PP +Run +.PP + setup-plt --help +.PP +for a list of command-line options. + +.SH MORE INFORMATION +For further information, run +.PP + plt-help +.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.plt-scheme.org/ + +.SH AUTHOR +Setup PLT +was implemented by PLT, http://www.plt-scheme.org/. +.SH SEE ALSO +.BR plt-help(1), +.BR mzscheme(1), +.BR drscheme(1)