Deleted Added
full compact
libngatm.3 (146532) libngatm.3 (156678)
1.\"
1.\"
2.\" Copyright (c) 2004-2005
3.\" Hartmut Brandt
4.\" All rights reserved.
2.\" Copyright (c) 2001-2003
3.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
4.\" All rights reserved.
5.\" Copyright (c) 2001-2003
6.\" Fraunhofer Institute for Open Communication Systems (FhG Fokus).
7.\" All rights reserved.
5.\" Copyright (c) 2004
6.\" Hartmut Brandt
7.\" All rights reserved.
8.\"
9.\" Author: Hartmut Brandt <harti@freebsd.org>
10.\"
11.\" Redistribution and use in source and binary forms, with or without
12.\" modification, are permitted provided that the following conditions
13.\" are met:
14.\" 1. Redistributions of source code must retain the above copyright
15.\" notice, this list of conditions and the following disclaimer.
16.\" 2. Redistributions in binary form must reproduce the above copyright
17.\" notice, this list of conditions and the following disclaimer in the
18.\" documentation and/or other materials provided with the distribution.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
8.\"
9.\" Author: Hartmut Brandt <harti@freebsd.org>
10.\"
11.\" Redistribution and use in source and binary forms, with or without
12.\" modification, are permitted provided that the following conditions
13.\" are met:
14.\" 1. Redistributions of source code must retain the above copyright
15.\" notice, this list of conditions and the following disclaimer.
16.\" 2. Redistributions in binary form must reproduce the above copyright
17.\" notice, this list of conditions and the following disclaimer in the
18.\" documentation and/or other materials provided with the distribution.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
21.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
24.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" $Begemot: libunimsg/man/libngatm.3,v 1.5 2005/05/23 12:00:07 brandt_h Exp $
32.\" $Begemot: libunimsg/man/libngatm.3,v 1.6 2005/06/15 11:37:07 brandt_h Exp $
33.\"
34.Dd May 23, 2005
35.Dt LIBNGATM 3
36.Os
37.Sh NAME
38.Nm libngatm
39.Nd "ATM signalling library"
40.Sh LIBRARY
41Begemot ATM signalling library
42.Pq libngatm, -lngatm
43.Sh DESCRIPTION
44The Begemot UNI signalling library handles message decoding and encoding as
45well as the Q.2110 and Q.2120 transport protocols and adaptation layers, and
46ATM-Forum UNI 4.0 compliant signalling.
47Because of this complexity the description is broken down in several man pages:
48.Bl -tag -width XXXX
49.It Xr unimsg 3
50Describes a data structure and functions for handling of variable sized
51messages.
52.It Xr unistruct 3
53describes data structures for the decoding, encoding and printing functions
54in the library.
55.It Xr unifunc 3
56describes the decoding, encoding and printing functions.
57.\" .It Xr sscop 3
58.\" describes the SSCOP transport protocol functions.
59.\" .It Xr sscfu 3
60.\" describes the SSCF at the UNI functions.
61.\" .It Xr uni 3
62.\" describes the UNI 4.0 signalling functions.
63.It Xr uniaddr 3
64describes address structures and handling functions.
65.It Xr unisap 3
66.\" describes ATM-Forum ATM-API service access point structures and
67.\" handling functions.
68.El
69.Sh SEE ALSO
70.Xr sscop 1
71.Sh STANDARDS
72This implementation conforms to the applicable ITU-T
73recommendations and ATM Forum standards.
74.Sh AUTHORS
75.An Hartmut Brandt Aq harti@freebsd.org
33.\"
34.Dd May 23, 2005
35.Dt LIBNGATM 3
36.Os
37.Sh NAME
38.Nm libngatm
39.Nd "ATM signalling library"
40.Sh LIBRARY
41Begemot ATM signalling library
42.Pq libngatm, -lngatm
43.Sh DESCRIPTION
44The Begemot UNI signalling library handles message decoding and encoding as
45well as the Q.2110 and Q.2120 transport protocols and adaptation layers, and
46ATM-Forum UNI 4.0 compliant signalling.
47Because of this complexity the description is broken down in several man pages:
48.Bl -tag -width XXXX
49.It Xr unimsg 3
50Describes a data structure and functions for handling of variable sized
51messages.
52.It Xr unistruct 3
53describes data structures for the decoding, encoding and printing functions
54in the library.
55.It Xr unifunc 3
56describes the decoding, encoding and printing functions.
57.\" .It Xr sscop 3
58.\" describes the SSCOP transport protocol functions.
59.\" .It Xr sscfu 3
60.\" describes the SSCF at the UNI functions.
61.\" .It Xr uni 3
62.\" describes the UNI 4.0 signalling functions.
63.It Xr uniaddr 3
64describes address structures and handling functions.
65.It Xr unisap 3
66.\" describes ATM-Forum ATM-API service access point structures and
67.\" handling functions.
68.El
69.Sh SEE ALSO
70.Xr sscop 1
71.Sh STANDARDS
72This implementation conforms to the applicable ITU-T
73recommendations and ATM Forum standards.
74.Sh AUTHORS
75.An Hartmut Brandt Aq harti@freebsd.org