diff mbox

[ovs-dev,1/3] doc: Fix issues.rst formatting typo.

Message ID 1488459773-30186-1-git-send-email-nic@opencloud.tech
State Accepted
Headers show

Commit Message

nickcooper-zhangtonghao March 2, 2017, 1:02 p.m. UTC
The preformatted block is only finished when the text
falls back to the same indentation level as a paragraph
prior to the preformatted block.

Signed-off-by: nickcooper-zhangtonghao <nic@opencloud.tech>
---
 Documentation/faq/issues.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Stephen Finucane March 8, 2017, 9:18 a.m. UTC | #1
On Thu, 2017-03-02 at 05:02 -0800, nickcooper-zhangtonghao wrote:
> The preformatted block is only finished when the text
> falls back to the same indentation level as a paragraph
> prior to the preformatted block.
> 
> Signed-off-by: nickcooper-zhangtonghao <nic@opencloud.tech>

LGTM.

Acked-by: Stephen Finucane <stephen@that.guru>
diff mbox

Patch

diff --git a/Documentation/faq/issues.rst b/Documentation/faq/issues.rst
index 9bb087c..c60336a 100644
--- a/Documentation/faq/issues.rst
+++ b/Documentation/faq/issues.rst
@@ -105,7 +105,7 @@  very high.
 
     - Perhaps you don't actually need eth0 and eth1 to be on the same bridge.
       For example, if you simply want to be able to connect each of them to
-      virtual machines, then you can put each of them on a bridge of its own:
+      virtual machines, then you can put each of them on a bridge of its own::
 
           $ ovs-vsctl add-br br0
           $ ovs-vsctl add-port br0 eth0
@@ -212,6 +212,8 @@  immediately put it back.  For example, consider that p1 is a port of
          add-port br0 p1 -- \
          set interface p1 type=internal
 
+Any other type of port gets the same effect.
+
     A: It's an expected behaviour.
 
     If del-port and add-port happen in a single OVSDB transaction as your