Updated libipq documentation with information on new timeout feature,
as well as minor miscellaneous updates.  Added a bit more info to the
install-devel description in the INSTALL file.
diff --git a/INSTALL b/INSTALL
index 4539232..62b4f17 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,8 @@
 2) Finally, you need to to install the shared libraries, and the binary:
 	# make install KERNEL_DIR=<<where-your-kernel-is>>
 
-If you are a developer, you can install the header files, like:
+If you are a developer, you can install the headers, development libraries
+and associated development man pages, with:
 	# make install-devel
 
 That's it!