You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/11/15 16:39:01 UTC

svn commit: r1409839 - /mina/site/trunk/content/mina-project/quick-start-guide.mdtext

Author: elecharny
Date: Thu Nov 15 15:39:00 2012
New Revision: 1409839

URL: http://svn.apache.org/viewvc?rev=1409839&view=rev
Log:
Fixed some bad formatting

Modified:
    mina/site/trunk/content/mina-project/quick-start-guide.mdtext

Modified: mina/site/trunk/content/mina-project/quick-start-guide.mdtext
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/mina-project/quick-start-guide.mdtext?rev=1409839&r1=1409838&r2=1409839&view=diff
==============================================================================
--- mina/site/trunk/content/mina-project/quick-start-guide.mdtext (original)
+++ mina/site/trunk/content/mina-project/quick-start-guide.mdtext Thu Nov 15 15:39:00 2012
@@ -187,17 +187,7 @@ At this point, we can go ahead and compi
 
 | Client Output | Server Output |
 |---|---|
-| user@myhost:~> telnet 127.0.0.1 9123
- Trying 127.0.0.1...
- Connected to 127.0.0.1.
- Escape character is '^\]'.
- hello
- Mon Apr 09 23:42:55 EDT 2007
- quit
- Connection closed by foreign host.
- user@myhost:~> | MINA Time server started.
- Session created...
- Message written... |
+| user@myhost:~> telnet 127.0.0.1 9123<br/>Trying 127.0.0.1...<br/>Connected to 127.0.0.1.<br/>Escape character is '^\]'.<br/>hello<br/>Mon Apr 09 23:42:55 EDT 2007<br/>quit<br/>Connection closed by foreign host.<br/>user@myhost:~> | MINA Time server started.<br/>Session created...<br/>Message written... |
 
 ## Using MINA in restricted Java environnements