Signed-off-by: Timothy Redaelli <[email protected]>
---
 Documentation/howto/kvm.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/howto/kvm.rst b/Documentation/howto/kvm.rst
index 4b43af3..29732a9 100644
--- a/Documentation/howto/kvm.rst
+++ b/Documentation/howto/kvm.rst
@@ -46,7 +46,7 @@ make use of example Open vSwitch bridges that we'll describe 
in this guide.
 
 Create the following two files and store them in known locations. For example::
 
-    echo << EOF > /etc/ovs-ifup
+    $ cat << 'EOF' > /etc/ovs-ifup
     #!/bin/sh
 
     switch='br0'
@@ -56,12 +56,13 @@ Create the following two files and store them in known 
locations. For example::
 
 ::
 
-    echo << EOF > /etc/ovs-ifdown
+    $ cat << 'EOF' > /etc/ovs-ifdown
     #!/bin/sh
 
     switch='br0'
     /sbin/ifconfig $1 0.0.0.0 down
     ovs-vsctl del-port ${switch} $1
+    EOF
 
 The basic usage of Open vSwitch is described at the end of
 :doc:`/intro/install/general`. If you haven't already, create a bridge named
-- 
2.9.3

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to