summaryrefslogtreecommitdiffstats
path: root/contrib/ngatm/man
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-23 12:22:12 +0000
committerharti <harti@FreeBSD.org>2005-05-23 12:22:12 +0000
commitf75f62a8c57ee60a2a62537ba5663a6e778a7e82 (patch)
tree8386d7c515a9dea8646abaacd4f23f92c746feb2 /contrib/ngatm/man
parent83a5defcf448c230c5f9715b1562cbddf4bf80b5 (diff)
downloadFreeBSD-src-f75f62a8c57ee60a2a62537ba5663a6e778a7e82.zip
FreeBSD-src-f75f62a8c57ee60a2a62537ba5663a6e778a7e82.tar.gz
Virgin import of NgATM user part 1.2
Diffstat (limited to 'contrib/ngatm/man')
-rw-r--r--contrib/ngatm/man/libngatm.36
-rw-r--r--contrib/ngatm/man/uniaddr.38
-rw-r--r--contrib/ngatm/man/unifunc.340
-rw-r--r--contrib/ngatm/man/unimsg.310
-rw-r--r--contrib/ngatm/man/unisap.314
-rw-r--r--contrib/ngatm/man/unistruct.312
6 files changed, 45 insertions, 45 deletions
diff --git a/contrib/ngatm/man/libngatm.3 b/contrib/ngatm/man/libngatm.3
index 9de36ef..eba9972 100644
--- a/contrib/ngatm/man/libngatm.3
+++ b/contrib/ngatm/man/libngatm.3
@@ -29,10 +29,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Begemot: libunimsg/man/libngatm.3,v 1.4 2004/07/08 08:21:42 brandt Exp $
+.\" $Begemot: libunimsg/man/libngatm.3,v 1.5 2005/05/23 12:00:07 brandt_h Exp $
.\"
-.Dd July 7, 2004
-.Dt libngatm 3
+.Dd May 23, 2005
+.Dt LIBNGATM 3
.Os
.Sh NAME
.Nm libngatm
diff --git a/contrib/ngatm/man/uniaddr.3 b/contrib/ngatm/man/uniaddr.3
index 7a54fbb..54fa9c9 100644
--- a/contrib/ngatm/man/uniaddr.3
+++ b/contrib/ngatm/man/uniaddr.3
@@ -26,10 +26,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Begemot: libunimsg/man/uniaddr.3,v 1.3 2004/07/08 08:21:42 brandt Exp $
+.\" $Begemot: libunimsg/man/uniaddr.3,v 1.5 2005/05/23 12:04:55 brandt_h Exp $
.\"
-.Dd October 30, 2003
-.Dt uniaddr 3
+.Dd May 23, 2005
+.Dt UNIADDR 3
.Os
.Sh NAME
.Nm unimsg ,
@@ -120,6 +120,6 @@ is 2 the last 11 bytes must be zero.
The function returns 0 on success and -1 when the NSAP address was not an
embedded E.164 NSAP or one of the additional checks failed.
.Sh SEE ALSO
-.Xr libngatm 3 ,
+.Xr libngatm 3
.Sh AUTHORS
.An Hartmut Brandt Aq harti@freebsd.org
diff --git a/contrib/ngatm/man/unifunc.3 b/contrib/ngatm/man/unifunc.3
index 093d0c8..ae5c2ac 100644
--- a/contrib/ngatm/man/unifunc.3
+++ b/contrib/ngatm/man/unifunc.3
@@ -26,28 +26,28 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Begemot: libunimsg/man/unifunc.3,v 1.3 2004/07/08 08:21:43 brandt Exp $
+.\" $Begemot: libunimsg/man/unifunc.3,v 1.5 2005/05/23 12:04:55 brandt_h Exp $
.\"
-.Dd October 30, 2003
-.Dt unifunc 3
+.Dd May 23, 2005
+.Dt UNIFUNC 3
.Os
.Sh NAME
-.Nm libngatm
-.Nm uni_decode
-.Nm uni_decode_head
-.Nm uni_decode_body
-.Nm uni_decode_ie_hdr
-.Nm uni_decode_ie_body
-.Nm uni_encode
-.Nm uni_encode_msg_hdr
-.Nm uni_encode_ie
-.Nm uni_encode_ie_hdr
-.Nm uni_check_ie
-.Nm uni_print_cref
-.Nm uni_print_msghdr
-.Nm uni_print
-.Nm uni_print_ie
-.Nm uni_initcx
+.Nm libngatm ,
+.Nm uni_decode ,
+.Nm uni_decode_head ,
+.Nm uni_decode_body ,
+.Nm uni_decode_ie_hdr ,
+.Nm uni_decode_ie_body ,
+.Nm uni_encode ,
+.Nm uni_encode_msg_hdr ,
+.Nm uni_encode_ie ,
+.Nm uni_encode_ie_hdr ,
+.Nm uni_check_ie ,
+.Nm uni_print_cref ,
+.Nm uni_print_msghdr ,
+.Nm uni_print ,
+.Nm uni_print_ie ,
+.Nm uni_initcx ,
.Nm uni_print_cx
.Nd "ATM signalling library - message handling functions"
.Sh LIBRARY
@@ -94,7 +94,7 @@ The
library handles UNI 4.0 messages.
For each information element and message
type the header files contain a structure definition.
-Additionally there
+Additionally there
are a number of help structures and a global context structure for some
of the library functions.
This document describes the functions that are
diff --git a/contrib/ngatm/man/unimsg.3 b/contrib/ngatm/man/unimsg.3
index eafa7b1..2719122 100644
--- a/contrib/ngatm/man/unimsg.3
+++ b/contrib/ngatm/man/unimsg.3
@@ -26,10 +26,10 @@
.\"
.\" Author: Hartmut Brandt <harti@freebsd.org>
.\"
-.\" $Begemot: libunimsg/man/unimsg.3,v 1.2 2003/08/21 16:01:08 hbb Exp $
+.\" $Begemot: libunimsg/man/unimsg.3,v 1.3 2005/05/23 12:00:09 brandt_h Exp $
.\"
-.Dd August 23, 2002
-.Dt unimsg 3
+.Dd May 23, 2005
+.Dt UNIMSG 3
.Os
.Sh NAME
.Nm uni_msg_len ,
@@ -192,8 +192,8 @@ The function
.Fn uni_msg_append8
appends one byte to the message and the function
.Fn uni_msg_append32
-appends a 32-bit value in network byte order to the message (
-.Fa b_wptr
+appends a 32-bit value in network byte order to the message
+.Fa ( b_wptr
needs not to be aligned). All three functions call
.Fn uni_msg_ensure
to make sure, that the buffer contents fit into the message. They
diff --git a/contrib/ngatm/man/unisap.3 b/contrib/ngatm/man/unisap.3
index ebec7ed..eaaa598 100644
--- a/contrib/ngatm/man/unisap.3
+++ b/contrib/ngatm/man/unisap.3
@@ -26,10 +26,10 @@
.\"
.\" Author: Hartmut Brandt <harti@freebsd.org>
.\"
-.\" $Begemot: libunimsg/man/unisap.3,v 1.2 2003/08/21 16:01:08 hbb Exp $
+.\" $Begemot: libunimsg/man/unisap.3,v 1.4 2005/05/23 12:00:10 brandt_h Exp $
.\"
-.Dd August 23, 2002
-.Dt unisap 3
+.Dd May 23, 2005
+.Dt UNISAP 3
.Os
.Sh NAME
.Nm unimsg ,
@@ -106,7 +106,7 @@ struct uni_sap {
that consists of 5 elements matching different information elements in
the SETUP message. Each of these elements has a tag that defines how
the SVE is to be matched with the information element. The tag is one of
-.Bl -tag -widht ".It Dv UNISVE_PRESENT"
+.Bl -tag -width ".Dv UNISVE_PRESENT"
.It Dv UNISVE_ABSENT
The information element has to absent from the SETUP message.
.It Dv UNISVE_PRESENT
@@ -165,7 +165,7 @@ Where the
.Fa user
fields is matched only if the
.Fa proto
-field specifies
+field specifies
.Dv UNI_BLLI_L2_USER .
The layer 3 SVE is:
.Bd -literal -offset indent
@@ -222,7 +222,7 @@ The function
checks a complete SAP and returns one of the above codes.
.Pp
There is a definition
-.Dv UNISVE_ERRSTR
+.Dv UNISVE_ERRSTR
that evaluates to a comma separated list of strings that can be used
to initializes an array of char pointers to map the error codes into
human readable strings.
@@ -250,6 +250,6 @@ Finally the function
is used to match a SAP against the information elements from a SETUP message.
It returns 1 if they match and 0 otherwise.
.Sh SEE ALSO
-.Xr libunimsg 3 ,
+.Xr libunimsg 3
.Sh AUTHORS
.An Hartmut Brandt Aq harti@freebsd.org
diff --git a/contrib/ngatm/man/unistruct.3 b/contrib/ngatm/man/unistruct.3
index 6f7a651..6f868be 100644
--- a/contrib/ngatm/man/unistruct.3
+++ b/contrib/ngatm/man/unistruct.3
@@ -26,10 +26,10 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Begemot: libunimsg/man/unistruct.3,v 1.3 2004/07/08 08:21:43 brandt Exp $
+.\" $Begemot: libunimsg/man/unistruct.3,v 1.4 2005/05/23 12:00:10 brandt_h Exp $
.\"
-.Dd October 30, 2003
-.Dt unistruct 3
+.Dd May 23, 2005
+.Dt UNISTRUCT 3
.Os
.Sh NAME
.Nm libngatm
@@ -46,7 +46,7 @@ The
library handles UNI 4.0 messages.
For each information element and message
type the header files contain a structure definition.
-Additionally there
+Additionally there
are a number of help structures and a global context structure for some
of the library functions.
This document only describes the common structures.
@@ -116,7 +116,7 @@ is used for error processing and is one of:
.It Dv UNI_IEACT_CLEAR
clear call
.It Dv UNI_IEACT_IGNORE
-ignore IE and proceed
+ignore IE and proceed
.It Dv UNI_IEACT_REPORT
ignore IE, report and proceed
.It Dv UNI_IEACT_MSG_IGNORE
@@ -311,7 +311,7 @@ The size of tabulation to use in printing.
4 is a good value.
.El
.Sh SEE ALSO
-.Xr libunimsg 3 ,
+.Xr libunimsg 3
.Sh STANDARDS
This implementation conforms to the applicable ITU-T
recommendations and ATM Forum standards with the exception of some limitations
OpenPOWER on IntegriCloud