diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-et/docs/tdesdk/scripts/man-extend_dmalloc.1.docbook | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-et/docs/tdesdk/scripts/man-extend_dmalloc.1.docbook')
-rw-r--r-- | tde-i18n-et/docs/tdesdk/scripts/man-extend_dmalloc.1.docbook | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/tde-i18n-et/docs/tdesdk/scripts/man-extend_dmalloc.1.docbook b/tde-i18n-et/docs/tdesdk/scripts/man-extend_dmalloc.1.docbook new file mode 100644 index 00000000000..5b9a7fed953 --- /dev/null +++ b/tde-i18n-et/docs/tdesdk/scripts/man-extend_dmalloc.1.docbook @@ -0,0 +1,97 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ +<!ENTITY % Estonian "INCLUDE"> +]> + +<refentry lang="&language;"> +<refentryinfo> +<author +><personname +><firstname +>Ben</firstname +><surname +>Burton</surname +></personname +> <email +>bab@debian.org</email +></author> +<date +>7. aprill 2003</date> +</refentryinfo> + +<refmeta> +<refentrytitle +><command +>extend_dmalloc</command +></refentrytitle> +<manvolnum +>1</manvolnum> +</refmeta> + +<refnamediv> +<refname +><command +>extend_dmalloc</command +></refname> +<refpurpose +>Analüüsib dmalloc'i logifailide tagastusaadresse.</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis +><command +>extend_dmalloc</command +> <group +><option +><replaceable +>dmalloc-log</replaceable +> <command +>binary</command +></option +></group +> </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title +>Kirjeldus</title> + +<para +><command +>extend_dmalloc</command +> käivitab <command +>gdb</command +>(1) hankimaks <command +>dmalloc</command +>(1) logifailist tagastusaadresse. Konkreetsemalt uurib see kõiki <literal +>ra=</literal +> ridu ja üritab leida vastavad reanumbrid</para> + +<para +>Argument <option +><command +>binary</command +></option +> peab olema binaarfail, mis tekitas logifaili <filename +>dmalloc-log</filename +>.</para> + +<para +>See utiliit kuulub &kde; tarkvaraarenduse komplekti koosseisu.</para> + +</refsect1> + + +<refsect1> +<title +>Märkused</title> +<para +>Mõttekas võib olla suunata käsu <command +>extend_dmalloc</command +> väljund faili, sest muidu kipub <command +>gdb</command +> tagasi pöörduma, nagu oleksid jõudnud lehekülje lõppu. </para +> +</refsect1> + +</refentry> |