remove excessive line for '-nv' option in the manpage (#1017106)
Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
86d4f1ea55
commit
f987fcc3f9
26
wget-1.14-remove-nv-from-report-speed-in-doc-wget-texi.patch
Normal file
26
wget-1.14-remove-nv-from-report-speed-in-doc-wget-texi.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From 798f554773baf1adca376500ca120a992e6d7492 Mon Sep 17 00:00:00 2001
|
||||
From: Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||
Date: Tue, 28 Aug 2012 16:38:21 +0200
|
||||
Subject: [PATCH] remove -nv from --report-speed in doc/wget.texi
|
||||
|
||||
---
|
||||
doc/wget.texi | 3 +--
|
||||
1 file changed, 1 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/doc/wget.texi b/doc/wget.texi
|
||||
index 7efdc72..400debe 100644
|
||||
--- a/doc/wget.texi
|
||||
+++ b/doc/wget.texi
|
||||
@@ -479,8 +479,7 @@ Turn off verbose without being completely quiet (use @samp{-q} for
|
||||
that), which means that error messages and basic information still get
|
||||
printed.
|
||||
|
||||
-@item -nv
|
||||
-@itemx --report-speed=@var{type}
|
||||
+@item --report-speed=@var{type}
|
||||
Output bandwidth as @var{type}. The only accepted value is @samp{bits}.
|
||||
|
||||
@cindex input-file
|
||||
--
|
||||
1.8.3.1
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||
Name: wget
|
||||
Version: 1.14
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Internet
|
||||
Url: http://www.gnu.org/software/wget/
|
||||
@ -19,6 +19,7 @@ Patch9: wget-1.14-doc-missing-opts-and-fix-preserve-permissions.patch
|
||||
Patch10: wget-1.14-set_sock_to_-1_if_no_persistent_conn.patch
|
||||
Patch11: wget-1.14-document-backups.patch
|
||||
Patch12: wget-1.14-fix-backups-to-work-as-documented.patch
|
||||
Patch13: wget-1.14-remove-nv-from-report-speed-in-doc-wget-texi.patch
|
||||
|
||||
Provides: webclient
|
||||
Provides: bundled(gnulib)
|
||||
@ -50,6 +51,7 @@ support for Proxy servers, and configurability.
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
|
||||
%build
|
||||
if pkg-config openssl ; then
|
||||
@ -86,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_infodir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 10 2013 Tomas Hozza <thozza@redhat.com> - 1.14-9
|
||||
- remove excessive line for '-nv' option in the manpage (#1017106)
|
||||
|
||||
* Mon Jul 15 2013 Tomas Hozza <thozza@redhat.com> - 1.14-8
|
||||
- Fix deadcode and possible use of NULL in vprintf (#913153)
|
||||
- Add documentation for --regex-type and --preserve-permissions
|
||||
|
Loading…
Reference in New Issue
Block a user