From 8f3b8fabb711c1caa9c938fc18f3545ecd85d183 Mon Sep 17 00:00:00 2001 From: fyodor Date: Mon, 12 Mar 2018 16:09:46 +0000 Subject: [PATCH] fix a typo -> nc to ncat --- ncat/docs/ncatguide.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncat/docs/ncatguide.xml b/ncat/docs/ncatguide.xml index eb64fa34f..9dca93ab4 100644 --- a/ncat/docs/ncatguide.xml +++ b/ncat/docs/ncatguide.xml @@ -1494,7 +1494,7 @@ Hello. This short message is being sent by Ncat. -nc -lk -p 8080 --sh-exec "echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html" +ncat -lk -p 8080 --sh-exec "echo -e 'HTTP/1.1 200 OK\r\n'; cat index.html"