diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-11 00:27:14 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-11 00:27:14 +0000 |
commit | 70d04703cb4be8de1cdc22be9b005e903ac76f42 (patch) | |
tree | f048b07eca61a2aae3eeb5f0a1862761589c19f2 /lib | |
parent | 7c2e19150b0903ead383ebae90ef36c8b9b10b91 (diff) |
Document the Bluetooth network protocols and mention that there is AF_BLUETOOTH
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/socket.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index eb099bf9a7e..3aff87e9130 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.28 2007/06/07 19:49:38 jmc Exp $ +.\" $OpenBSD: socket.2,v 1.29 2007/06/11 00:27:13 uwe Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)socket.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: June 7 2007 $ +.Dd $Mdocdate: June 11 2007 $ .Dt SOCKET 2 .Os .Sh NAME @@ -63,6 +63,8 @@ ARPA Internet protocols ARPA IPv6 protocols .It AF_IMPLINK IMP host at IMP link layer +.It AF_BLUETOOTH +Bluetooth protocols .El .Pp The socket has the indicated |