projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfbcde0
)
posts:simple-servers: Fix 'incomming' -> 'incoming' typo
author
W. Trevor King
<wking@tremily.us>
Wed, 28 May 2014 15:11:53 +0000
(08:11 -0700)
committer
W. Trevor King
<wking@tremily.us>
Wed, 28 May 2014 15:11:53 +0000
(08:11 -0700)
posts/Simple_servers.mdwn
patch
|
blob
|
history
diff --git
a/posts/Simple_servers.mdwn
b/posts/Simple_servers.mdwn
index 3ef2613ab02e3ce313e158a3b2c320c1b1ddf340..b0e057afc3ed14315460d49a38b316a0ff13dd50 100644
(file)
--- a/
posts/Simple_servers.mdwn
+++ b/
posts/Simple_servers.mdwn
@@
-1,7
+1,7
@@
After reading Brian Hatch's [Nmap Version Detection Rocks][nmap], I
wanted to set up a simple socket-connection test. Here are my notes:
-Start a plain-text socket echoing incom
m
ing text using [netcat][]:
+Start a plain-text socket echoing incoming text using [netcat][]:
a$ nc -l -p 8080