diff options
author | trhodes <trhodes@FreeBSD.org> | 2006-10-09 19:53:00 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2006-10-09 19:53:00 +0000 |
commit | 57522b7a56fe68c134604aac9543bc89b01b0282 (patch) | |
tree | 0b7309f0706fdaeb1b6296eed4cc02651e0fff88 /share/man/man4/tun.4 | |
parent | 36b138121c81c15150f13d1b58cb83479a0e2b5c (diff) | |
download | FreeBSD-src-57522b7a56fe68c134604aac9543bc89b01b0282.zip FreeBSD-src-57522b7a56fe68c134604aac9543bc89b01b0282.tar.gz |
Patch in previous commit should have bumped doc date.
Fix spelling of ioctl.
Note that previous commit was actually submitted by bz. I'm not yet used
to the code boxes yet.
Noticed by: ru
Diffstat (limited to 'share/man/man4/tun.4')
-rw-r--r-- | share/man/man4/tun.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index 7bbec26..d6dd862 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -2,7 +2,7 @@ .\" $FreeBSD$ .\" Based on PR#2411 .\" -.Dd June 5, 2001 +.Dd October 9, 2006 .Dt TUN 4 .Os .Sh NAME @@ -65,7 +65,7 @@ is unloaded in the same way that network interfaces persist (see above). Each interface supports the usual network-interface .Xr ioctl 2 Ns s , such as -.Dv SIOCSIFADDR , +.Dv SIOCAIFADDR and thus can be used with .Xr ifconfig 8 like any other interface. |