aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-06 07:08:14 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-06 07:08:14 +0000
commitb2f6e44477ae3629976f0fb9ae891bb8eaae1841 (patch)
tree1aa7bac7e24a70132ffed34e734f54c98980daa6 /share
parent3812e2664a2392e2c0611e6ac40e91cef9215cd8 (diff)
downloadsrc-b2f6e44477ae3629976f0fb9ae891bb8eaae1841.tar.gz
src-b2f6e44477ae3629976f0fb9ae891bb8eaae1841.zip
Add a missing "either".
Fix a parenthetic bogon. Reported by: "Alexander N. Kabaev" <kabaev@mail.ru> Obtained from: NetBSD
Notes
Notes: svn path=/head/; revision=57777
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/tun.49
1 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4
index 5a384188ed3b..19b199a7885a 100644
--- a/share/man/man4/tun.4
+++ b/share/man/man4/tun.4
@@ -144,7 +144,7 @@ this stores the internal debugging variable's value into it.
.It Dv TUNSIFMODE
The argument should be a pointer to an
.Va int ;
-its value must be
+its value must be either
.Dv IFF_POINTOPOINT
or
.Dv IFF_BROADCAST .
@@ -207,10 +207,9 @@ brought down
.Dq ifconfig tun Ns Sy n No down
.Pc .
All queued packets are thrown away.
-.Po If the interface is up when the data device is not open
-output packets are always
-thrown away rather than letting them pile up
-.Pc .
+If the interface is up when the data device is not open
+output packets are always thrown away rather than letting
+them pile up.
.Sh SEE ALSO
.Xr inet 4 ,
.Xr intro 4