X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fmanual%2Fsbcl.texinfo;h=a1aa2899a0a8a26051edaddf1f690ce676e7b3dd;hb=aa8c8cd473f1d487fa2c1a7490c78a59b9955bbe;hp=fecadc33d89c188483209048d1c0319c49b17237;hpb=2a4fabe1541b905591fbd6b83122209df6a48fab;p=sbcl.git diff --git a/doc/manual/sbcl.texinfo b/doc/manual/sbcl.texinfo index fecadc3..a1aa289 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,14 +53,18 @@ provided with absolutely no warranty. See the @file{COPYING} and @menu * Introduction:: +* Starting and Stopping:: * Compiler:: * Debugger:: * Efficiency:: * Beyond the ANSI Standard:: * Foreign Function Interface:: +* Pathnames:: * Extensible Streams:: * Package Locks:: -* Networking:: +* Threading:: +* Timers:: +* Networking:: * Profiling:: * Contributed Modules:: * Concept Index:: @@ -77,13 +77,17 @@ 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 @include beyond-ansi.texinfo @include ffi.texinfo +@include pathnames.texinfo @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