Bug 450095
| Summary: | dund doesn't support "-d" option & typo error in dund man page | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Milos Malik <mmalik> |
| Component: | bluez-utils | Assignee: | David Woodhouse <dwmw2> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8 | CC: | bnocera |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-10-14 21:11:54 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: | |||
Fixed in rawhide. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc8 Firefox/2.0.0.14 Description of problem: The man page of dund contains a typo error. The dund binary does not support "-p" option, but supports "--pppd" option, which is claimed to be equivalent to "-p". Maybe there is a problem in getopt_long() arguments. Version-Release number of selected component (if applicable): bluez-utils-3.20-7 How reproducible: Always Steps to Reproduce: 1. man dund 2. search for "--channel" 3. dund -p Actual Results: steps 1 and 2: --channel -C <channel> RFCOMM channel step 3: dund: invalid option -- d Expected Results: step 1 and 2: --channel -P <channel> RFCOMM channel step 3: dund: option requires an argument -- d Additional info: