Bug 248543
| Summary: | rpc.mountd man page lists -P option twice | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Paul Dwyer <pdwyer> |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHBA-2008-0408 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-21 15:15:28 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Attachments: | |||
Created attachment 159422 [details]
replaces '-P, --state-directory-path directory' with '-s, --state-directory-path directory'
Created attachment 159424 [details]
replaces '-P, --state-directory-path directory' with '-s, --state-directory-path directory'
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. Fixed in nfs-utils-1.0.9-27.el5 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2008-0408.html |
Description of problem: Man page for rpc.mountd lists the -P option twice, one of those should be -s Version-Release number of selected component (if applicable): nfs-utils-1.0.9-16.el5 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: man page states -P, --state-directory-path directory specify a directory in which to place statd state information. If this option is not specified the default of /var/lib/nfs is used. Expected results: should be -s, --state-directory-path directory specify a directory in which to place statd state information. If this option is not specified the default of /var/lib/nfs is used. Additional info: patch to manpage attached