X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fsbcl.texinfo;h=ea5c44afc045a528eefdafc394325971592a9d93;hb=5e92e9ed61903658015c2a75c79a32ad41dbd29d;hp=ec05fda0d9cc90cb0589833871ec28bd3839b3de;hpb=a145b87809a5f266cc96e6a6e0e97b4a225bed2f;p=sbcl.git diff --git a/doc/manual/sbcl.texinfo b/doc/manual/sbcl.texinfo index ec05fda..ea5c44a 100644 --- a/doc/manual/sbcl.texinfo +++ b/doc/manual/sbcl.texinfo @@ -4,7 +4,6 @@ @settitle SBCL User Manual @c %**end of header - @include variables.texinfo @set EDITION 0.1 @settitle SBCL @value{VERSION} User Manual @@ -16,7 +15,6 @@ @end direntry @copying - @quotation This manual is part of the SBCL software system. See the @file{README} file for more information. @@ -27,7 +25,6 @@ into the public domain. This manual is in the public domain and is provided with absolutely no warranty. See the @file{COPYING} and @file{CREDITS} files for more information. @end quotation - @end copying @titlepage @@ -37,7 +34,6 @@ provided with absolutely no warranty. See the @file{COPYING} and @subtitle @value{UPDATE-MONTH} @c @author The CMUCL and SBCL teams - @c The following two commands start the copyright page. @page @vskip 0pt plus 1filll @@ -57,6 +53,7 @@ provided with absolutely no warranty. See the @file{COPYING} and @menu * Introduction:: +* Starting and Stopping:: * Compiler:: * Debugger:: * Efficiency:: @@ -65,6 +62,7 @@ provided with absolutely no warranty. See the @file{COPYING} and * Extensible Streams:: * Package Locks:: * Threading:: +* Timers:: * Networking:: * Profiling:: * Contributed Modules:: @@ -78,6 +76,7 @@ provided with absolutely no warranty. See the @file{COPYING} and @end ifnottex @include intro.texinfo +@include start-stop.texinfo @include compiler.texinfo @include debugger.texinfo @include efficiency.texinfo @@ -86,6 +85,7 @@ provided with absolutely no warranty. See the @file{COPYING} and @include streams.texinfo @include package-locks.texi-temp @include threading.texinfo +@include timers.texinfo @include sb-bsd-sockets/sb-bsd-sockets.texinfo @include profiling.texinfo @include contrib-modules.texinfo