summaryrefslogtreecommitdiff
path: root/doc/it/cmdline_options_debug.it.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-02 14:18:43 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-02 14:18:43 +0200
commit9e8cdd5e403b2e934d30b2f85d5542d7a6a00acb (patch)
treeda8c3f4734b75a8830b0687954b4a4f89d2d92db /doc/it/cmdline_options_debug.it.adoc
parent71aa3dd45176fbac3c2e5e5cd03f4977414a28ef (diff)
downloadweechat-9e8cdd5e403b2e934d30b2f85d5542d7a6a00acb.zip
doc: merge files cmdline_options_debug.xx.adoc into cmdline_options.xx.adoc
Diffstat (limited to 'doc/it/cmdline_options_debug.it.adoc')
-rw-r--r--doc/it/cmdline_options_debug.it.adoc16
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/it/cmdline_options_debug.it.adoc b/doc/it/cmdline_options_debug.it.adoc
deleted file mode 100644
index 5e88ef3ae..000000000
--- a/doc/it/cmdline_options_debug.it.adoc
+++ /dev/null
@@ -1,16 +0,0 @@
-// TRANSLATION MISSING
-*--no-dlclose*::
- Do not call the function dlclose after plugins are unloaded.
- This is useful with tools like Valgrind to display stack for unloaded
- plugins.
-
-// TRANSLATION MISSING
-*--no-gnutls*::
- Do not call the init and deinit functions of GnuTLS library.
- This is useful with tools like Valgrind and electric-fence, to prevent
- GnuTLS memory errors.
-
-// TRANSLATION MISSING
-*--no-gcrypt*::
- Do not call the init and deinit functions of Gcrypt library.
- This is useful with tools like Valgrind, to prevent Gcrypt memory errors.