ovn: Fix space/tab issues from man pages.
authorJustin Pettit <jpettit@nicira.com>
Tue, 13 Oct 2015 23:11:09 +0000 (16:11 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 14 Oct 2015 00:40:44 +0000 (17:40 -0700)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ovn/ovn-nb.xml
ovn/ovn-sb.xml
ovn/utilities/ovn-nbctl.8.xml

index 54dcacf..4ca7757 100644 (file)
       </p>
 
       <p>
-       This specification will be extended to support L3 port security.
+        This specification will be extended to support L3 port security.
       </p>
     </column>
 
 
     <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>
 
index 4609c2d..088c4b7 100644 (file)
       </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>
             <code>output</code> becomes a no-op if <code>outport</code> ==
             <code>inport</code>.
           </p>
-       </dd>
+        </dd>
 
         <dt><code>next;</code></dt>
         <dd>
             <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>
index 83245f0..1a93aa3 100644 (file)
 
       <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>