From fe9d5724063f21b7c24b78e4bd4ce7022e066783 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Sun, 6 Nov 2011 22:05:48 +0900 Subject: [PATCH] Adding -x to the manual. --- doc/chibi-scheme.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/chibi-scheme.1 b/doc/chibi-scheme.1 index da5fb2d7..772b8e10 100644 --- a/doc/chibi-scheme.1 +++ b/doc/chibi-scheme.1 @@ -16,6 +16,9 @@ chibi-scheme \- a tiny Scheme interpreter [-m .I module ] +[-x +.I module +] [-l .I file ] @@ -99,6 +102,8 @@ Appends to the load path list. .TP .BI -m module +.TP +.BI -x module Imports .I module as though "(import @@ -108,6 +113,11 @@ escapes, modules are written in a dot notation, so that the module .I (foo bar) is written as .I foo.bar +If the +.BI -x +version is used, then +.I module +replaces the current environment instead of being added to it. .TP .BI -l file Loads the Scheme source from the file