From 8b70eeb81ad876ae416a3abb8a2de2e6da52c045 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sat, 25 Aug 2018 13:38:27 -0700
Subject: [PATCH] note sequence of invocations

---
 CourseExamples/src/TcpExamples/TcpExample1TerminalLog.txt   | 4 ++--
 .../TcpExample2ConnectionCountingTerminalLog.txt            | 4 ++--
 CourseExamples/src/TcpExamples/TcpExample4TerminalLog.txt   | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/CourseExamples/src/TcpExamples/TcpExample1TerminalLog.txt b/CourseExamples/src/TcpExamples/TcpExample1TerminalLog.txt
index 69d5f2bd75..755d463d72 100644
--- a/CourseExamples/src/TcpExamples/TcpExample1TerminalLog.txt
+++ b/CourseExamples/src/TcpExamples/TcpExample1TerminalLog.txt
@@ -1,6 +1,6 @@
 Invocation instructions:
-* run/debug TcpExample1Telnet.java
-* console:  telnet localhost 2317
+1. run/debug TcpExample1Telnet.java
+2. console:  telnet localhost 2317
 
 Program responses:
 
diff --git a/CourseExamples/src/TcpExamples/TcpExample2ConnectionCountingTerminalLog.txt b/CourseExamples/src/TcpExamples/TcpExample2ConnectionCountingTerminalLog.txt
index 59869ba800..089a582b0b 100644
--- a/CourseExamples/src/TcpExamples/TcpExample2ConnectionCountingTerminalLog.txt
+++ b/CourseExamples/src/TcpExamples/TcpExample2ConnectionCountingTerminalLog.txt
@@ -1,6 +1,6 @@
 Invocation instructions:
-* run/debug TcpExample2.java
-* console:  telnet localhost 2317
+1. run/debug TcpExample2.java
+2. console:  telnet localhost 2317
 
 Program responses:
 
diff --git a/CourseExamples/src/TcpExamples/TcpExample4TerminalLog.txt b/CourseExamples/src/TcpExamples/TcpExample4TerminalLog.txt
index 3ea4cf200c..e83515bca0 100644
--- a/CourseExamples/src/TcpExamples/TcpExample4TerminalLog.txt
+++ b/CourseExamples/src/TcpExamples/TcpExample4TerminalLog.txt
@@ -1,7 +1,7 @@
 Invocation instructions:
-* run/debug TcpExample4ThreadServer.java
-* don't run TcpExample4HandlerThread since it is launched as needed
-* run/debug TcpExample4Client.java
+1. run/debug TcpExample4ThreadServer.java
+2. don't run TcpExample4HandlerThread since it is launched as needed
+3. run/debug TcpExample4Client.java
 
 Program responses:
 
-- 
GitLab