Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1290390

Summary: Stray -nv in wget manpage
Product: Red Hat Enterprise Linux 7 Reporter: Phil Sutter <psutter>
Component: wgetAssignee: Tomáš Hozza <thozza>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.2CC: jchaloup, psutter
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-10 12:07:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Phil Sutter 2015-12-10 11:51:22 UTC
Seen with wget-1.14-10.el7_0.1.x86_64:


/usr/share/man/man1/wget.1.gz, line 323ff:

.IP "\fB\-nv\fR" 4
.IX Item "-nv"
.PD 0
.IP "\fB\-\-no\-verbose\fR" 4
.IX Item "--no-verbose"
.PD
Turn off verbose without being completely quiet (use \fB\-q\fR for
that), which means that error messages and basic information still get
printed.
.IP "\fB\-nv\fR" 4
.IX Item "-nv"
.PD 0
.IP "\fB\-\-report\-speed=\fR\fItype\fR" 4
.IX Item "--report-speed=type"
.PD
Output bandwidth as \fItype\fR.  The only accepted value is \fBbits\fR.

Short option '-nv' is listed twice, the second time incorrectly as alternative to long option '--report-speed'.

Comment 1 Tomáš Hozza 2015-12-10 12:07:32 UTC

*** This bug has been marked as a duplicate of bug 1147572 ***

Comment 2 Phil Sutter 2015-12-10 12:16:34 UTC
Duh, sorry! I'm obviously too stupid to search BZ - using 'wget -nv' did not suffice.

Comment 3 Jan Chaloupka 2015-12-10 12:18:23 UTC
Hi Phil,

can you run 'rpm -q man-pages-overrides' and post its output?

In order to get the latest fixes of man pages applied, man-pages-overrides package must be installed and the latest.

Thanks
Jan

Comment 4 Phil Sutter 2015-12-10 12:32:25 UTC
Hi Jan,

(In reply to Jan Chaloupka from comment #3)
> can you run 'rpm -q man-pages-overrides' and post its output?
> 
> In order to get the latest fixes of man pages applied, man-pages-overrides
> package must be installed and the latest.

Indeed, man-pages-overrides wasn't installed. Maybe that should become part of the default installation (although I don't remember what exact options I chose when installing that VM). After installing man-pages-overrides-7.2.4-1.el7 with yum, wget.1 appears to be correct!

Thanks, Phil