diff options
Diffstat (limited to 'usr.sbin/i4b/dtmfdecode/dtmfdecode.1')
-rw-r--r-- | usr.sbin/i4b/dtmfdecode/dtmfdecode.1 | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 index 42cd5be..6aa1832 100644 --- a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 +++ b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 @@ -22,9 +22,11 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $Id: dtmfdecode.1,v 1.6 1999/12/13 22:11:55 hm Exp $ +.\" .\" $FreeBSD$ .\" -.\" last edit-date: [Mon Apr 26 13:42:15 1999] +.\" last edit-date: [Mon Dec 13 22:53:13 1999] .\" .\" .Dd February, 15 1999 @@ -46,6 +48,7 @@ numbers values as ASCII charcters to stdout. The detector is implemented as 8 narrow band-pass filters realized with an integer double-cross recursive algorithm. Various ad-hoc methods are employed to provide hysteresis and anti-bounce for the detected signals. + .Sh EXAMPLES The command: .Bd -literal -offset indent @@ -53,12 +56,14 @@ dtmfdecode < beep.al .Ed .Pp will print a "1" to stdout. + .Sh STANDARDS ITU Recommendations G.711 -.Sh AUTHORS + +.Sh AUTHOR The .Nm -utility was written by -.An Poul-Henning Kamp Aq phk@FreeBSD.org . -This man page was written by -.An Hellmuth Michaelis Aq hm@FreeBSD.org . +utility was written by +.An Poul-Henning Kamp Aq phk@freebsd.org . +This man page was written by +.An Hellmuth Michaelis Aq hm@freebsd.org . |