summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorFrode Nordahl <frode.nordahl@canonical.com>2022-07-08 08:53:14 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-07-14 15:24:07 +0200
commit2fc29c4278d6ec51f348d3ea45831da099bcc6de (patch)
tree5ec33fd2afd1f5ecec1a4b25db159d4d52c13e35 /utilities
parent0443c1557eb8ab942b75bc5001d9dc2fc5cba113 (diff)
downloadopenvswitch-2fc29c4278d6ec51f348d3ea45831da099bcc6de.tar.gz
man: Fix various typos across manual pages.
As reported by Debian lintian. Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'utilities')
-rw-r--r--utilities/ovs-ofctl.8.in6
-rw-r--r--utilities/ovs-vsctl.8.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index 3fe6a0cc5..10a6a64de 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -303,7 +303,7 @@ case, \fIflow\fR specifies a flow entry in the format described in
\fBFlow Syntax\fR, below, \fIfile\fR is a text file that contains zero
or more flows in the same syntax, one per line, and the optional
\fB\-\-bundle\fR option operates the command as a single atomic
-transation, see option \fB\-\-bundle\fR, below.
+transaction, see option \fB\-\-bundle\fR, below.
.
.IP "[\fB\-\-bundle\fR] \fBadd\-flow \fIswitch flow\fR"
.IQ "[\fB\-\-bundle\fR] \fBadd\-flow \fIswitch \fB\- < \fIfile\fR"
@@ -379,7 +379,7 @@ case, \fIgroup\fR specifies a group entry in the format described in
\fBGroup Syntax\fR, below, and \fIfile\fR is a text file that contains
zero or more groups in the same syntax, one per line, and the optional
\fB\-\-bundle\fR option operates the command as a single atomic
-transation, see option \fB\-\-bundle\fR, below.
+transaction, see option \fB\-\-bundle\fR, below.
.PP
The group commands work only with switches that support OpenFlow 1.1
or later or the Open vSwitch group extensions to OpenFlow 1.0 (added
@@ -1093,7 +1093,7 @@ In those rare cases Open vSwitch 2.10 and later fall back to the \fBhash\fR
method with the default set of hash fields.
.RS
.IP \fBdp_hash\fR
-Use a datapath computed hash value. The hash algorithm varies accross
+Use a datapath computed hash value. The hash algorithm varies across
different datapath implementations. \fBdp_hash\fR uses the upper 32
bits of the \fBselection_method_param\fR as the datapath hash
algorithm selector. The supported values are \fB0\fR (corresponding to
diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
index ff97922dd..9e319aa1c 100644
--- a/utilities/ovs-vsctl.8.in
+++ b/utilities/ovs-vsctl.8.in
@@ -692,7 +692,7 @@ the NetFlow record (since it is now unreferenced):
.SS "sFlow"
.PP
Configure bridge \fBbr0\fR to send sFlow records to a collector on
-10.0.0.1 at port 6343, using \fBeth1\fR\'s IP address as the source,
+10.0.0.1 at port 6343, using \fBeth1\fR's IP address as the source,
with specific sampling parameters:
.IP
.B "ovs\-vsctl \-\- \-\-id=@s create sFlow agent=eth1 target=\(rs\(dq10.0.0.1:6343\(rs\(dq header=128 sampling=64 polling=10 \(rs"