From: hniksic Date: Wed, 27 Apr 2005 21:53:02 +0000 (-0700) Subject: [svn] Fix bind address cindex entry that prevented concept index from X-Git-Tag: v1.13~1129 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=231f9bae4c207cd692f576a742cbac6db611dcfd [svn] Fix bind address cindex entry that prevented concept index from generating. --- 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.