Better printing of out of range --dynamic-space-size arguments.
[sbcl.git] / doc / manual / sbcl.texinfo
index 8a765ee..f6f02f8 100644 (file)
@@ -3,12 +3,11 @@
 @setfilename sbcl.info
 @settitle SBCL User Manual
 @c %**end of header
-
-
+@afourwide
+@include texinfo-macros.texinfo
+@include variables.texinfo
 @set EDITION 0.1
-@set VERSION 0.8.9
-@set UPDATED 2 April 2004
-@set UPDATE-MONTH April 2004
+@settitle SBCL @value{VERSION} User Manual 
 
 @c for install-info
 @dircategory Software development
@@ -17,7 +16,6 @@
 @end direntry
 
 @copying
-
 @quotation
 This manual is part of the SBCL software system. See the
 @file{README} file for more information.
@@ -28,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
@@ -38,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
@@ -48,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
@@ -57,29 +75,49 @@ provided with absolutely no warranty. See the @file{COPYING} and
 @insertcopying
 
 @menu
+* Getting Support and Reporting Bugs::
 * 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::
+* Starting and Stopping::
+* Compiler::                    
+* Debugger::                    
+* Efficiency::                  
+* Beyond the ANSI Standard::    
+* Foreign Function Interface::  
+* Pathnames::
+* Streams::          
+* Package Locks::               
+* Threading::
+* Timers::
+* Networking::
+* Profiling::                   
+* Contributed Modules::         
+* Deprecated Interfaces::         
+* Concept Index::               
+* Function Index::              
+* Variable Index::              
+* Type Index::                  
+* Colophon::                    
 @end menu
 
 @end ifnottex
 
+@include support-and-bugs.texinfo
 @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 deprecated.texinfo
 @include backmatter.texinfo
 
 @bye