diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:25 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:25 +0900 |
commit | 0600edaa5c1a04547bd6b1e0431660d6833074cd (patch) | |
tree | d099efc896b831b1046baf83d8ba3edb60c6e65c /doc | |
parent | 4a9ac8023543db82c39c3db6138a8e8582f51797 (diff) | |
download | wget-0600edaa5c1a04547bd6b1e0431660d6833074cd.tar.gz wget-0600edaa5c1a04547bd6b1e0431660d6833074cd.tar.bz2 wget-0600edaa5c1a04547bd6b1e0431660d6833074cd.zip |
Imported Upstream version 1.20.2upstream/1.20.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/Makefile.in | 14 | ||||
-rw-r--r-- | doc/fdl.texi | 4 | ||||
-rw-r--r-- | doc/stamp-vti | 8 | ||||
-rwxr-xr-x | doc/texi2pod.pl | 2 | ||||
-rw-r--r-- | doc/version.texi | 8 | ||||
-rw-r--r-- | doc/wget.info | 140 | ||||
-rw-r--r-- | doc/wget.texi | 22 |
8 files changed, 105 insertions, 95 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index aab89ab..c629837 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # Makefile for `wget' utility -# Copyright (C) 1995-1997, 2007-2011, 2015, 2018 Free Software +# Copyright (C) 1995-1997, 2007-2011, 2015, 2018-2019 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/doc/Makefile.in b/doc/Makefile.in index aff7081..69a5ec1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # Makefile for `wget' utility -# Copyright (C) 1995-1997, 2007-2011, 2015, 2018 Free Software +# Copyright (C) 1995-1997, 2007-2011, 2015, 2018-2019 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -377,6 +377,7 @@ ERRNO_H = @ERRNO_H@ EXEEXT = @EXEEXT@ FLOAT_H = @FLOAT_H@ FNMATCH_H = @FNMATCH_H@ +FUZZ_LIBS = @FUZZ_LIBS@ GETADDRINFO_LIB = @GETADDRINFO_LIB@ GETOPT_CDEFS_H = @GETOPT_CDEFS_H@ GETOPT_H = @GETOPT_H@ @@ -624,6 +625,7 @@ GNULIB_STRSTR = @GNULIB_STRSTR@ GNULIB_STRTOD = @GNULIB_STRTOD@ GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ +GNULIB_STRTOLD = @GNULIB_STRTOLD@ GNULIB_STRTOLL = @GNULIB_STRTOLL@ GNULIB_STRTOULL = @GNULIB_STRTOULL@ GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ @@ -705,6 +707,7 @@ GPGME_CONFIG = @GPGME_CONFIG@ GPGME_LIBS = @GPGME_LIBS@ GREP = @GREP@ HAVE_ACCEPT4 = @HAVE_ACCEPT4@ +HAVE_ALLOCA_H = @HAVE_ALLOCA_H@ HAVE_ARPA_INET_H = @HAVE_ARPA_INET_H@ HAVE_ATOLL = @HAVE_ATOLL@ HAVE_BTOWC = @HAVE_BTOWC@ @@ -796,6 +799,7 @@ HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ HAVE_GRANTPT = @HAVE_GRANTPT@ HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ HAVE_IMAXDIV_T = @HAVE_IMAXDIV_T@ +HAVE_INITSTATE = @HAVE_INITSTATE@ HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ HAVE_ISWBLANK = @HAVE_ISWBLANK@ HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ @@ -821,6 +825,7 @@ HAVE_MBSINIT = @HAVE_MBSINIT@ HAVE_MBSLEN = @HAVE_MBSLEN@ HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ +HAVE_MBTOWC = @HAVE_MBTOWC@ HAVE_MEMCHR = @HAVE_MEMCHR@ HAVE_MEMPCPY = @HAVE_MEMPCPY@ HAVE_MKDIRAT = @HAVE_MKDIRAT@ @@ -874,6 +879,7 @@ HAVE_SCHED_H = @HAVE_SCHED_H@ HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ HAVE_SETENV = @HAVE_SETENV@ HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ +HAVE_SETSTATE = @HAVE_SETSTATE@ HAVE_SIGACTION = @HAVE_SIGACTION@ HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ @@ -894,6 +900,7 @@ HAVE_STRPBRK = @HAVE_STRPBRK@ HAVE_STRPTIME = @HAVE_STRPTIME@ HAVE_STRSEP = @HAVE_STRSEP@ HAVE_STRTOD = @HAVE_STRTOD@ +HAVE_STRTOLD = @HAVE_STRTOLD@ HAVE_STRTOLL = @HAVE_STRTOLL@ HAVE_STRTOULL = @HAVE_STRTOULL@ HAVE_STRUCT_ADDRINFO = @HAVE_STRUCT_ADDRINFO@ @@ -1202,6 +1209,7 @@ REPLACE_ICONV_OPEN = @REPLACE_ICONV_OPEN@ REPLACE_ICONV_UTF = @REPLACE_ICONV_UTF@ REPLACE_INET_NTOP = @REPLACE_INET_NTOP@ REPLACE_INET_PTON = @REPLACE_INET_PTON@ +REPLACE_INITSTATE = @REPLACE_INITSTATE@ REPLACE_IOCTL = @REPLACE_IOCTL@ REPLACE_ISATTY = @REPLACE_ISATTY@ REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ @@ -1254,6 +1262,7 @@ REPLACE_PUTENV = @REPLACE_PUTENV@ REPLACE_PWRITE = @REPLACE_PWRITE@ REPLACE_QSORT_R = @REPLACE_QSORT_R@ REPLACE_RAISE = @REPLACE_RAISE@ +REPLACE_RANDOM = @REPLACE_RANDOM@ REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ REPLACE_READ = @REPLACE_READ@ REPLACE_READLINK = @REPLACE_READLINK@ @@ -1267,6 +1276,7 @@ REPLACE_RMDIR = @REPLACE_RMDIR@ REPLACE_SELECT = @REPLACE_SELECT@ REPLACE_SETENV = @REPLACE_SETENV@ REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ +REPLACE_SETSTATE = @REPLACE_SETSTATE@ REPLACE_SLEEP = @REPLACE_SLEEP@ REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ REPLACE_SPRINTF = @REPLACE_SPRINTF@ @@ -1288,6 +1298,7 @@ REPLACE_STRSTR = @REPLACE_STRSTR@ REPLACE_STRTOD = @REPLACE_STRTOD@ REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ +REPLACE_STRTOLD = @REPLACE_STRTOLD@ REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@ REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ @@ -1410,7 +1421,6 @@ program_transform_name = @program_transform_name@ psdir = @psdir@ pyexecdir = @pyexecdir@ pythondir = @pythondir@ -runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff --git a/doc/fdl.texi b/doc/fdl.texi index 16a8d1f..39cc38d 100644 --- a/doc/fdl.texi +++ b/doc/fdl.texi @@ -5,8 +5,8 @@ @c hence no sectioning command or @node. @display -Copyright @copyright{} 2000-2002, 2007-2008, 2015, 2018 Free Software -Foundation, Inc. +Copyright @copyright{} 2000-2002, 2007-2008, 2015, 2018-2019 Free +Software Foundation, Inc. @uref{http://fsf.org/} Everyone is permitted to copy and distribute verbatim copies diff --git a/doc/stamp-vti b/doc/stamp-vti index a9e8afd..f89a7e6 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 26 December 2018 -@set UPDATED-MONTH December 2018 -@set EDITION 1.20.1 -@set VERSION 1.20.1 +@set UPDATED 19 February 2019 +@set UPDATED-MONTH February 2019 +@set EDITION 1.20.2 +@set VERSION 1.20.2 diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index 6dacf68..3277484 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -1,6 +1,6 @@ #! /usr/bin/env perl -# Copyright (C) 1999-2001, 2003, 2007, 2009-2011, 2015, 2018 Free +# Copyright (C) 1999-2001, 2003, 2007, 2009-2011, 2015, 2018-2019 Free # Software Foundation, Inc. # This file is part of GCC. diff --git a/doc/version.texi b/doc/version.texi index a9e8afd..f89a7e6 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 26 December 2018 -@set UPDATED-MONTH December 2018 -@set EDITION 1.20.1 -@set VERSION 1.20.1 +@set UPDATED 19 February 2019 +@set UPDATED-MONTH February 2019 +@set EDITION 1.20.2 +@set VERSION 1.20.2 diff --git a/doc/wget.info b/doc/wget.info index 93d759b..6a21851 100644 --- a/doc/wget.info +++ b/doc/wget.info @@ -1,8 +1,8 @@ -This is wget.info, produced by makeinfo version 6.5 from wget.texi. +This is wget.info, produced by makeinfo version 6.6 from wget.texi. This file documents the GNU Wget utility for downloading network data. - Copyright © 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright © 1996-2011, 2015, 2018-2019 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -18,12 +18,12 @@ END-INFO-DIR-ENTRY File: wget.info, Node: Top, Next: Overview, Prev: (dir), Up: (dir) -Wget 1.20.1 +Wget 1.20.2 *********** This file documents the GNU Wget utility for downloading network data. - Copyright © 1996-2011, 2015, 2018 Free Software Foundation, Inc. + Copyright © 1996-2011, 2015, 2018-2019 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -697,7 +697,7 @@ File: wget.info, Node: Download Options, Next: Directory Options, Prev: Loggi on the screen. This option will also force the progress bar to be printed to - ‘stderr’ when used alongside the ‘--logfile’ option. + ‘stderr’ when used alongside the ‘--output-file’ option. ‘-N’ ‘--timestamping’ @@ -1184,10 +1184,10 @@ File: wget.info, Node: HTTP Options, Next: HTTPS (SSL/TLS) Options, Prev: Dir ‘--no-cache’ Disable server-side cache. In this case, Wget will send the remote - server an appropriate directive (‘Pragma: no-cache’) to get the - file from the remote service, rather than returning the cached - version. This is especially useful for retrieving and flushing - out-of-date documents on proxy servers. + server appropriate directives (‘Cache-Control: no-cache’ and + ‘Pragma: no-cache’) to get the file from the remote service, rather + than returning the cached version. This is especially useful for + retrieving and flushing out-of-date documents on proxy servers. Caching is allowed by default. @@ -1574,7 +1574,7 @@ compiled without SSL support, none of these options are available. suites and other SSL/TLS options that the user wish should be used, in a set order of preference (GnuTLS calls it ’priority string’). This string will be fed verbatim to the SSL/TLS engine (OpenSSL or - GnuTLS) and hence its format and syntax is dependant on that. Wget + GnuTLS) and hence its format and syntax is dependent on that. Wget will not process or manipulate it in any way. Refer to the OpenSSL or GnuTLS documentation for more information. @@ -1770,7 +1770,7 @@ compiled without SSL support, none of these options are available. Using a custom HSTS database and/or modifying an existing one is discouraged. For more information about the potential security - threats arised from such practice, see section 14 "Security + threats arose from such practice, see section 14 "Security Considerations" of RFC 6797, specially section 14.9 "Creative Manipulation of HSTS Policy Store". @@ -3805,8 +3805,8 @@ File: wget.info, Node: Distribution, Next: Web Site, Prev: Proxies, Up: Vari Like all GNU utilities, the latest version of Wget can be found at the master GNU archive site ftp.gnu.org, and its mirrors. For example, Wget -1.20.1 can be found at -<https://ftp.gnu.org/pub/gnu/wget/wget-1.20.1.tar.gz> +1.20.2 can be found at +<https://ftp.gnu.org/pub/gnu/wget/wget-1.20.2.tar.gz> File: wget.info, Node: Web Site, Next: Mailing Lists, Prev: Distribution, Up: Various @@ -3918,7 +3918,7 @@ simple guidelines. information, but the log _will_ contain a fairly complete transcript of Wget’s communication with the server, which may include passwords and pieces of downloaded data. Since the bug - address is publically archived, you may assume that all bug reports + address is publicly archived, you may assume that all bug reports are visible to the public. 4. If Wget has crashed, try to run it in a debugger, e.g. ‘gdb `which @@ -4145,7 +4145,7 @@ feature proposals, patches, or letters saying “Thanks!”. • Tomislav Petrović, Mario Mikočević—many bug reports and suggestions. - • François Pinard—many thorough bug reports and discussions. + • Françis Pinard—many thorough bug reports and discussions. • Karl Eichwalder—lots of help with internationalization, Makefile layout and many other things. @@ -4237,8 +4237,8 @@ A.1 GNU Free Documentation License Version 1.3, 3 November 2008 - Copyright © 2000-2002, 2007-2008, 2015, 2018 Free Software - Foundation, Inc. + Copyright © 2000-2002, 2007-2008, 2015, 2018-2019 Free + Software Foundation, Inc. <http://fsf.org/> Everyone is permitted to copy and distribute verbatim copies @@ -5013,59 +5013,59 @@ Concept Index Tag Table: -Node: Top744 -Node: Overview2076 -Node: Invoking5768 -Node: URL Format6628 -Ref: URL Format-Footnote-19307 -Node: Option Syntax9413 -Node: Basic Startup Options12191 -Node: Logging and Input File Options13049 -Node: Download Options18678 -Node: Directory Options48244 -Node: HTTP Options51095 -Node: HTTPS (SSL/TLS) Options71747 -Node: FTP Options84906 -Node: Recursive Retrieval Options91968 -Node: Recursive Accept/Reject Options101225 -Node: Exit Status105430 -Node: Recursive Download106465 -Node: Following Links109704 -Node: Spanning Hosts110670 -Node: Types of Files112939 -Node: Directory-Based Limits117833 -Node: Relative Links121100 -Node: FTP Links121950 -Node: Time-Stamping122841 -Node: Time-Stamping Usage124513 -Node: HTTP Time-Stamping Internals126385 -Ref: HTTP Time-Stamping Internals-Footnote-1127733 -Node: FTP Time-Stamping Internals127936 -Node: Startup File129423 -Node: Wgetrc Location130363 -Node: Wgetrc Syntax131217 -Node: Wgetrc Commands131982 -Node: Sample Wgetrc148575 -Node: Examples154603 -Node: Simple Usage154964 -Node: Advanced Usage156413 -Node: Very Advanced Usage160229 -Node: Various161773 -Node: Proxies162482 -Node: Distribution165439 -Node: Web Site165783 -Node: Mailing Lists166083 -Node: Internet Relay Chat167820 -Node: Reporting Bugs168115 -Node: Portability170843 -Node: Signals172490 -Node: Appendices173197 -Node: Robot Exclusion173545 -Node: Security Considerations177407 -Node: Contributors178617 -Node: Copying this manual184347 -Node: GNU Free Documentation License184587 -Node: Concept Index209939 +Node: Top749 +Node: Overview2086 +Node: Invoking5778 +Node: URL Format6638 +Ref: URL Format-Footnote-19317 +Node: Option Syntax9423 +Node: Basic Startup Options12201 +Node: Logging and Input File Options13059 +Node: Download Options18688 +Node: Directory Options48258 +Node: HTTP Options51109 +Node: HTTPS (SSL/TLS) Options71793 +Node: FTP Options84951 +Node: Recursive Retrieval Options92013 +Node: Recursive Accept/Reject Options101270 +Node: Exit Status105475 +Node: Recursive Download106510 +Node: Following Links109749 +Node: Spanning Hosts110715 +Node: Types of Files112984 +Node: Directory-Based Limits117878 +Node: Relative Links121145 +Node: FTP Links121995 +Node: Time-Stamping122886 +Node: Time-Stamping Usage124558 +Node: HTTP Time-Stamping Internals126430 +Ref: HTTP Time-Stamping Internals-Footnote-1127778 +Node: FTP Time-Stamping Internals127981 +Node: Startup File129468 +Node: Wgetrc Location130408 +Node: Wgetrc Syntax131262 +Node: Wgetrc Commands132027 +Node: Sample Wgetrc148620 +Node: Examples154648 +Node: Simple Usage155009 +Node: Advanced Usage156458 +Node: Very Advanced Usage160274 +Node: Various161818 +Node: Proxies162527 +Node: Distribution165484 +Node: Web Site165828 +Node: Mailing Lists166128 +Node: Internet Relay Chat167865 +Node: Reporting Bugs168160 +Node: Portability170886 +Node: Signals172533 +Node: Appendices173240 +Node: Robot Exclusion173588 +Node: Security Considerations177450 +Node: Contributors178660 +Node: Copying this manual184389 +Node: GNU Free Documentation License184629 +Node: Concept Index209986 End Tag Table diff --git a/doc/wget.texi b/doc/wget.texi index a6cb15e..5c1d305 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -31,8 +31,8 @@ This file documents the GNU Wget utility for downloading network data. @c man begin COPYRIGHT -Copyright @copyright{} 1996-2011, 2015, 2018 Free Software Foundation, -Inc. +Copyright @copyright{} 1996-2011, 2015, 2018-2019 Free Software +Foundation, Inc. @iftex Permission is granted to make and distribute verbatim copies of @@ -863,7 +863,7 @@ files. In such a case, wget could simply be invoked with this parameter to get a much cleaner output on the screen. This option will also force the progress bar to be printed to @file{stderr} when -used alongside the @samp{--logfile} option. +used alongside the @samp{--output-file} option. @item -N @itemx --timestamping @@ -1402,10 +1402,10 @@ to the inability of server-side scripts to cope with the connections. @cindex cache @item --no-cache Disable server-side cache. In this case, Wget will send the remote -server an appropriate directive (@samp{Pragma: no-cache}) to get the -file from the remote service, rather than returning the cached version. -This is especially useful for retrieving and flushing out-of-date -documents on proxy servers. +server appropriate directives (@samp{Cache-Control: no-cache} and +@samp{Pragma: no-cache}) to get the file from the remote service, +rather than returning the cached version. This is especially useful +for retrieving and flushing out-of-date documents on proxy servers. Caching is allowed by default. @@ -1817,7 +1817,7 @@ Set the cipher list string. Typically this string sets the cipher suites and other SSL/TLS options that the user wish should be used, in a set order of preference (GnuTLS calls it 'priority string'). This string will be fed verbatim to the SSL/TLS engine (OpenSSL or GnuTLS) and hence -its format and syntax is dependant on that. Wget will not process or manipulate it +its format and syntax is dependent on that. Wget will not process or manipulate it in any way. Refer to the OpenSSL or GnuTLS documentation for more information. @cindex SSL certificate, check @@ -2005,7 +2005,7 @@ the same time over the HSTS database. Before dumping the updated HSTS entries on the file, Wget will re-read it and merge the changes. Using a custom HSTS database and/or modifying an existing one is discouraged. -For more information about the potential security threats arised from such practice, +For more information about the potential security threats arose from such practice, see section 14 "Security Considerations" of RFC 6797, specially section 14.9 "Creative Manipulation of HSTS Policy Store". @end table @@ -4198,7 +4198,7 @@ from the debug log before sending it to the bug address. The @code{-d} won't go out of its way to collect sensitive information, but the log @emph{will} contain a fairly complete transcript of Wget's communication with the server, which may include passwords and pieces -of downloaded data. Since the bug address is publically archived, you +of downloaded data. Since the bug address is publicly archived, you may assume that all bug reports are visible to the public. @item @@ -4447,7 +4447,7 @@ Tomislav Petrović, Mario Mikočević---many bug reports and suggestions. @item -François Pinard---many thorough bug reports and discussions. +Françis Pinard---many thorough bug reports and discussions. @item Karl Eichwalder---lots of help with internationalization, Makefile |