From 8a0e1d0ea46500b0b4d99d0c13da46ddc28ee7d4 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Wed, 30 Aug 2017 23:03:04 +0900 Subject: [PATCH] updating man page --- doc/chibi-scheme.1 | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/doc/chibi-scheme.1 b/doc/chibi-scheme.1 index 4f835b47..966f2b28 100644 --- a/doc/chibi-scheme.1 +++ b/doc/chibi-scheme.1 @@ -6,13 +6,16 @@ chibi-scheme \- a tiny Scheme interpreter .SH SYNOPSIS .B chibi-scheme -[-qQrRfV] +[-qQrRfTV] [-I .I path ] [-A .I path ] +[-D +.I feature +] [-m .I module ] @@ -146,6 +149,11 @@ Strict mode, escalating warnings to fatal errors. .BI -f Change the reader to case-fold symbols as in R5RS. .TP +.BI -T +Disables tail-call optimization. This can be useful for +debugging in some cases, but also makes it very likely to +overflow the stack. +.TP .BI -h size[/max_size] Specifies the initial size of the heap, in bytes, optionally followed by the maximum size the heap can @@ -167,6 +175,12 @@ Appends .I path to the load path list. .TP +.BI -D feature +Adds +.I feature +to the feature list, useful for cond-expanding different +library code. +.TP .BI -m module .TP .BI -x module @@ -237,7 +251,7 @@ Alex Shinn (alexshinn @ gmail . com) .SH SEE ALSO .PP -More detailed information can be found in the manuale included in +More detailed information can be found in the manual included in doc/chibi.scrbl included in the distribution. The chibi-scheme home-page: