updates.
[silc.git] / README.CVS
index 7d436dc1050f47bb5751bfd8d1a5a3e1f62f280d..9db7980e332f52118d2fcc87bd76c793aa776d48 100644 (file)
@@ -94,7 +94,7 @@ Howto Compile SILC Source Tree
 ==============================
 
 After checkout from CVS the SILC source tree must be prepared for 
-configuration and compilation.  To compile the source three, give,
+configuration and compilation.  To compile the source tree, give,
 
        ./prepare
        ./configure --enable-debug
@@ -115,7 +115,9 @@ by both cilent and server is very heavy, thus it is common to test
 the programs as follows:
 
        ./silc -d -f configfile 2>log
-       ./silcd -f configfile 2>log
+       ./silcd -d -f configfile 2>log
+
+Do not give the -d options if you do not want to dump the debugging.
 
 
 Howto Clean SILC Source Tree