summaryrefslogtreecommitdiff
path: root/xpp/dahdi_drivers
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-01 14:26:02 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-03-01 14:26:02 +0000
commit0746ac5aa96958870d2dbf8cb13f603fd1d8600a (patch)
tree4b7d56fb9645bc6a2f779ea8d54b122bd10aa247 /xpp/dahdi_drivers
parent3b56e264fa95afedbba57a130eb0401cd167f23a (diff)
dahdi-perl: more defensive coding and some docs
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6056 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/dahdi_drivers')
-rwxr-xr-xxpp/dahdi_drivers14
1 files changed, 14 insertions, 0 deletions
diff --git a/xpp/dahdi_drivers b/xpp/dahdi_drivers
index add8374..857324e 100755
--- a/xpp/dahdi_drivers
+++ b/xpp/dahdi_drivers
@@ -7,3 +7,17 @@ use Dahdi::Hardware;
my $hardware = Dahdi::Hardware->scan;
print join("\n", $hardware->drivers),"\n";
+__END__
+
+=head1 NAME
+
+dahdi_drivers - Show drivers required for installed dahdi devices.
+
+=head1 SYNOPSIS
+
+dahdi_drivers
+
+=head1 DESCRIPTION
+
+This script shows by default the list of drivers required for currently
+installed dahdi devices.