X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fsbcl.texinfo;h=f6f02f84ed30c4c0e3aad566c3e109ddc1218177;hb=979539d20a27f4315db9e1bde0a4413135cf8603;hp=a1aa2899a0a8a26051edaddf1f690ce676e7b3dd;hpb=fec3614baf361523a4fb154ed80d9b73e1452b2d;p=sbcl.git diff --git a/doc/manual/sbcl.texinfo b/doc/manual/sbcl.texinfo index a1aa289..f6f02f8 100644 --- a/doc/manual/sbcl.texinfo +++ b/doc/manual/sbcl.texinfo @@ -3,7 +3,8 @@ @setfilename sbcl.info @settitle SBCL User Manual @c %**end of header - +@afourwide +@include texinfo-macros.texinfo @include variables.texinfo @set EDITION 0.1 @settitle SBCL @value{VERSION} User Manual @@ -43,6 +44,28 @@ provided with absolutely no warranty. See the @file{COPYING} and @contents +@macro urlline{text} +@w{ } @w{ } @url{\text\} +@end macro + +@c We use @andkey, etc to escape & from TeX in lambda lists -- +@c so we need to define them for info as well. +@macro andallowotherkeys +&allow-other-keys +@end macro +@macro andoptional +&optional +@end macro +@macro andrest +&rest +@end macro +@macro andkey +&key +@end macro +@macro andbody +&body +@end macro + @ifnottex @node Top @@ -52,7 +75,8 @@ provided with absolutely no warranty. See the @file{COPYING} and @insertcopying @menu -* Introduction:: +* Getting Support and Reporting Bugs:: +* Introduction:: * Starting and Stopping:: * Compiler:: * Debugger:: @@ -60,13 +84,14 @@ provided with absolutely no warranty. See the @file{COPYING} and * Beyond the ANSI Standard:: * Foreign Function Interface:: * Pathnames:: -* Extensible Streams:: +* Streams:: * Package Locks:: * Threading:: * Timers:: * Networking:: * Profiling:: * Contributed Modules:: +* Deprecated Interfaces:: * Concept Index:: * Function Index:: * Variable Index:: @@ -76,6 +101,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 @@ -91,6 +117,7 @@ provided with absolutely no warranty. See the @file{COPYING} and @include sb-bsd-sockets/sb-bsd-sockets.texinfo @include profiling.texinfo @include contrib-modules.texinfo +@include deprecated.texinfo @include backmatter.texinfo @bye