diff options
-rw-r--r-- | share/man/man8/afterboot.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 7834e3ce02a..f0b4a515023 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.44 2000/04/27 19:44:17 millert Exp $ +.\" $OpenBSD: afterboot.8,v 1.45 2000/04/28 00:54:29 itojun Exp $ .Dd October 20, 1997 .Dt AFTERBOOT 8 \!\" Originally created by Marshall M. Midden -- 1997-10-20, m4@umn.edu @@ -136,8 +136,10 @@ man page for more information on the format of files. The loopback interface will look something like: .Bd -literal -offset indent -lo0: flags=8009<UP,LOOPBACK,MULTICAST> - inet 127.0.0.1 netmask 0xff000000 +lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 32972 + inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 + inet6 ::1 prefixlen 128 + inet 127.0.0.1 netmask 0xff000000 .Ed .Pp an Ethernet interface something like: @@ -216,7 +218,7 @@ net.inet.ip.forwarding=1 .Pp or .Bd -literal -offset indent -net.inet6.ip6.forward=1 +net.inet6.ip6.forwarding=1 .Ed .Pp to |