From ee9dfe69723cd8d955c454a6e64bbaad877a5b7c Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Fri, 22 Apr 2011 21:57:17 +0000 Subject: [PATCH] 1.0.47.28: Fix typo in the man page. 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 | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sbcl.1 b/doc/sbcl.1 index 62010f9..7a186a4 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -118,7 +118,7 @@ error SBCL will invoke ldb (if present and enabled) or else exit. .TP 3 .B \-\-script As a runtime option equivalent to \-\-noinform \-\-disable\-ldb -\-\-lose\-on\-corruption \-\-end\-toplevel\-options \-\-script +\-\-lose\-on\-corruption \-\-end\-runtime\-options \-\-script . See the description of \-\-script as a toplevel option below. .TP 3 diff --git a/version.lisp-expr b/version.lisp-expr index 72e16ed..1cfff02 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4