bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH] Some simple documentation corrections


From: Jeff
Subject: [Bug-wget] [PATCH] Some simple documentation corrections
Date: Sun, 25 Apr 2010 15:55:05 +1000

G'Day list,

The below patch is some simple fixes to the documentation, currently in
the sample/wgetrc and wget.texi files.  Most of these are simple plural
type corrections. 

Can you please advise if this patch is suitable for inclusion, or if
there are changes that need to be made prior to having it included.
If the patch is suitable, and you wish for me to continue, I will
continue reading through the documentation and investigating what needs
correction, if anything.


 sample.wgetrc |    2 +-
 wget.texi     |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

==== PATCH ====

diff -r 013c8e2f5997 doc/sample.wgetrc
--- a/doc/sample.wgetrc Thu Mar 04 22:09:31 2010 +0100
+++ b/doc/sample.wgetrc Sun Apr 25 15:45:15 2010 +1000
@@ -39,7 +39,7 @@
 # initiates the data connection to the server rather than the other
 # way around.  That is required on systems behind NAT where the client
 # computer cannot be easily reached from the Internet.  However, some
-# firewalls software explicitly supports active FTP and in fact has
+# firewall software explicitly supports active FTP and in fact has
 # problems supporting passive transfer.  If you are in such
 # environment, use "passive_ftp = off" to revert to active FTP.
 #passive_ftp = off
diff -r 013c8e2f5997 doc/wget.texi
--- a/doc/wget.texi     Thu Mar 04 22:09:31 2010 +0100
+++ b/doc/wget.texi     Sun Apr 25 15:45:15 2010 +1000
@@ -486,7 +486,7 @@
 
 If this function is used, no @sc{url}s need be present on the command
 line.  If there are @sc{url}s both on the command line and in an input
-file, those on the command lines will be the first ones to be
+file, those on the command line will be the first ones to be
 retrieved.  If @samp{--force-html} is not specified, then @var{file}
 should consist of a series of URLs, one per line.
 
@@ -514,7 +514,7 @@
 @item -B @var{URL}
 @itemx address@hidden
 Resolves relative links using @var{URL} as the point of reference,
-when reading links from an HTML file specified via the
+when reading links from an @sc{html} file specified via the
 @samp{-i}/@samp{--input-file} option (together with
 @samp{--force-html}, or when the input file was fetched remotely from
 a server describing it as @sc{html}). This is equivalent to the
@@ -831,7 +831,7 @@
 destination host is down, so that Wget can wait long enough to
 reasonably expect the network error to be fixed before the retry.  The
 waiting interval specified by this function is influenced by
address@hidden, which see.
address@hidden
 
 @cindex retries, waiting between
 @cindex waiting between retries
@@ -1053,7 +1053,7 @@
 how Wget converts URLs specified as arguments from locale to @sc{utf-8}
for
 IRI support.
 
-Wget use the function @code{nl_langinfo()} and then the @code{CHARSET}
+Wget uses the function @code{nl_langinfo()} and then the @code{CHARSET}
 environment variable to get the locale. If it fails, @sc{ascii} is
used.
 
 You can set the default local encoding using the @code{local_encoding}
@@ -1065,7 +1065,7 @@
 
 Force Wget to use @var{encoding} as the default remote server encoding.
 That affects how Wget converts URIs found in files from remote encoding
-to @sc{utf-8} during a recursive fetch. This options is only useful for
+to @sc{utf-8} during a recursive fetch. This option is only useful for
 IRI support, for the interpretation of address@hidden characters.
 
 For HTTP, remote encoding can be found in HTTP @code{Content-Type}

==== END PATCH ====


Cheers,
Jeff.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]