diff options
author | 2007-06-11 00:27:13 +0000 | |
---|---|---|
committer | 2007-06-11 00:27:13 +0000 | |
commit | 5eda4ede7dbbc69270074ed0278845a453638fe5 (patch) | |
tree | 780485141fec1f1da676e245091f83a5a4344cb0 /lib/libc | |
parent | daddr_t -> daddr64_t (diff) | |
download | wireguard-openbsd-5eda4ede7dbbc69270074ed0278845a453638fe5.tar.xz wireguard-openbsd-5eda4ede7dbbc69270074ed0278845a453638fe5.zip |
Document the Bluetooth network protocols and mention that there is AF_BLUETOOTH
Diffstat (limited to 'lib/libc')
-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 |