diff options
author | 2017-10-16 10:20:49 +0000 | |
---|---|---|
committer | 2017-10-16 10:20:49 +0000 | |
commit | d4d91f394cf759cdca3fd9242dee21bcabc655f3 (patch) | |
tree | d37aa9d4f13a48dfe7bb08fb1246a7806d64aaed | |
parent | Ensure last character in ssv mode is a newline (diff) | |
download | wireguard-openbsd-d4d91f394cf759cdca3fd9242dee21bcabc655f3.tar.xz wireguard-openbsd-d4d91f394cf759cdca3fd9242dee21bcabc655f3.zip |
ifconfig's tunnel command has been using the SIOCSLIFPHYADDR ioctl(2)
since 2001.
Never too late to correct a lie.
-rw-r--r-- | share/man/man4/etherip.4 | 6 | ||||
-rw-r--r-- | share/man/man4/gif.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/etherip.4 b/share/man/man4/etherip.4 index 583eec2948f..2e90236e25d 100644 --- a/share/man/man4/etherip.4 +++ b/share/man/man4/etherip.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: etherip.4,v 1.4 2015/12/03 18:44:41 jmc Exp $ +.\" $OpenBSD: etherip.4,v 1.5 2017/10/16 10:20:49 mpi Exp $ .\" .\" Copyright (c) 2015 YASUOKA Masahiko <yasuoka@openbsd.org> .\" @@ -16,7 +16,7 @@ .\" .\" The following requests are required for all man pages. .\" -.Dd $Mdocdate: December 3 2015 $ +.Dd $Mdocdate: October 16 2017 $ .Dt ETHERIP 4 .Os .Sh NAME @@ -43,7 +43,7 @@ This can be done using .Xr ifconfig 8 Ns 's .Ic tunnel command (which uses the -.Dv SIOCSIFPHYADDR +.Dv SIOCSLIFPHYADDR ioctl). .Pp The diff --git a/share/man/man4/gif.4 b/share/man/man4/gif.4 index c8209745799..1e76b45dba5 100644 --- a/share/man/man4/gif.4 +++ b/share/man/man4/gif.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gif.4,v 1.29 2016/06/07 20:25:48 sthen Exp $ +.\" $OpenBSD: gif.4,v 1.30 2017/10/16 10:20:49 mpi Exp $ .\" $KAME: gif.4,v 1.15 2000/04/19 09:39:42 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 7 2016 $ +.Dd $Mdocdate: October 16 2017 $ .Dt GIF 4 .Os .Sh NAME @@ -60,7 +60,7 @@ This can be done by using .Xr ifconfig 8 Ns 's .Ic tunnel command (which uses the -.Dv SIOCSIFPHYADDR +.Dv SIOCSLIFPHYADDR ioctl). .Pp The addresses of the inner header must be configured by using |