aboutsummaryrefslogtreecommitdiffstats
path: root/scm.1
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:25 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:25 -0800
commitdb04688faa20f3576257c0fe41752ec435beab9a (patch)
tree6d638c2e1f65afd5f49d20b2d22ce35bd74705ff /scm.1
parent1edcb9b62a1a520eddae8403c19d841c9b18737f (diff)
downloadscm-db04688faa20f3576257c0fe41752ec435beab9a.tar.gz
scm-db04688faa20f3576257c0fe41752ec435beab9a.zip
Import Upstream version 5c3upstream/5c3
Diffstat (limited to 'scm.1')
-rw-r--r--scm.132
1 files changed, 13 insertions, 19 deletions
diff --git a/scm.1 b/scm.1
index d536061..671f528 100644
--- a/scm.1
+++ b/scm.1
@@ -1,5 +1,5 @@
.\" dummy line
-.TH SCM "Jan 9 1995"
+.TH SCM "Sep 2 1998"
.UC 4
.SH NAME
scm \- a Scheme Language Interpreter
@@ -92,7 +92,7 @@ is not already supported. If
is 2, 3, 4, or 5
.I scm
will require the features neccessary to support R2RS, R3RS, R4RS, or
-proposed R5RS, respectively.
+R5RS, respectively.
.TP
.BI -l filename
.TP
@@ -254,10 +254,10 @@ Runs under Amiga, Atari-ST, MacOS, MS-DOS, OS/2, NOS/VE, Unicos, VMS,
Unix and similar systems. Support for ASCII and EBCDIC character
sets.
.PP
-Conforms to Revised^4 Report on the Algorithmic Language Scheme
+Conforms to Revised^5 Report on the Algorithmic Language Scheme
and the IEEE P1178 specification.
.PP
-Support for SICP, R2RS, R3RS, and (proposed) R5RS scheme code.
+Support for SICP, R2RS, R3RS, and R4RS scheme code.
.PP
Many Common Lisp functions:
logand, logor, logxor, lognot, ash, logcount, integer-length,
@@ -287,22 +287,21 @@ Setable levels of monitoring and timing information printed
interactively (the `verbose' function). Restart, quit, and exec.
.SH FILES
.TP
-code.doc
-.br
-Documentation on the internal representation and how to extend or
-include scm in other programs.
-.TP
scm.texi
.br
-Documentation of SCM in Texinfo format.
-.SH AUTHOR
-Aubrey Jaffer
+Texinfo documentation of
+.I scm
+enhancements, internal representations, and how to extend or include
+.I scm
+in other programs.
+.SH AUTHORS
+Aubrey Jaffer (jaffer @ai.mit.edu)
.br
-(jaffer@ai.mit.edu)
+Radey Shouman (Radey.Shouman @splashtech.com)
.SH BUGS
.SH SEE ALSO
The Scheme specifications for details on specific procedures
-(ftp-swiss.ai.mit.edu:archive/scheme-reports/) or
+(swissnet.ai.mit.edu:archive/scheme-reports/) or
.PP
IEEE Std 1178-1990,
.br
@@ -328,8 +327,3 @@ H. Abelson, G. J. Sussman, and J. Sussman,
Structure and Interpretation of Computer Programs,
.br
The MIT Press, Cambridge, Massachusetts, USA
-.PP
-Enhancements in
-.I scm
-not in the standards are detailed in MANUAL in the source directory.
-