diff options
author | 2000-01-13 06:23:59 +0000 | |
---|---|---|
committer | 2000-01-13 06:23:59 +0000 | |
commit | 4e5f6155d2cae94d2f103140ccfe51acd246a8eb (patch) | |
tree | 6fec8d55b6f356ae8ed9a6f955370276f74aa1ae | |
parent | mbuf **, not mbuf * you twit... (diff) | |
download | wireguard-openbsd-4e5f6155d2cae94d2f103140ccfe51acd246a8eb.tar.xz wireguard-openbsd-4e5f6155d2cae94d2f103140ccfe51acd246a8eb.zip |
Add AF_IPX.
-rw-r--r-- | lib/libc/sys/socket.2 | 5 |
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 |