aboutsummaryrefslogtreecommitdiff
path: root/networking/telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/telnet.c')
-rw-r--r--networking/telnet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/telnet.c b/networking/telnet.c
index 5324d7a20..344fc3270 100644
--- a/networking/telnet.c
+++ b/networking/telnet.c
@@ -185,9 +185,9 @@ static void handlenetoutput(int len)
185 * I don't agree. 185 * I don't agree.
186 * first - I cannot use programs like sz/rz 186 * first - I cannot use programs like sz/rz
187 * second - the 0x0D is sent as one character and if the next 187 * second - the 0x0D is sent as one character and if the next
188 * char is 0x0A then it's eaten by a server side. 188 * char is 0x0A then it's eaten by a server side.
189 * third - whay doy you have to make 'many write()s'? 189 * third - whay doy you have to make 'many write()s'?
190 * I don't understand. 190 * I don't understand.
191 * So I implemented it. It's realy useful for me. I hope that 191 * So I implemented it. It's realy useful for me. I hope that
192 * others people will find it interesting to. 192 * others people will find it interesting to.
193 */ 193 */