summaryrefslogtreecommitdiffstats
path: root/scm.1
diff options
context:
space:
mode:
Diffstat (limited to 'scm.1')
-rw-r--r--scm.110
1 files changed, 5 insertions, 5 deletions
diff --git a/scm.1 b/scm.1
index 8d5ce5b..04f610c 100644
--- a/scm.1
+++ b/scm.1
@@ -1,5 +1,5 @@
.\" dummy line
-.TH SCM "Jan 4 2000"
+.TH SCM "1"
.UC 4
.SH NAME
scm \- a Scheme Language Interpreter
@@ -128,12 +128,12 @@ contains initialization code, it will be run when the database is
opened.
.TP
.BI -o dumpname
-saves the current SCM session as the executable program
+saves the current SCM session as the executable program
.I dumpname.
-This option works only in SCM builds supporting
+This option works only in SCM builds supporting
.BI dump.
-If options appear on the command line after
+If options appear on the command line after
.I -o dumpname,
then the saved session will continue with processing those options
when it is invoked. Otherwise the (new) command line is processed as
@@ -248,7 +248,7 @@ can be overridden by subsequent -i and -b options.
.ne 5
.TP 5
% scm foo.scm arg1 arg2 arg3
-.br
+.br
Load and execute the contents of foo.scm. Parameters
arg1 arg2 and arg3 are stored in the global list *argv*.
.TP