summaryrefslogtreecommitdiff
path: root/doc/patgen.8
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-12-02 19:45:45 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2009-12-02 19:45:45 +0000
commitd7cbc587a4bda464ae9336d6f756055b93cf8cca (patch)
treeb62769a8a68dc889b1f91b9cf5e8b0faad0f1255 /doc/patgen.8
parent39fb6f44d7f137a6a9625b1afed557f69e438b9a (diff)
patgen and pattest: channel by number
Allow pattest and patgen to get the DAHDI channel by number rather than with an explicit device file. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@7658 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'doc/patgen.8')
-rw-r--r--doc/patgen.810
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/patgen.8 b/doc/patgen.8
index 1e5102e..75d9670 100644
--- a/doc/patgen.8
+++ b/doc/patgen.8
@@ -1,4 +1,4 @@
-.TH patgen 8 "2008-01-08"
+.TH patgen 8 "2 Dec 2009"
.SH NAME
patgen \(em Generates a Pattern for a DAHDI Clear Channel Test
.SH SYNOPSIS
@@ -18,15 +18,17 @@ channel used by Asterisk.
.SH OPTIONS
.I dahdi-device
.RS
-A DAHDI device file.
+A DAHDI device. Can be either a device number or an explicit device file
+name
.RE
.SH EXAMPLE
patgen /dev/dahdi/5
+ patgen 305
+
.SH BUGS
-Will not work with channels whose number > 249 as they don't have device
-files. For a simple workaround, see dahdi_diag.c .
+Waiting for you to report them at <http://issues.asterisk.org> .
.SH SEE ALSO
pattest(8), dahdi_cfg(8), asterisk(8).