From a22cd7394b05dc3d70654fbf4d7bc4bfbc7401b6 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 9 Jun 2014 09:53:49 +0200 Subject: [PATCH] Remove trailing whitespaces --- ChangeLog | 5 +++++ build-aux/build_info.pl | 2 +- configure.ac | 6 +++--- doc/ChangeLog | 2 ++ doc/wget.texi | 10 +++++----- src/ChangeLog | 2 ++ src/wget.h | 2 +- 7 files changed, 19 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb3114d9..4cfd9232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-06-10 Giuseppe Scrivano + + * build-aux/build_info.pl: Remove trailing whitespaces. + * configure.ac: Likewise. + 2014-05-30 Darshit Shah * configure.ac: Allow compilation without libpsl. diff --git a/build-aux/build_info.pl b/build-aux/build_info.pl index eddfd52a..67aeab14 100755 --- a/build-aux/build_info.pl +++ b/build-aux/build_info.pl @@ -100,7 +100,7 @@ EOC EOC } print $fh < + * wget.texi: Remove trailing whitespaces. + * fdl.texi: Copy from gnulib. 2014-05-24 Darshit Shah diff --git a/doc/wget.texi b/doc/wget.texi index b154f4bd..fab0ab83 100644 --- a/doc/wget.texi +++ b/doc/wget.texi @@ -935,7 +935,7 @@ Don't use proxies, even if the appropriate @code{*_proxy} environment variable is defined. @c man end -For more information about the use of proxies with Wget, @xref{Proxies}. +@xref{Proxies} for more information about the use of proxies with Wget. @c man begin OPTIONS @cindex quota @@ -1277,8 +1277,8 @@ really important, do not leave them lying in those files either---edit the files and delete them after Wget has started the download. @iftex -For more information about security issues with Wget, @xref{Security -Considerations}. +@xref{Security Considerations} for more information about security issues +with Wget. @end iftex @cindex Keep-Alive, turning off @@ -1814,8 +1814,8 @@ really important, do not leave them lying in those files either---edit the files and delete them after Wget has started the download. @iftex -For more information about security issues with Wget, @xref{Security -Considerations}. +@xref{Security Considerations} for more information about security issues +with Wget. @end iftex @cindex .listing files, removing diff --git a/src/ChangeLog b/src/ChangeLog index 3a883aa6..dbe10283 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2014-06-10 Giuseppe Scrivano + * wget.h: Remove trailing whitespaces. + * retr.c (getproxy): Return a dinamically allocated string and... (retrieve_from_file, retrieve_url, url_uses_proxy): ...fix the caller to handle it. diff --git a/src/wget.h b/src/wget.h index ba4ea21e..6bdbe7a6 100644 --- a/src/wget.h +++ b/src/wget.h @@ -366,7 +366,7 @@ typedef enum Select an appropriate "orig" suffix and a separator character for adding a unique suffix to a file name. - A VMS ODS2 file system can not tolerate multiple dots. An ODS5 file + A VMS ODS2 file system can't tolerate multiple dots. An ODS5 file system can, but even there not all dots are equal, and heroic effort would be needed to get ".html^.orig" rather than (the less desirable) "^.html.orig". It's more satisfactory always to use "_orig" on VMS