diff options
| author | plunky <plunky@NetBSD.org> | 2007-02-20 19:08:59 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2007-02-20 19:08:59 +0000 |
| commit | faf7b910311dc2145065fe7387facf02eae80659 (patch) | |
| tree | 825ad2c6d67302f1b5c819676f667a67244da95f /lib/libc/sys/socket.2 | |
| parent | 1728dbbfd4891ea16386e68becb3a85e36dc36e5 (diff) | |
Add PF_BLUETOOTH to list of supported protocol families
Diffstat (limited to 'lib/libc/sys/socket.2')
| -rw-r--r-- | lib/libc/sys/socket.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 23c45959db4..0c2f5a628e4 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: socket.2,v 1.33 2006/06/13 21:19:56 ginsbach Exp $ +.\" $NetBSD: socket.2,v 1.34 2007/02/20 19:08:59 plunky Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,6 +62,7 @@ PF_ISO ISO protocols PF_NS Xerox Network Systems protocols PF_IMPLINK IMP \*(lqhost at IMP\*(rq link layer PF_APPLETALK AppleTalk protocols +PF_BLUETOOTH Bluetooth protocols .Ed .Pp The socket has the indicated |
