From: William Harold Newman Date: Thu, 22 Feb 2007 20:14:13 +0000 (+0000) Subject: 1.0.2.27: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=bfeaca32bfdb45eaaf1b34907b1a39e81567d7de;p=sbcl.git 1.0.2.27: fixed thinko in man page (thanks to Trent Buck and Zach Beane) --- diff --git a/doc/sbcl.1 b/doc/sbcl.1 index 8e54536..c368b58 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -260,7 +260,7 @@ Supported runtime options are .B \-\-core Run the specified Lisp core file instead of the default. (See the FILES section for the standard core, or the system documentation for -\f(CRSB\-INT:SAVE\-LISP\-AND\-DIE\fR for information about how to create a +\f(CRSB\-EXT:SAVE\-LISP\-AND\-DIE\fR for information about how to create a custom core.) Note that if the Lisp core file is a user-created core file, it may run a nonstandard toplevel which does not recognize the standard toplevel options. diff --git a/version.lisp-expr b/version.lisp-expr index f245f1b..7030c39 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,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.2.26" +"1.0.2.27"