diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-09 21:48:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-07-09 21:48:29 +0000 |
commit | 31003d2ba64efc709f8638d7078676ff8df7e075 (patch) | |
tree | c11dda88626275da46cc5a1bb2214c0195f72b90 /lib/libc | |
parent | fbe053aade175fa3c0cbf3b369c25cc8b2274184 (diff) |
- clean up the SOCK_RAW text
- remove the SOCK_RDM text; suggested by krw
- Xr inet(4) and inet6(4)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/socket.2 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 375e73f42c4..6d1577e6a66 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.22 2004/04/15 19:52:18 jmc Exp $ +.\" $OpenBSD: socket.2,v 1.23 2006/07/09 21:48:28 jmc Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -95,13 +95,8 @@ This facility is protocol specific, and presently implemented only for .Dv PF_NS . .Dv SOCK_RAW -sockets provide access to internal network protocols and interfaces. -The types -.Dv SOCK_RAW , -which is available only to the superuser, and -.Dv SOCK_RDM , -which is planned, -but not yet implemented, are not described here. +sockets provide access to internal network protocols and interfaces, +and is available only to the superuser. .Pp The .Fa protocol @@ -242,6 +237,8 @@ The socket cannot be created until sufficient resources are freed. .Xr socketpair 2 , .Xr write 2 , .Xr getprotoent 3 , +.Xr inet 4 , +.Xr inet6 4 , .Xr netintro 4 .Rs .%T "An Introductory 4.3 BSD Interprocess Communication Tutorial" |