diff mbox

[ovs-dev] ovs-advanced.rst: Add missing \ to a few examples.

Message ID 20161221010649.13487-1-blp@ovn.org
State Accepted
Headers show

Commit Message

Ben Pfaff Dec. 21, 2016, 1:06 a.m. UTC
This makes these examples easier to cut and paste into a terminal, and
makes them consistent with the other examples.

Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 Documentation/tutorials/ovs-advanced.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Ben Pfaff Dec. 24, 2016, 12:46 a.m. UTC | #1
On Tue, Dec 20, 2016 at 05:06:49PM -0800, Ben Pfaff wrote:
> This makes these examples easier to cut and paste into a terminal, and
> makes them consistent with the other examples.
> 
> Signed-off-by: Ben Pfaff <blp@ovn.org>

I'd appreciate it if someone would review this trivial patch.
Mickey Spiegel Dec. 24, 2016, 1:27 a.m. UTC | #2
On Tue, Dec 20, 2016 at 5:06 PM, Ben Pfaff <blp@ovn.org> wrote:

> This makes these examples easier to cut and paste into a terminal, and
> makes them consistent with the other examples.
>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
>

Acked-by: Mickey Spiegel <mickeys.dev@gmail.com>


> ---
>  Documentation/tutorials/ovs-advanced.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/tutorials/ovs-advanced.rst
> b/Documentation/tutorials/ovs-advanced.rst
> index 4ae27ce..d14b2f9 100644
> --- a/Documentation/tutorials/ovs-advanced.rst
> +++ b/Documentation/tutorials/ovs-advanced.rst
> @@ -809,11 +809,11 @@ because the VLAN only belongs to the input port::
>
>  Try some other broadcast cases on your own::
>
> -    $ ovs-appctl ofproto/trace br0
> +    $ ovs-appctl ofproto/trace br0 \
>          in_port=1,dl_dst=ff:ff:ff:ff:ff:ff,dl_vlan=20
> -    $ ovs-appctl ofproto/trace br0
> +    $ ovs-appctl ofproto/trace br0 \
>          in_port=2,dl_dst=ff:ff:ff:ff:ff:ff
> -    $ ovs-appctl ofproto/trace br0
> +    $ ovs-appctl ofproto/trace br0 \
>          in_port=4,dl_dst=ff:ff:ff:ff:ff:ff
>
>  You can see the same behavior with multicast packets and with unicast
> --
> 2.10.2
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Ben Pfaff Dec. 24, 2016, 5:18 a.m. UTC | #3
On Fri, Dec 23, 2016 at 05:27:05PM -0800, Mickey Spiegel wrote:
> On Tue, Dec 20, 2016 at 5:06 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> > This makes these examples easier to cut and paste into a terminal, and
> > makes them consistent with the other examples.
> >
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> >
> 
> Acked-by: Mickey Spiegel <mickeys.dev@gmail.com>

Thanks, applied to master.
diff mbox

Patch

diff --git a/Documentation/tutorials/ovs-advanced.rst b/Documentation/tutorials/ovs-advanced.rst
index 4ae27ce..d14b2f9 100644
--- a/Documentation/tutorials/ovs-advanced.rst
+++ b/Documentation/tutorials/ovs-advanced.rst
@@ -809,11 +809,11 @@  because the VLAN only belongs to the input port::
 
 Try some other broadcast cases on your own::
 
-    $ ovs-appctl ofproto/trace br0
+    $ ovs-appctl ofproto/trace br0 \
         in_port=1,dl_dst=ff:ff:ff:ff:ff:ff,dl_vlan=20
-    $ ovs-appctl ofproto/trace br0
+    $ ovs-appctl ofproto/trace br0 \
         in_port=2,dl_dst=ff:ff:ff:ff:ff:ff
-    $ ovs-appctl ofproto/trace br0
+    $ ovs-appctl ofproto/trace br0 \
         in_port=4,dl_dst=ff:ff:ff:ff:ff:ff
 
 You can see the same behavior with multicast packets and with unicast