diff -urN boa-0.94.14rc10.orig/docs/boa.texi boa-0.94.14rc10/docs/boa.texi
--- boa-0.94.14rc10.orig/docs/boa.texi	2002-12-12 22:29:31.000000000 +0100
+++ boa-0.94.14rc10/docs/boa.texi	2003-01-10 21:50:20.000000000 +0100
@@ -2,9 +2,9 @@
 @c %**start of header
 @setfilename boa.info
 @settitle The Boa HTTP Daemon
-@set UPDATED Last Updated: 2 Jan 2001
-@set COPYPHRASE Copyright @copyright{} 1996-2001 Jon Nelson and Larry Doolittle
-@set VERSION $Revision: 1.5.2.5 $
+@set UPDATED Last Updated: 10 Jan 2003
+@set COPYPHRASE Copyright @copyright{} 1996-2003 Jon Nelson and Larry Doolittle
+@set VERSION $Revision: 1.5.2.6 $
 
 @paragraphindent asis
 @iftex
@@ -146,7 +146,7 @@
  @enumerate
   @item Choose, and cd into, a convenient directory for the package.
   @item @kbd{tar -xvzf boa-0.94.tar.gz}, or for those of you with an archaic
-(non-GNU) tar; @kbd{gzip -cd &lt; boa-0.94.tar.gz | tar -xvf -}
+(non-GNU) tar; @kbd{gzip -cd boa-0.94.tar.gz | tar -xvf -}
   @item Read the documentation.  Really.
  @end enumerate
  @item Build
@@ -237,12 +237,12 @@
 @node    boa.conf Directives, Security, Compile-Time and Command-Line Options, (top)
 @section boa.conf Directives
 
-The Boa configuration file is parsed with a lex/yacc or flex/bison 
-generated parser. If it reports an error, the line number will be 
-provided; it should be easy to spot. The syntax of each of these rules 
-is very simple, and they can occur in any order. Where possible, these 
-directives mimic those of NCSA httpd 1.3; I (Paul Phillips) saw no reason 
-to introduce gratuitous differences. 
+The Boa configuration file is parsed with a custom parser.  If it
+reports an error, the line number will be provided; it should be easy
+to spot. The syntax of each of these rules is very simple, and they
+can occur in any order. Where possible, these directives mimic those
+of NCSA httpd 1.3; I (Paul Phillips) saw no reason to introduce
+gratuitous differences.
 
 Note: the "ServerRoot" is not in this configuration file. It can be 
 compiled into the server (see @file{defines.h}) or specified on the command
@@ -550,7 +550,7 @@
  
   The @var{REMOTE_HOST} environment variable is not set for CGI programs,
   for reasons already described.  This is easily worked around because the
-  IP address is provided in the @var{REMOTE_HOST} variable, so (if the CGI
+  IP address is provided in the @var{REMOTE_ADDR} variable, so (if the CGI
   program actually cares) gethostbyaddr or a variant can be used.
   
  @item There are no server side includes (@acronym{SSI}) in Boa
