]> sjero.net Git - wget/commitdiff
[svn] Fix bind address cindex entry that prevented concept index from
authorhniksic <devnull@localhost>
Wed, 27 Apr 2005 21:53:02 +0000 (14:53 -0700)
committerhniksic <devnull@localhost>
Wed, 27 Apr 2005 21:53:02 +0000 (14:53 -0700)
generating.

doc/ChangeLog
doc/wget.texi

index a94be9477768aa4effdcc6514bbfae84efa7fa44..d8e324b9d5490567ce18922b3b693e9817b80146 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi (Download Options): Fix bind address cindex entry that
+       broke concept index generation.
+
 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
        * wget.texi: Fixed a broken reference to Security Considerations
index e8f5c5c2658147e9013e09c9d33d261584bae5f2..61194f91d2f97658ceaa69fc26297205de09c34f 100644 (file)
@@ -531,11 +531,11 @@ links in the file specified by @samp{-i}.
 @section Download Options
 
 @table @samp
-@cindex bind() address
+@cindex bind address
 @cindex client IP address
 @cindex IP address, client
 @item --bind-address=@var{ADDRESS}
-When making client TCP/IP connections, @code{bind()} to @var{ADDRESS} on
+When making client TCP/IP connections, bind to @var{ADDRESS} on
 the local machine.  @var{ADDRESS} may be specified as a hostname or IP
 address.  This option can be useful if your machine is bound to multiple
 IPs.