summaryrefslogtreecommitdiff
path: root/share/man/man4/iso.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/iso.4')
-rw-r--r--share/man/man4/iso.418
1 files changed, 10 insertions, 8 deletions
diff --git a/share/man/man4/iso.4 b/share/man/man4/iso.4
index 36cb8982635..70025f033da 100644
--- a/share/man/man4/iso.4
+++ b/share/man/man4/iso.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iso.4,v 1.9 2001/10/05 14:45:53 mpech Exp $
+.\" $OpenBSD: iso.4,v 1.10 2003/03/20 07:26:33 jmc Exp $
.\" $NetBSD: iso.4,v 1.3 1994/11/30 16:22:20 jtc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -77,7 +77,9 @@ by providing direct access (for debugging) to the
addresses are based upon
.Tn ISO
8348/AD2,
-.%T "Addendum to the Network Service Definition Covering Network Layer Addressing."
+.Rs
+.%T "Addendum to the Network Service Definition Covering Network Layer Addressing"
+.Re
.Pp
Sockets bound to the OSI protocol family use
the following address structure:
@@ -102,23 +104,23 @@ struct sockaddr_iso {
.Pp
The fields of this structure are:
.Bl -tag -width Ds
-.It Ar siso_len:
+.It Ar siso_len :
Length of the entire address structure, in bytes, which may grow to
be longer than the 32 bytes shown above.
-.It Ar siso_family:
+.It Ar siso_family :
Identifies the domain:
.Dv AF_ISO .
-.It Ar siso_tlen:
+.It Ar siso_tlen :
Length of the transport selector.
-.It Ar siso_slen:
+.It Ar siso_slen :
Length of the session selector.
This is not currently supported by the kernel and is provided as
a convenience for user level programs.
-.It Ar siso_plen:
+.It Ar siso_plen :
Length of the presentation selector.
This is not currently supported by the kernel and is provided as
a convenience for user level programs.
-.It Ar siso_addr:
+.It Ar siso_addr :
The network part of the address, described below.
.El
.Sh TRANSPORT ADDRESSING