X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fsbcl.texinfo;h=1bb042d420ecf8e86707f2b47a27f8becd48c279;hb=5fdb9edd71a21b3697ba6f407aca270060ef173c;hp=f2146e53e12440dadc753d47947b68e4182f2270;hpb=2fb9b079b4199880ace01f6866902bd193180719;p=sbcl.git diff --git a/doc/manual/sbcl.texinfo b/doc/manual/sbcl.texinfo index f2146e5..1bb042d 100644 --- a/doc/manual/sbcl.texinfo +++ b/doc/manual/sbcl.texinfo @@ -4,7 +4,7 @@ @settitle SBCL User Manual @c %**end of header - +@include texinfo-macros.texinfo @include variables.texinfo @set EDITION 0.1 @settitle SBCL @value{VERSION} User Manual @@ -16,7 +16,6 @@ @end direntry @copying - @quotation This manual is part of the SBCL software system. See the @file{README} file for more information. @@ -27,7 +26,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 +35,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 @@ -56,28 +53,44 @@ provided with absolutely no warranty. See the @file{COPYING} and @insertcopying @menu -* Introduction:: -* The Compiler:: -* The Debugger:: -* Efficiency:: -* Beyond The ANSI Standard:: -* The Foreign Function Interface:: -* Contributed Modules:: -* Concept Index:: -* Function Index:: -* Variable Index:: -* Type Index:: -* Colophon:: +* Introduction:: +* Starting and Stopping:: +* Compiler:: +* Debugger:: +* Efficiency:: +* Beyond the ANSI Standard:: +* Foreign Function Interface:: +* Pathnames:: +* Extensible Streams:: +* Package Locks:: +* Threading:: +* Timers:: +* Networking:: +* Profiling:: +* Contributed Modules:: +* Concept Index:: +* Function Index:: +* Variable Index:: +* Type Index:: +* Colophon:: @end menu @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 @include backmatter.texinfo