Signed-off-by: Justin Pettit <jpet...@nicira.com>
---
 ovn/ovn-nb.xml                |   10 +++++-----
 ovn/ovn-sb.xml                |   16 ++++++++--------
 ovn/utilities/ovn-nbctl.8.xml |   20 ++++++++++----------
 3 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml
index 54dcacf..4ca7757 100644
--- a/ovn/ovn-nb.xml
+++ b/ovn/ovn-nb.xml
@@ -240,7 +240,7 @@
       </p>
 
       <p>
-       This specification will be extended to support L3 port security.
+        This specification will be extended to support L3 port security.
       </p>
     </column>
 
@@ -341,13 +341,13 @@
 
     <column name="log">
       <p>
-       If set to <code>true</code>, packets that match the ACL will trigger a
-       log message on the transport node or nodes that perform ACL processing.
-       Logging may be combined with any <ref column="action"/>.
+        If set to <code>true</code>, packets that match the ACL will trigger a
+        log message on the transport node or nodes that perform ACL processing.
+        Logging may be combined with any <ref column="action"/>.
       </p>
 
       <p>
-       Logging is not yet implemented.
+        Logging is not yet implemented.
       </p>
     </column>
 
diff --git a/ovn/ovn-sb.xml b/ovn/ovn-sb.xml
index 4609c2d..088c4b7 100644
--- a/ovn/ovn-sb.xml
+++ b/ovn/ovn-sb.xml
@@ -739,18 +739,18 @@
       </p>
 
       <p>
-       The following actions are defined:
+        The following actions are defined:
       </p>
 
       <dl>
         <dt><code>output;</code></dt>
         <dd>
           <p>
-           In the ingress pipeline, this action executes the
-           <code>egress</code> pipeline as a subroutine.  If
-           <code>outport</code> names a logical port, the egress pipeline
-           executes once; if it is a multicast group, the egress pipeline runs
-           once for each logical port in the group.
+            In the ingress pipeline, this action executes the
+            <code>egress</code> pipeline as a subroutine.  If
+            <code>outport</code> names a logical port, the egress pipeline
+            executes once; if it is a multicast group, the egress pipeline runs
+            once for each logical port in the group.
           </p>
 
           <p>
@@ -764,7 +764,7 @@
             <code>output</code> becomes a no-op if <code>outport</code> ==
             <code>inport</code>.
           </p>
-       </dd>
+        </dd>
 
         <dt><code>next;</code></dt>
         <dd>
@@ -799,7 +799,7 @@
             <code>ingress</code> pipeline but not in the <code>egress</code>
             pipeline.
           </p>
-       </dd>
+        </dd>
 
         <dt><code><var>field1</var> = <var>field2</var>;</code></dt>
         <dd>
diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml
index 83245f0..1a93aa3 100644
--- a/ovn/utilities/ovn-nbctl.8.xml
+++ b/ovn/utilities/ovn-nbctl.8.xml
@@ -177,20 +177,20 @@
 
       <dt><code>lport-set-port-security</code> <var>lport</var> 
[<var>addrs</var>]...</dt>
       <dd>
-       <p>
+        <p>
           Sets the port security addresses associated with <var>lport</var> to
           <var>addrs</var>.  Multiple sets of addresses may be set by using
           multiple <var>addrs</var> arguments.  If no <var>addrs</var> argument
           is given, <var>lport</var> will not have port security enabled.
-       </p>
-
-       <p>
-         Port security limits the addresses from which a logical port may send
-         packets and to which it may receive packets.  See the
-         <code>ovn-nb</code>(5) documentation for the <ref
-         column="port_security" table="Logical_Port"/> column in the <ref
-         table="Logical_Port"/> table for details.
-       </p>
+        </p>
+
+        <p>
+          Port security limits the addresses from which a logical port may send
+          packets and to which it may receive packets.  See the
+          <code>ovn-nb</code>(5) documentation for the <ref
+          column="port_security" table="Logical_Port"/> column in the <ref
+          table="Logical_Port"/> table for details.
+        </p>
       </dd>
 
       <dt><code>lport-get-port-security</code> <var>lport</var></dt>
-- 
1.7.5.4

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to