From: Sapan Bhatia Date: Thu, 16 Aug 2007 00:45:03 +0000 (+0000) Subject: paranoid checkin X-Git-Tag: vsys-0.7-19~20 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=4bb506215c662d430a339b7a3d24db10d43de61b paranoid checkin --- diff --git a/Makefile b/Makefile index 285f813..d05d91f 100644 --- a/Makefile +++ b/Makefile @@ -46,4 +46,4 @@ dep: clean: $(MAKE) -C ocaml_inotify-0.4 clean - rm -f *.cmi *.cmx sys usys *.o vsys vsys.b *.html *.css docs/* + rm -f *.cmi *.cmx sys usys *.o vsys vsys.b *.html *.css diff --git a/fdwatcher.ml b/fdwatcher.ml index f520aad..eb9559c 100644 --- a/fdwatcher.ml +++ b/fdwatcher.ml @@ -1,4 +1,4 @@ -(* Fdwatcher - The main event loop. Agnostic to the type of file descriptors +(** Fdwatcher - The main event loop. Agnostic to the type of file descriptors involved.*) open Printf diff --git a/globals.ml b/globals.ml index ed147cf..0afb155 100644 --- a/globals.ml +++ b/globals.ml @@ -1,3 +1,4 @@ +(** Some things that didn't fit in elsewhere *) let backend = ref "" let debug = ref true let vsys_version = "0.5"