From bfeaca32bfdb45eaaf1b34907b1a39e81567d7de Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Thu, 22 Feb 2007 20:14:13 +0000 Subject: [PATCH] 1.0.2.27: fixed thinko in man page (thanks to Trent Buck and Zach Beane) --- 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 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" -- 1.7.10.4