Skip to content

Commit

Permalink
lib: Fix typos in db-ctl-base.{man,xml}
Browse files Browse the repository at this point in the history
s/exmaple/example/

Signed-off-by: Timothy Redaelli <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
drizzt authored and blp committed Apr 5, 2017
1 parent 73f5354 commit 5198d83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/db-ctl-base.man
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ invocation in contexts where a UUID is expected. Such references may
precede or follow the \fBcreate\fR command.
.
.RS
.IP "Caution (ovs-vsctl as exmaple)"
.IP "Caution (ovs-vsctl as example)"
Records in the Open vSwitch database are significant only when they
can be reached directly or indirectly from the \fBOpen_vSwitch\fR
table. Except for records in the \fBQoS\fR or \fBQueue\fR tables,
Expand All @@ -227,7 +227,7 @@ Deletes each specified \fIrecord\fR from \fItable\fR. Unless
Deletes all records from the \fItable\fR.
.
.RS
.IP "Caution (ovs-vsctl as exmaple)"
.IP "Caution (ovs-vsctl as example)"
The \fBdestroy\fR command is only useful for records in the \fBQoS\fR
or \fBQueue\fR tables. Records in other tables are automatically
deleted from the database when they become unreachable from the
Expand All @@ -253,7 +253,7 @@ such argument is given, the command waits until all of them are
satisfied.
.
.RS
.IP "Caution (ovs-vsctl as exmaple)"
.IP "Caution (ovs-vsctl as example)"
Usually \fBwait\-until\fR should be placed at the beginning of a set
of \fBovs\-vsctl\fR commands. For example, \fBwait\-until bridge br0
\-\- get bridge br0 datapath_id\fR waits until a bridge named
Expand Down
6 changes: 3 additions & 3 deletions lib/db-ctl-base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
precede or follow the <code>create</code> command.
</p>
<dl>
<dt>Caution (ovs-vsctl as exmaple)</dt>
<dt>Caution (ovs-vsctl as example)</dt>
<dd>
Records in the Open vSwitch database are significant only when they
can be reached directly or indirectly from the <code>Open_vSwitch</code>
Expand Down Expand Up @@ -334,7 +334,7 @@
Deletes all records from the <var>table</var>.
</p>
<dl>
<dt>Caution (ovs-vsctl as exmaple)</dt>
<dt>Caution (ovs-vsctl as example)</dt>
<dd>
The <code>destroy</code> command is only useful for records in the <code>QoS</code>
or <code>Queue</code> tables. Records in other tables are automatically
Expand Down Expand Up @@ -366,7 +366,7 @@
satisfied.
</p>
<dl>
<dt>Caution (ovs-vsctl as exmaple)</dt>
<dt>Caution (ovs-vsctl as example)</dt>
<dd>
Usually <code>wait-until</code> should be placed at the beginning of a set
of <code>ovs-vsctl</code> commands. For example, <code>wait-until bridge br0
Expand Down

0 comments on commit 5198d83

Please sign in to comment.