diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-10-01 20:42:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-10-01 20:42:59 +0000 |
commit | a7ad340b0ecc7d804fe586af05f67ff591588d01 (patch) | |
tree | 32ade1b351ba10fb7f7d8c1d21525df6f0916905 /share/man/man4 | |
parent | b437e88e97955a27f02fb4c600c90e0d30f4dbea (diff) |
no more INET option, apparently; from ilya kaliman
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/options.4 | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 19dedb96027..7e8a18e4bc4 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.239 2015/01/21 02:23:14 guenther Exp $ +.\" $OpenBSD: options.4,v 1.240 2015/10/01 20:42:58 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: January 21 2015 $ +.Dd $Mdocdate: October 1 2015 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -444,24 +444,13 @@ See and .Xr sysctl 3 for details. -.It Cd option INET -Includes support for the TCP/IP protocol stack. -This option is currently required. -See -.Xr inet 4 -for details. .It Cd option INET6 Includes support for the IPv6 protocol stack. See .Xr inet6 4 for details. -Unlike -.Em INET , .Em INET6 enables multicast routing code as well. -This option requires -.Em INET -at this moment, but it should not. .It Cd option IPSEC This option enables IP security protocol support. See @@ -473,8 +462,6 @@ While not IP specific, this option is usually used in conjunction with option .Em IPSEC . .It Cd option MROUTING Includes support for IP multicast routers. -.Em INET -should be set along with this. Multicast routing is controlled by the .Xr mrouted 8 daemon. @@ -716,7 +703,3 @@ The .Nm man page first appeared in .Ox 2.3 . -.Sh BUGS -The -.Em INET -option should not be required. |