From fe6c7f88e49cd515aff7fea8b2307910218955df Mon Sep 17 00:00:00 2001 From: bmcelvee Date: Thu, 11 Nov 2021 14:37:19 -0500 Subject: [PATCH] OSDOCS-2951: Clarify Language for Multicast Process for OCP --- modules/nw-enabling-multicast.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nw-enabling-multicast.adoc b/modules/nw-enabling-multicast.adoc index 7879ac1073..f2dfc8ba15 100644 --- a/modules/nw-enabling-multicast.adoc +++ b/modules/nw-enabling-multicast.adoc @@ -106,7 +106,7 @@ spec: EOF ---- -. Start the multicast listener. +. In a new terminal window or tab, start the multicast listener. .. Get the IP address for the Pod: + @@ -115,7 +115,7 @@ EOF $ POD_IP=$(oc get pods mlistener -o jsonpath='{.status.podIP}') ---- -.. To start the multicast listener, in a new terminal window or tab, enter the following command: +.. Start the multicast listener by entering the following command: + [source,terminal] ----