*** empty log message ***

original commit: c99e61ab493f3e87e13bd4a3461a69f646fdb96a
This commit is contained in:
Matthew Flatt 1997-08-26 12:38:42 +00:00
parent 4127858f8a
commit 229bb38d48
2 changed files with 26 additions and 10 deletions

View File

@ -39,8 +39,11 @@ mred \- The Rice PLT Scheme GUI engine
.I MrEd
is the Rice University PLT Scheme GUI
execution engine.
.I MrEd
runs on a variety of platforms.
It extends
.I MzScheme
with graphics
and provides the underlying architecture for
.I DrScheme.
.PP
The -s flag directs
.I MrEd
@ -175,8 +178,12 @@ also looks for Xresources in
Xresources in that file override any other resources settings.
.SH BUGS
Email bug reports to plt-bugs@cs.rice.edu. Please mention
"MrEd" in the subject line or the message.
Submit bug reports via
.ce 1
http://www.cs.rice.edu/CS/PLT/Gnats/ (encouraged)
or by e-mail to
.ce 1
plt-bugs@cs.rice.edu (discouraged)
.SH AUTHOR
.I MrEd
was implemented by Matthew Flatt (mflatt@cs.rice.edu) and Robby Findler

View File

@ -12,12 +12,17 @@ mzscheme \- The PLT Scheme implementation
]
.SH DESCRIPTION
.I MzScheme
is Rice University's Programming Languages Team's
primary Scheme implementation. It implements the language as
is the Rice University PLT
Scheme implementation. It implements the language as
described in the
.I Revised^4 Report on
.I the Algorithmic Language Scheme,
plus numerous extensions.
.I MzScheme
is the underlying implementation for
.I DrScheme
and
.I MrEd.
.SH OPTIONS
Startup file and expression switches:
@ -163,14 +168,14 @@ following search path:
.IP
If
.I MzScheme
was invoked with a pathname, the directory
was invoked with an absolute pathname, the directory
of the invoked executable is checked. If the executable
is a link, the directory of the referenced file is also
checked, recursively following links.
.IP
If
.I MzScheme
is not invoked with a pathname, the
is invoked with a relative pathname, the
directories in the PATH environment variable containing
a file with the name of the program as invoked (usually
"mzscheme") are checked. Links are followed as in the
@ -187,8 +192,12 @@ tried.
Please consult your local administrator to determine whether
the on-line documentation has been installed locally.
.SH BUGS
Email bug reports to plt-bugs@cs.rice.edu. Please mention
"MzScheme" in the subject line or the message.
Submit bug reports via
.ce 1
http://www.cs.rice.edu/CS/PLT/Gnats/ (encouraged)
or by e-mail to
.ce 1
plt-bugs@cs.rice.edu (discouraged)
.SH AUTHOR
.I MzScheme
was implemented by Matthew Flatt (mflatt@cs.rice.edu).