svn commit: trunk/busybox/networking

vapier at busybox.net vapier at busybox.net
Wed May 10 17:17:10 UTC 2006


Author: vapier
Date: 2006-05-10 10:17:09 -0700 (Wed, 10 May 2006)
New Revision: 15053

Log:
fix whitespace in comment example

Modified:
   trunk/busybox/networking/telnetd.c


Changeset:
Modified: trunk/busybox/networking/telnetd.c
===================================================================
--- trunk/busybox/networking/telnetd.c	2006-05-10 17:14:32 UTC (rev 15052)
+++ trunk/busybox/networking/telnetd.c	2006-05-10 17:17:09 UTC (rev 15053)
@@ -94,7 +94,7 @@
    +-------+     wridx1++     +------+     rdidx1++     +----------+
    |       | <--------------  | buf1 | <--------------  |          |
    |       |     size1--      +------+     size1++      |          |
-   |  pty  |					    |  socket  |
+   |  pty  |                                            |  socket  |
    |       |     rdidx2++     +------+     wridx2++     |          |
    |       |  --------------> | buf2 |  --------------> |          |
    +-------+     size2++      +------+     size2--      +----------+




More information about the busybox-cvs mailing list