diff options
author | 2016-09-20 10:04:07 +0000 | |
---|---|---|
committer | 2016-09-20 10:04:07 +0000 | |
commit | 1914e992d67ef026b593b1055cc23abb5c724ce8 (patch) | |
tree | b10db21616559cb3e5d574063d950450757e951e | |
parent | sort; (diff) | |
download | wireguard-openbsd-1914e992d67ef026b593b1055cc23abb5c724ce8.tar.xz wireguard-openbsd-1914e992d67ef026b593b1055cc23abb5c724ce8.zip |
Rewrite awkward phrase, pointed out by Bryan Vyhmeister, wording tweak
from me, ok jmc@
-rw-r--r-- | share/man/man4/switch.4 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man4/switch.4 b/share/man/man4/switch.4 index aa98ed3d90e..645ee3ed76b 100644 --- a/share/man/man4/switch.4 +++ b/share/man/man4/switch.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: switch.4,v 1.3 2016/09/04 19:03:34 jmc Exp $ +.\" $OpenBSD: switch.4,v 1.4 2016/09/20 10:04:07 sthen Exp $ .\" .\" Copyright (c) 2016 YASUOKA Masahiko <yasuoka@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 4 2016 $ +.Dd $Mdocdate: September 20 2016 $ .Dt SWITCH 4 .Os .Sh NAME @@ -38,11 +38,10 @@ and it works along with a controller which usually is or .Xr switchctl 8 through the device .Pa /dev/switchN . -As the protocol between the +The .Nm -device -and the controller, -OpenFlow 1.3 is supported. +device and the controller communicate using the OpenFlow +1.3 protocol. .Pp A .Nm |