From: Stas Boukarev Date: Fri, 22 Apr 2011 21:57:17 +0000 (+0000) Subject: 1.0.47.28: Fix typo in the man page. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ee9dfe69723cd8d955c454a6e64bbaad877a5b7c;hp=fa2c3ba871c9818e5768fd8f6092ddda83a93a1f;p=sbcl.git 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. --- 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"