diff mbox

[ovs-dev,05/23] doc: Convert OVSDB-replication to rST

Message ID CA+0q_Pg9Lucy0O3iih_BHpvZATQd+SKY6-G-SxJ8nc-QRcsJ2Q@mail.gmail.com
State Not Applicable
Headers show

Commit Message

Russell Bryant Nov. 3, 2016, 7:45 p.m. UTC
On Sun, Oct 30, 2016 at 2:29 PM, Stephen Finucane <stephen@that.guru> wrote:

> Signed-off-by: Stephen Finucane <stephen@that.guru>
> ---
>  Documentation/OVSDB-replication.md  | 152 -------------------------------
>  Documentation/OVSDB-replication.rst | 172 ++++++++++++++++++++++++++++++
> ++++++
>  Documentation/automake.mk           |   2 +-
>  3 files changed, 173 insertions(+), 153 deletions(-)
>  delete mode 100644 Documentation/OVSDB-replication.md
>  create mode 100644 Documentation/OVSDB-replication.rst
>

Small list formatting fix needed on this one:

          ``<row>`` from the ``new`` member.
diff mbox

Patch

diff --git a/Documentation/OVSDB-replication.rst
b/Documentation/OVSDB-replication.rst
index d8f94f4..fbf5a9b 100644
--- a/Documentation/OVSDB-replication.rst
+++ b/Documentation/OVSDB-replication.rst
@@ -126,8 +126,8 @@  notification, the following process occurs:
 3. For each ``<table-update>`` in the ``<table-updates>`` object do:

     1. For each ``<row-update>`` in ``<table-update>`` check what kind of
-           operation should be executed according to the following criteria
-           about the presence of the object members:
+       operation should be executed according to the following criteria
+       about the presence of the object members:

        - If ``old`` member is not present, execute an insert operation
using