diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2011-06-15 13:28:04 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2011-06-15 13:28:04 +0000 |
commit | eeb781efbd939617c8341127abe6e663ebad7764 (patch) | |
tree | 58455c8d36959b1b9c9fe66e92c036b3403b5f08 /share | |
parent | 42f0cb69aab13a54a21ec4bf08bcae1c1abb1b0d (diff) |
oops. some unrelated junk has slipped in
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ip.4 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index a6c05088f92..a1ff99653f5 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ip.4,v 1.31 2011/06/15 13:09:19 jmc Exp $ +.\" $OpenBSD: ip.4,v 1.32 2011/06/15 13:28:03 mikeb Exp $ .\" $NetBSD: ip.4,v 1.3 1994/11/30 16:22:19 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -248,15 +248,6 @@ cmsg_len = CMSG_LEN(sizeof(u_int)) cmsg_level = IPPROTO_IP cmsg_type = IP_RECVRTABLE .Ed -.Pp -The -.Dv SO_RTABLE -option can get or set a routing domain of the socket. -The actual routing table number is supplied as an integer argument: -.Bd -literal -offset indent -int rtid = 1; -setsockopt(s, IPPROTO_IP, SO_RTABLE, &rtid, sizeof(rtid)); -.Ed .Ss "Multicast Options" .Tn IP multicasting is supported only on |