From 231f9bae4c207cd692f576a742cbac6db611dcfd Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 27 Apr 2005 14:53:02 -0700 Subject: [PATCH] [svn] Fix bind address cindex entry that prevented concept index from generating. --- doc/ChangeLog | 5 +++++ doc/wget.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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. -- 2.39.2