X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fsbcl.texinfo;h=fa2bac5326761707d97979a033bbf1fb6212ec7f;hb=55dc8558f0686a9d1c8e7f8025bfe373b0c35e33;hp=28cd36a40f7cf168d20e94aebf6a134bfaa79705;hpb=3c0ee1b87c4191298a8842cf7682c3f308680e66;p=sbcl.git diff --git a/doc/manual/sbcl.texinfo b/doc/manual/sbcl.texinfo index 28cd36a..fa2bac5 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 @@ -47,8 +44,27 @@ provided with absolutely no warranty. See the @file{COPYING} and @contents +@macro urlline{text} +@w{ } @w{ } @url{\text\} +@end macro + @ifnottex +@c We use @&key, etc to escape & from TeX in lambda lists -- +@c so we need to define them for info as well. +@macro &optional +&optional +@end macro +@macro &rest +&rest +@end macro +@macro &key +&key +@end macro +@macro &body +&body +@end macro + @node Top @comment node-name, next, previous, up @top sbcl @@ -56,16 +72,19 @@ provided with absolutely no warranty. See the @file{COPYING} and @insertcopying @menu -* Introduction:: +* Getting Support and Reporting Bugs:: +* 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:: @@ -78,6 +97,7 @@ provided with absolutely no warranty. See the @file{COPYING} and @end ifnottex +@include support-and-bugs.texinfo @include intro.texinfo @include start-stop.texinfo @include compiler.texinfo @@ -85,9 +105,11 @@ provided with absolutely no warranty. See the @file{COPYING} and @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