~vibhavp/ubuntu/raring/dahdi-tools/merge-from-debian

« back to all changes in this revision

Viewing changes to xpp/astribank_allow.8

  • Committer: Vibhav Pant
  • Date: 2012-12-26 17:23:16 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: vibhavp@gmail.com-20121226172316-o2jojsfcnr0aqrme
* Merge from Debian unstable. Remaining changes:
  - Bug Fix: If linux-headers are not installed, don't block, and print
    information for the user.
  - added debian/dahdi.postinst
  - added --error-handler=init_failed to debian/rules
  - debian/control: Added gawk as dependency for dkms build (LP: #493304)
  - Changes from Debian:
    - debian/control: Change Maintainer
    - debian/control: Removed Uploaders field.
    - debian/control: Removed Debian Vcs-Svn entry and replaced with
      ubuntu-voip Vcs-Bzr, to reflect divergence in packages.
    - debian/control: Package dahdi Depends on dahdi-dkms | dahdi-source 

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
.B \-D
31
31
.I device-path
32
32
.RS
33
 
Required. The device to read from/write to. On modern UDEV-based system
34
 
this is usually /dev/bus/usb/\fIbus_num\fR/\fIdevice_num\fR,
35
 
where \fIbus_num\fR and \fIdevice_num\fR are the first two numbers in the
36
 
output of lsusb(8).
37
 
On older systems that use usbfs, it is usually
 
33
Required. The device to read from/write to. This is
 
34
\fIbus_num\fR/\fIdevice_num\fR, where \fIbus_num\fR and \fIdevice_num\fR
 
35
are the first two numbers in the output of lsusb(8) or dahdi_hardware(8).
 
36
On older versions of this toolyou needed a complete path to the device,
 
37
which would be /dev/bus/usb/\fIbus_num\fR/\fIdevice_num\fR, or
38
38
/proc/bus/usb/\fIbus_num\fR/\fIdevice_num\fR.
39
39
.RE
40
40