aboutsummaryrefslogtreecommitdiff
path: root/lib/leak-checker.man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/leak-checker.man')
-rw-r--r--lib/leak-checker.man15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/leak-checker.man b/lib/leak-checker.man
deleted file mode 100644
index beba9e13..00000000
--- a/lib/leak-checker.man
+++ /dev/null
@@ -1,15 +0,0 @@
-.TP
-\fB\-\-check\-leaks=\fIfile\fR
-.
-Logs information about memory allocation and deallocation to
-\fIfile\fR, to allow for debugging memory leaks in \fB\*(PN\fR. This
-option slows down \fB\*(PN\fR considerably, so it should only be used
-when a memory leak is suspected. Use the \fBovs\-parse\-leaks\fR script
-to interpret the leak file.
-.TP
-\fB\-\-leak\-limit=\fIsize\fR
-.
-Limits size of the leak file as specified by \fB\-\-check\-leaks\fR to
-\fIsize\fR bytes. Finding leaks sometimes requires allowing the leak
-file to grow very large, up to 1GB. By default, files are limited
-to 10MB.