Merge fix for logging of mode changes by charly.
[jelmer/ctrlproxy.git] / HACKING
diff --git a/HACKING b/HACKING
index c33cb9591ac18a985daff73fe550a05daec4268f..31f9da93e5d7a9b8d401295e6fb63223fa0b8fa4 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,13 +1,11 @@
-                               ==== CtrlProxy developer documentation ==== 
+CtrlProxy developer documentation
+=================================
 Written by Jelmer Vernooij, 2003
 Updated October 2005
 
 General
 -------
-The core of ctrlproxy is in the top source directory, standard module
-are in mods/.
-
-Here's what the core files do:
+Here's what some of the core files do:
 
 cache.c - Caches and sends cached network state info
 client.c - Maintains connections to clients
@@ -30,8 +28,7 @@ util.c - Random utility functions
 Writing Modules
 ---------------
 As has been said in the introduction, ctrlproxy 
-is easily extendible. At the time of writing, there 
-are nine modules available.
+is easily extendible. 
 
 The simplest possible module can be found in example/foo.c in the source 
 distribution.