Bug 450095 - dund doesn't support "-d" option & typo error in dund man page
Summary: dund doesn't support "-d" option & typo error in dund man page
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: bluez-utils
Version: 8
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Woodhouse
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-05 11:37 UTC by Milos Malik
Modified: 2008-10-15 10:10 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-10-14 21:11:54 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Milos Malik 2008-06-05 11:37:42 UTC
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:

Comment 2 Bastien Nocera 2008-10-14 21:11:54 UTC
Fixed in rawhide.


Note You need to log in before you can comment on or make changes to this bug.