From 229bb38d488a8b15f51646070145552a1c98af58 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 26 Aug 1997 12:38:42 +0000 Subject: [PATCH] *** empty log message *** original commit: c99e61ab493f3e87e13bd4a3461a69f646fdb96a --- man/man1/mred.1 | 15 +++++++++++---- man/man1/mzscheme.1 | 21 +++++++++++++++------ 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/man/man1/mred.1 b/man/man1/mred.1 index af95eff3..c1c9f730 100644 --- a/man/man1/mred.1 +++ b/man/man1/mred.1 @@ -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 diff --git a/man/man1/mzscheme.1 b/man/man1/mzscheme.1 index 4c4b5d5d..804a59db 100644 --- a/man/man1/mzscheme.1 +++ b/man/man1/mzscheme.1 @@ -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).