diff options
author | ru <ru@FreeBSD.org> | 2000-12-27 15:30:30 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-27 15:30:30 +0000 |
commit | 4bb5f49662398b2c716ed1737fb2ad4ca436335d (patch) | |
tree | f1468f2d922f425fb0e1dc0ae9c5629ea3d7baf7 /usr.sbin/i4b/g711conv | |
parent | 6c6a7d37868897a158286c6ca08baf40fb719d09 (diff) | |
download | FreeBSD-src-4bb5f49662398b2c716ed1737fb2ad4ca436335d.zip FreeBSD-src-4bb5f49662398b2c716ed1737fb2ad4ca436335d.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.sbin/i4b/g711conv')
-rw-r--r-- | usr.sbin/i4b/g711conv/g711conv.1 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/i4b/g711conv/g711conv.1 b/usr.sbin/i4b/g711conv/g711conv.1 index ac1c3d2..b711587 100644 --- a/usr.sbin/i4b/g711conv/g711conv.1 +++ b/usr.sbin/i4b/g711conv/g711conv.1 @@ -62,13 +62,11 @@ Print the resulting conversion tables (as C-source) to stdout instead of doing the actual conversion. .El .Pp - .Sh STANDARDS A-Law and u-Law conversions are specified in ITU Recommendation G.711. .Pp The reference implementation done by Sun Microsystems, Inc. is available from http://www.itu.int/itudoc/itu-t/rec/g/g700-799/refimpl.txt - .Sh EXAMPLES The command: .Bd -literal -offset indent @@ -85,7 +83,6 @@ cat max_headroom.ul | g711conv -u -R > /dev/i4btel0 converts the u-law coded voice of Max Headroom to A-law, reverses the bits of the result and moves that to an active isdn4bsd telephone connection. .Pp - .Sh AUTHORS The .Nm @@ -93,4 +90,3 @@ utility and this manpage were written by .An Hellmuth Michaelis Aq hm@kts.org based on the G.711 conversion reference code written by Sun Microsystems, Inc. and code contributed to isdn4bsd by Stefan Bethke. - |