diff options
Diffstat (limited to 'src/lib/libc/net/iso_addr.3')
-rw-r--r-- | src/lib/libc/net/iso_addr.3 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/lib/libc/net/iso_addr.3 b/src/lib/libc/net/iso_addr.3 index 95c136e5fc..8655a63973 100644 --- a/src/lib/libc/net/iso_addr.3 +++ b/src/lib/libc/net/iso_addr.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $NetBSD: iso_addr.3,v 1.2 1995/02/25 06:20:46 cgd Exp $ | 1 | .\" $OpenBSD: iso_addr.3,v 1.4 1999/07/05 06:08:05 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1993 | 3 | .\" Copyright (c) 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -31,15 +31,13 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .\" @(#)iso_addr.3 8.1 (Berkeley) 6/4/93 | ||
35 | .\" | ||
36 | .Dd June 4, 1993 | 34 | .Dd June 4, 1993 |
37 | .Dt ISO_ADDR 3 | 35 | .Dt ISO_ADDR 3 |
38 | .Os | 36 | .Os |
39 | .Sh NAME | 37 | .Sh NAME |
40 | .Nm iso_addr , | 38 | .Nm iso_addr , |
41 | .Nm iso_ntoa | 39 | .Nm iso_ntoa |
42 | .Nd "elementary network address conversion routines for Open System Interconnection | 40 | .Nd "network address conversion routines for Open System Interconnection" |
43 | .Sh SYNOPSIS | 41 | .Sh SYNOPSIS |
44 | .Fd #include <sys/types.h> | 42 | .Fd #include <sys/types.h> |
45 | .Fd #include <netiso/iso.h> | 43 | .Fd #include <netiso/iso.h> |
@@ -62,7 +60,7 @@ addresses and returns | |||
62 | .Tn ASCII | 60 | .Tn ASCII |
63 | strings representing NSAPs (network service | 61 | strings representing NSAPs (network service |
64 | access points) in a | 62 | access points) in a |
65 | notation inverse to that accepted by | 63 | notation inverse to that accepted by |
66 | .Fn iso_addr . | 64 | .Fn iso_addr . |
67 | .Pp | 65 | .Pp |
68 | Unfortunately, no universal standard exists for representing | 66 | Unfortunately, no universal standard exists for representing |
@@ -90,7 +88,8 @@ to have its higher order bits filled with zeros. | |||
90 | .Fn iso_ntoa | 88 | .Fn iso_ntoa |
91 | always returns a null terminated string. | 89 | always returns a null terminated string. |
92 | .Fn iso_addr | 90 | .Fn iso_addr |
93 | always returns a pointer to a struct iso_addr. | 91 | always returns a pointer to a |
92 | .Li struct iso_addr . | ||
94 | (See | 93 | (See |
95 | .Sx BUGS . ) | 94 | .Sx BUGS . ) |
96 | .Sh SEE ALSO | 95 | .Sh SEE ALSO |
@@ -100,7 +99,7 @@ The | |||
100 | .Fn iso_addr | 99 | .Fn iso_addr |
101 | and | 100 | and |
102 | .Fn iso_ntoa | 101 | .Fn iso_ntoa |
103 | functions appeared in | 102 | functions appeared in |
104 | .Bx 4.3 Reno . | 103 | .Bx 4.3 Reno . |
105 | .Sh BUGS | 104 | .Sh BUGS |
106 | The returned values | 105 | The returned values |