| Summary: | there is no -s option description in man page. and no s in [-rvVwfnh] info | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | JianHong Yin <jiyin> |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED WONTFIX | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.10 | CC: | jlayton |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-05 22:17:13 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: | |
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. Development Management has reviewed and declined this request. You may appeal this decision by reopening this request. |
Description of problem: there is no -s option descrition in man page. and no s in usage: line usage: mount.nfs remotetarget dir [-rvVwfnh] [-t version] [-o nfsoptions] Version-Release number of selected component (if applicable): # lsb_release -sir; rpm -q nfs-utils RedHatEnterpriseServer 5.10 nfs-utils-1.0.9-69.el5 How reproducible: always Steps to Reproduce: 1. mount.nfs -h 2. 3. Actual results: In man page, no -s option description # mount.nfs -h usage: mount.nfs remotetarget dir [-rvVwfnh] [-t version] [-o nfsoptions] `--->here no s declare options: -r Mount file system readonly -v Verbose -V Print version -w Mount file system read-write -f Fake mount, don't actually mount -n Do not update /etc/mtab -s Tolerate sloppy mount options rather than failing. -h Print this help version nfs4 - NFS version 4, nfs - older NFS version supported nfsoptions Refer mount.nfs(8) or nfs(5) Expected results: keep consistent in help info internal, and between help info and man page. Additional info: