Fedora Account System
Red Hat Associate
Red Hat Customer
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:
Fixed in rawhide.