diff mbox

[ovs-dev] vlan.rst: Strip leftover HTML.

Message ID 20170116214658.21364-1-russell@ovn.org
State Accepted
Headers show

Commit Message

Russell Bryant Jan. 16, 2017, 9:46 p.m. UTC
String a couple of closing HTML tags that were left over from when this doc
was converted from the web site to RST.

Signed-off-by: Russell Bryant <russell@ovn.org>
---
 Documentation/howto/vlan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Jan. 16, 2017, 10:14 p.m. UTC | #1
On Mon, Jan 16, 2017 at 04:46:58PM -0500, Russell Bryant wrote:
> String a couple of closing HTML tags that were left over from when this doc

s/String/Strip/

> was converted from the web site to RST.
> 
> Signed-off-by: Russell Bryant <russell@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Russell Bryant Jan. 17, 2017, 1:17 p.m. UTC | #2
On Mon, Jan 16, 2017 at 5:14 PM, Ben Pfaff <blp@ovn.org> wrote:

> On Mon, Jan 16, 2017 at 04:46:58PM -0500, Russell Bryant wrote:
> > String a couple of closing HTML tags that were left over from when this
> doc
>
> s/String/Strip/
>

Oops, fixed.


>
> > was converted from the web site to RST.
> >
> > Signed-off-by: Russell Bryant <russell@ovn.org>
>
> Acked-by: Ben Pfaff <blp@ovn.org>
>

Thanks, applied to master.
diff mbox

Patch

diff --git a/Documentation/howto/vlan.rst b/Documentation/howto/vlan.rst
index 629fc1e..86fcf95 100644
--- a/Documentation/howto/vlan.rst
+++ b/Documentation/howto/vlan.rst
@@ -90,7 +90,7 @@  Perform the following configuration on `host1`:
 
 #. Add ``eth0`` to the bridge::
 
-     $ ovs-vsctl add-port br0 eth0</code></p>
+     $ ovs-vsctl add-port br0 eth0
 
    .. note::