From a8145635b86c3c1a435ce5454d2955ca99d05103 Mon Sep 17 00:00:00 2001 From: lee Date: Mon, 20 Jan 2020 14:27:34 +0000 Subject: [PATCH] corrections on the questions --- subjects/net-cat/net-cat.audit.en.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/subjects/net-cat/net-cat.audit.en.md b/subjects/net-cat/net-cat.audit.en.md index a655d3b5..b09312e8 100644 --- a/subjects/net-cat/net-cat.audit.en.md +++ b/subjects/net-cat/net-cat.audit.en.md @@ -4,7 +4,10 @@ ###### Is the server listening for connections on the default port? ##### Try running `"./TCPChat" 2525 localhost`. -###### Did server respond with usage? +``` +[USAGE]: ./TCPChat $port +``` +###### Did server respond with usage, as above? ##### Try running `"./TCPChat 2525"`. ###### Is the server listening for connections on the port 2525? @@ -13,7 +16,7 @@ ###### Does both clients connect to the server with success? ##### Try creating a server and 2 Clients. -###### Did server respond you with linux logo and asked for the name? +###### Did the server responded with a linux logo and asked for the name? ##### Try creating a server and 2 Clients. ###### Do all Clients receive a message informing that the Client joined the chat?