diff options
author | ru <ru@FreeBSD.org> | 2000-11-22 09:35:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-22 09:35:58 +0000 |
commit | 835a46c9c2529e5dbab4d68a946345b77847b06a (patch) | |
tree | 3c07db0b84a28952448d1b5a07d2bf6246fbe91d /usr.sbin/i4b/dtmfdecode | |
parent | 1a6c69e84a7fca69506cb5f1f12d9c6be826bd55 (diff) | |
download | FreeBSD-src-835a46c9c2529e5dbab4d68a946345b77847b06a.zip FreeBSD-src-835a46c9c2529e5dbab4d68a946345b77847b06a.tar.gz |
mdoc(7) police: do not split author names in the AUTHORS section.
Diffstat (limited to 'usr.sbin/i4b/dtmfdecode')
-rw-r--r-- | usr.sbin/i4b/dtmfdecode/dtmfdecode.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 index 2e0bc83..93433e9 100644 --- a/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 +++ b/usr.sbin/i4b/dtmfdecode/dtmfdecode.1 @@ -48,7 +48,6 @@ 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 @@ -56,14 +55,13 @@ dtmfdecode < beep.al .Ed .Pp will print a "1" to stdout. - .Sh STANDARDS ITU Recommendations G.711 - .Sh AUTHORS +.An -nosplit The .Nm utility was written by -.An Poul-Henning Kamp Aq phk@freebsd.org . +.An Poul-Henning Kamp Aq phk@FreeBSD.org . This man page was written by -.An Hellmuth Michaelis Aq hm@freebsd.org . +.An Hellmuth Michaelis Aq hm@FreeBSD.org . |