Version 0.1.4

* Updated execute_process()
* No longer uses signals to wait for children. Should be a little faster.
* Now every function uses output.c:send_*() instead of `FILE * output'
diff --git a/ltrace.1 b/ltrace.1
index e0951be..6b37fe7 100644
--- a/ltrace.1
+++ b/ltrace.1
@@ -17,7 +17,7 @@
 received by that process.
 .PP
 Its use is very similar to
-.BR strace (1).
+.BR strace(1).
 
 .SH OPTIONS
 .TP
@@ -38,7 +38,9 @@
 .SH BUGS
 At the moment, there are too many bugs to list here.
 .PP
-If you like to report a bug, send a notice to the author.
+If you like to report a bug, send a notice to the author, or use the
+.BR bug(1)
+program if you are under Debian GNU/Linux.
 
 .SH AUTHOR
 Juan Cespedes <cespedes@etsit.upm.es>