diff options
author | bms <bms@FreeBSD.org> | 2007-02-04 16:59:50 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2007-02-04 16:59:50 +0000 |
commit | 9fa6fbb8a2f964573ddf5101e47576b243e7ee40 (patch) | |
tree | b44d0c57dcf569fd4872ce90ded3182e8d8fb1ff /share/man/man4/tun.4 | |
parent | 9211f5456edb1bdfbcf62c948ba94175d4fc67ef (diff) | |
download | FreeBSD-src-9fa6fbb8a2f964573ddf5101e47576b243e7ee40.zip FreeBSD-src-9fa6fbb8a2f964573ddf5101e47576b243e7ee40.tar.gz |
Typo.
(Oh well, I guess that's the danger of updating two three-letter-named
entities at the same time.)
Submitted by: Simon L. Nielsen
MFC after: 4 weeks
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 e162ef4..b5139a7 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -49,14 +49,14 @@ command. .Nm devices are created using interface cloning. This is done using the -.Dq ifconfig tap Ns Sy N No create +.Dq ifconfig tun Ns Sy N No create command. This is the preferred method of creating .Nm devices. The same method allows removal of interfaces. For this, use the -.Dq ifconfig tap Ns Sy N No destroy +.Dq ifconfig tun Ns Sy N No destroy command. .Pp If the |