1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Fix bind address cindex entry that prevented concept index from

generating.
This commit is contained in:
hniksic 2005-04-27 14:53:02 -07:00
parent 7f2ea0eaac
commit 231f9bae4c
2 changed files with 7 additions and 2 deletions

View 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

View 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.