Sort sections.

This commit is contained in:
wiz 2002-01-19 03:15:44 +00:00
parent 6b626e5f08
commit 9afed566e5
2 changed files with 10 additions and 11 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: daicctl.1,v 1.5 2001/06/13 10:46:06 wiz Exp $
.\" $NetBSD: daicctl.1,v 1.6 2002/01/19 03:15:44 wiz Exp $
.\"
.\" Copyright (c) 1997,1999,2001 Martin Husemann <martin@duskware.de>
.\" All rights reserved.
@ -34,12 +34,12 @@ under construction
under construction.
.Pp
Call it with -? to get minimal help.
.Sh SEE ALSO
.Xr daic 4
.Sh HISTORY
The
.Nm
utility is not yet published.
.Sh SEE ALSO
.Xr daic 4
.Sh AUTHORS
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: g711conv.1,v 1.2 2001/04/09 13:22:21 wiz Exp $
.\" $NetBSD: g711conv.1,v 1.3 2002/01/19 03:15:44 wiz Exp $
.\"
.\" Copyright (c) 1999 Hellmuth Michaelis. All rights reserved.
.\"
@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" $Id: g711conv.1,v 1.2 2001/04/09 13:22:21 wiz Exp $
.\" $Id: g711conv.1,v 1.3 2002/01/19 03:15:44 wiz Exp $
.\"
.\" $FreeBSD$
.\"
@ -62,11 +62,6 @@ Reverse bits after conversion
Print the resulting conversion tables (as C-source) to stdout instead of
doing the actual conversion.
.El
.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
@ -82,6 +77,11 @@ cat max_headroom.ul | g711conv -u -R > /dev/i4btel0
.Pp
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.
.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 AUTHORS
The
.Nm
@ -89,4 +89,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.