diff --git a/doc/ChangeLog b/doc/ChangeLog index a94be947..d8e324b9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-27 Hrvoje Niksic + + * wget.texi (Download Options): Fix bind address cindex entry that + broke concept index generation. + 2005-04-27 Mauro Tortonesi * wget.texi: Fixed a broken reference to Security Considerations diff --git a/doc/wget.texi b/doc/wget.texi index e8f5c5c2..61194f91 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -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.