summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-05 10:08:28 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-05 10:08:28 +0900
commitf06fb91e0373c52ed04740f8136bc7cfcc3c8766 (patch)
treef7604f9cd7573e22e6a0fb8883d81ae73ed72069 /doc
parenta2c7c975f0813d307b31d06da2c015916a6bb16d (diff)
downloadwget-upstream.tar.gz
wget-upstream.tar.bz2
wget-upstream.zip
Imported Upstream version 1.21.1upstream/1.21.1upstream
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/Makefile.in9
-rw-r--r--doc/fdl.texi2
-rw-r--r--doc/stamp-vti8
-rwxr-xr-xdoc/texi2pod.pl2
-rw-r--r--doc/version.texi8
-rw-r--r--doc/wget.info119
-rw-r--r--doc/wget.texi2
8 files changed, 80 insertions, 72 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 678d01a..9e8b17d 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-2020 Free Software
+# Copyright (C) 1995-1997, 2007-2011, 2015, 2018-2021 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 061b3e2..1d3968c 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-2020 Free Software
+# Copyright (C) 1995-1997, 2007-2011, 2015, 2018-2021 Free Software
# Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
@@ -734,6 +734,7 @@ GNULIB_SYMLINK = @GNULIB_SYMLINK@
GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@
GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@
GNULIB_TIMEGM = @GNULIB_TIMEGM@
+GNULIB_TIMESPEC_GET = @GNULIB_TIMESPEC_GET@
GNULIB_TIME_R = @GNULIB_TIME_R@
GNULIB_TIME_RZ = @GNULIB_TIME_RZ@
GNULIB_TMPFILE = @GNULIB_TMPFILE@
@@ -1055,6 +1056,7 @@ HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@
HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@
HAVE_TIMEGM = @HAVE_TIMEGM@
+HAVE_TIMESPEC_GET = @HAVE_TIMESPEC_GET@
HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@
HAVE_UNISTD_H = @HAVE_UNISTD_H@
@@ -1171,6 +1173,7 @@ LIB_SELECT = @LIB_SELECT@
LIB_SETLOCALE_NULL = @LIB_SETLOCALE_NULL@
LIMITS_H = @LIMITS_H@
LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@
+LOCALENAME_ENHANCE_LOCALE_FUNCS = @LOCALENAME_ENHANCE_LOCALE_FUNCS@
LOCALE_FR = @LOCALE_FR@
LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@
LOCALE_JA = @LOCALE_JA@
@@ -1332,6 +1335,7 @@ REPLACE_FCNTL = @REPLACE_FCNTL@
REPLACE_FDOPEN = @REPLACE_FDOPEN@
REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@
REPLACE_FFLUSH = @REPLACE_FFLUSH@
+REPLACE_FFSLL = @REPLACE_FFSLL@
REPLACE_FNMATCH = @REPLACE_FNMATCH@
REPLACE_FOPEN = @REPLACE_FOPEN@
REPLACE_FPRINTF = @REPLACE_FPRINTF@
@@ -1394,7 +1398,9 @@ REPLACE_MEMCHR = @REPLACE_MEMCHR@
REPLACE_MEMMEM = @REPLACE_MEMMEM@
REPLACE_MKDIR = @REPLACE_MKDIR@
REPLACE_MKFIFO = @REPLACE_MKFIFO@
+REPLACE_MKFIFOAT = @REPLACE_MKFIFOAT@
REPLACE_MKNOD = @REPLACE_MKNOD@
+REPLACE_MKNODAT = @REPLACE_MKNODAT@
REPLACE_MKSTEMP = @REPLACE_MKSTEMP@
REPLACE_MKTIME = @REPLACE_MKTIME@
REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@
@@ -1511,6 +1517,7 @@ SYS_IOCTL_H_HAVE_WINSOCK2_H = @SYS_IOCTL_H_HAVE_WINSOCK2_H@
SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@
TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@
+TIME_H_DEFINES_TIME_UTC = @TIME_H_DEFINES_TIME_UTC@
UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@
UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@
UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@
diff --git a/doc/fdl.texi b/doc/fdl.texi
index 93db1ab..f24ffd0 100644
--- a/doc/fdl.texi
+++ b/doc/fdl.texi
@@ -5,7 +5,7 @@
@c hence no sectioning command or @node.
@display
-Copyright @copyright{} 2000-2002, 2007-2008, 2015, 2018-2020 Free
+Copyright @copyright{} 2000--2002, 2007--2008, 2015, 2018--2021 Free
Software Foundation, Inc.
@uref{http://fsf.org/}
diff --git a/doc/stamp-vti b/doc/stamp-vti
index 6705e02..a8fa44b 100644
--- a/doc/stamp-vti
+++ b/doc/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 7 September 2020
-@set UPDATED-MONTH September 2020
-@set EDITION 1.21
-@set VERSION 1.21
+@set UPDATED 8 January 2021
+@set UPDATED-MONTH January 2021
+@set EDITION 1.21.1
+@set VERSION 1.21.1
diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index 02f0352..a5f6b2c 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-2020 Free
+# Copyright (C) 1999-2001, 2003, 2007, 2009-2011, 2015, 2018-2021 Free
# Software Foundation, Inc.
# This file is part of GCC.
diff --git a/doc/version.texi b/doc/version.texi
index 6705e02..a8fa44b 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 7 September 2020
-@set UPDATED-MONTH September 2020
-@set EDITION 1.21
-@set VERSION 1.21
+@set UPDATED 8 January 2021
+@set UPDATED-MONTH January 2021
+@set EDITION 1.21.1
+@set VERSION 1.21.1
diff --git a/doc/wget.info b/doc/wget.info
index b59c06c..b0d5df7 100644
--- a/doc/wget.info
+++ b/doc/wget.info
@@ -2,7 +2,7 @@ This is wget.info, produced by makeinfo version 6.7 from wget.texi.
This file documents the GNU Wget utility for downloading network data.
- Copyright © 1996-2011, 2015, 2018-2020 Free Software Foundation, Inc.
+ Copyright © 1996–2011, 2015, 2018–2021 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.21
-*********
+Wget 1.21.1
+***********
This file documents the GNU Wget utility for downloading network data.
- Copyright © 1996-2011, 2015, 2018-2020 Free Software Foundation, Inc.
+ Copyright © 1996–2011, 2015, 2018–2021 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
@@ -3819,7 +3819,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.21 can be found at <https://ftp.gnu.org/pub/gnu/wget/wget-1.21.tar.gz>
+1.21.1 can be found at
+<https://ftp.gnu.org/pub/gnu/wget/wget-1.21.1.tar.gz>

File: wget.info, Node: Web Site, Next: Mailing Lists, Prev: Distribution, Up: Various
@@ -4256,7 +4257,7 @@ A.1 GNU Free Documentation License
Version 1.3, 3 November 2008
- Copyright © 2000-2002, 2007-2008, 2015, 2018-2020 Free
+ Copyright © 2000–2002, 2007–2008, 2015, 2018–2021 Free
Software Foundation, Inc.
<http://fsf.org/>
@@ -5032,59 +5033,59 @@ Concept Index

Tag Table:
-Node: Top749
-Node: Overview2082
-Node: Invoking5774
-Node: URL Format6634
-Ref: URL Format-Footnote-19313
-Node: Option Syntax9419
-Node: Basic Startup Options12197
-Node: Logging and Input File Options13055
-Node: Download Options18684
-Node: Directory Options48327
-Node: HTTP Options51178
-Node: HTTPS (SSL/TLS) Options71862
-Node: FTP Options85019
-Node: Recursive Retrieval Options92081
-Node: Recursive Accept/Reject Options102122
-Node: Exit Status106327
-Node: Recursive Download107362
-Node: Following Links110601
-Node: Spanning Hosts111567
-Node: Types of Files113836
-Node: Directory-Based Limits118730
-Node: Relative Links121997
-Node: FTP Links122847
-Node: Time-Stamping123738
-Node: Time-Stamping Usage125410
-Node: HTTP Time-Stamping Internals127282
-Ref: HTTP Time-Stamping Internals-Footnote-1128630
-Node: FTP Time-Stamping Internals128833
-Node: Startup File130320
-Node: Wgetrc Location131260
-Node: Wgetrc Syntax132114
-Node: Wgetrc Commands132879
-Node: Sample Wgetrc149472
-Node: Examples155500
-Node: Simple Usage155861
-Node: Advanced Usage157310
-Node: Very Advanced Usage161126
-Node: Various162670
-Node: Proxies163379
-Node: Distribution166336
-Node: Web Site166676
-Node: Mailing Lists166976
-Node: Internet Relay Chat168713
-Node: Reporting Bugs169008
-Node: Portability171734
-Node: Signals173381
-Node: Appendices174088
-Node: Robot Exclusion174436
-Node: Security Considerations178298
-Node: Contributors179508
-Node: Copying this manual185484
-Node: GNU Free Documentation License185724
-Node: Concept Index211081
+Node: Top753
+Node: Overview2094
+Node: Invoking5786
+Node: URL Format6646
+Ref: URL Format-Footnote-19325
+Node: Option Syntax9431
+Node: Basic Startup Options12209
+Node: Logging and Input File Options13067
+Node: Download Options18696
+Node: Directory Options48339
+Node: HTTP Options51190
+Node: HTTPS (SSL/TLS) Options71874
+Node: FTP Options85031
+Node: Recursive Retrieval Options92093
+Node: Recursive Accept/Reject Options102134
+Node: Exit Status106339
+Node: Recursive Download107374
+Node: Following Links110613
+Node: Spanning Hosts111579
+Node: Types of Files113848
+Node: Directory-Based Limits118742
+Node: Relative Links122009
+Node: FTP Links122859
+Node: Time-Stamping123750
+Node: Time-Stamping Usage125422
+Node: HTTP Time-Stamping Internals127294
+Ref: HTTP Time-Stamping Internals-Footnote-1128642
+Node: FTP Time-Stamping Internals128845
+Node: Startup File130332
+Node: Wgetrc Location131272
+Node: Wgetrc Syntax132126
+Node: Wgetrc Commands132891
+Node: Sample Wgetrc149484
+Node: Examples155512
+Node: Simple Usage155873
+Node: Advanced Usage157322
+Node: Very Advanced Usage161138
+Node: Various162682
+Node: Proxies163391
+Node: Distribution166348
+Node: Web Site166692
+Node: Mailing Lists166992
+Node: Internet Relay Chat168729
+Node: Reporting Bugs169024
+Node: Portability171750
+Node: Signals173397
+Node: Appendices174104
+Node: Robot Exclusion174452
+Node: Security Considerations178314
+Node: Contributors179524
+Node: Copying this manual185500
+Node: GNU Free Documentation License185740
+Node: Concept Index211103

End Tag Table
diff --git a/doc/wget.texi b/doc/wget.texi
index cf877fe..da1d824 100644
--- a/doc/wget.texi
+++ b/doc/wget.texi
@@ -31,7 +31,7 @@ This file documents the GNU Wget utility for downloading network
data.
@c man begin COPYRIGHT
-Copyright @copyright{} 1996-2011, 2015, 2018-2020 Free Software
+Copyright @copyright{} 1996--2011, 2015, 2018--2021 Free Software
Foundation, Inc.
@iftex