wm: doc

Download patch

ref: 1517799ffbab78c772bec16fc547131cefdf43cc
parent: e1b6943704ef87d053ee83572ef0fc04dda3ce62
author: jrmu <jrmu@cloud9p.org>
date: Sun Jul 28 17:43:17 EDT 2024

Add note about carriage returns for web servers

--- a/netcat.ms
+++ b/netcat.ms
@@ -67,4 +67,7 @@
 To upload a file to tcp.st: 
 .P1
 ; telnet -n tcp!tcp.st!7777 < /path/to/file
-.P2
\ No newline at end of file
+.P2
+
+.PP
+To connect to a webserver, use 
 (carriage return C-m).
\ No newline at end of file