1.0.47.28: Fix typo in the man page.
authorStas Boukarev <stassats@users.sourceforge.net>
Fri, 22 Apr 2011 21:57:17 +0000 (21:57 +0000)
committerStas Boukarev <stassats@users.sourceforge.net>
Fri, 22 Apr 2011 21:57:17 +0000 (21:57 +0000)
In the description of the runtime option --script, equivalent runtime
options should be terminated by --end-runtime-options, not
--end-toplevel-options.

Thanks to Sebastian Tennant.

doc/sbcl.1
version.lisp-expr

index 62010f9..7a186a4 100644 (file)
@@ -118,7 +118,7 @@ error SBCL will invoke ldb (if present and enabled) or else exit.
 .TP 3
 .B \-\-script <filename>
 As a runtime option equivalent to \-\-noinform \-\-disable\-ldb
-\-\-lose\-on\-corruption \-\-end\-toplevel\-options \-\-script
+\-\-lose\-on\-corruption \-\-end\-runtime\-options \-\-script
 <filename>. See the description of \-\-script as a toplevel option
 below.
 .TP 3
index 72e16ed..1cfff02 100644 (file)
@@ -20,4 +20,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.47.27"
+"1.0.47.28"