summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-13 06:24:00 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-13 06:24:00 +0000
commit55ec8ad1db47afa3c351b25550f74478b36eba54 (patch)
tree716263af592f9b9ecdc075690ee946f20f5499e3
parent351697197b1764429063e1db1b2022eb79066667 (diff)
Add AF_IPX.
-rw-r--r--lib/libc/sys/socket.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index a7356916e21..32f230f4a86 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: socket.2,v 1.11 1999/06/29 14:10:23 aaron Exp $
+.\" $OpenBSD: socket.2,v 1.12 2000/01/13 06:23:59 fgsch Exp $
.\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -62,7 +62,8 @@ The currently understood formats are
AF_UNIX (UNIX internal protocols),
AF_INET (ARPA Internet protocols),
AF_ISO (ISO protocols),
-AF_NS (Xerox Network Systems protocols), and
+AF_NS (Xerox Network Systems protocols),
+AF_IPX (Internetwork Packet Exchange), and
AF_IMPLINK (IMP \*(lqhost at IMP\*(rq link layer).
.Ed
.Pp