---------------------------------------------------------------------------
                             leakbug v0.1.5
                         Leakbug Tracer Library
          Part of the GNUpdate project - http://www.gnupdate.org
---------------------------------------------------------------------------

Leakbug is a memory leak tracer that specializes in detecting leaks
from the program's own calls to malloc(), strdup(), etc. It does not
detect leaks from outside libraries. For doing that, take a look at
dmalloc (http://www.dmalloc.org).

To log all leakbug output into a file, set the LB_LOGFILE environment
variable to the desired name of the logfile.

Please see the file INSTALL For install instructions.

