diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-09 19:43:20 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-11-10 01:24:17 +0100 |
commit | 5f2c2633a528566736b2887846959a6a02de7940 (patch) | |
tree | 74df1b3dabe0fa93c483f98e5355feb093fb431b | |
parent | d034a998ce691d67778bc5f499c04de7544e0af9 (diff) |
Mute L10n on debug params for Linux
Change-Id: Ief4bb2679ee238ee56c82a9b853d4abf86243226
Reviewed-on: https://gerrit.libreoffice.org/82366
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/guide/start_parameters.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index 6f767eacaf..b87cc0c476 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -355,7 +355,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id51571706970244" role="paragraph"><emph>--record</emph></paragraph> + <paragraph id="par_id51571706970244" localize="false" role="paragraph"><emph>--record</emph></paragraph> </tablecell> <tablecell> <paragraph id="par_id11571706970245" role="paragraph">An enhanced debugger.</paragraph> @@ -363,7 +363,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id751571707080685" role="paragraph"><emph>--backtrace</emph></paragraph> + <paragraph id="par_id751571707080685" localize="false" role="paragraph"><emph>--backtrace</emph></paragraph> </tablecell> <tablecell> <paragraph id="par_id971571707080686" role="paragraph">Prints the backtrace of the entire stack.</paragraph> @@ -371,7 +371,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id171571707097883" role="paragraph"><emph>--strace</emph></paragraph> + <paragraph id="par_id171571707097883" localize="false" role="paragraph"><emph>--strace</emph></paragraph> </tablecell> <tablecell> <paragraph id="par_id621571707097884" role="paragraph">strace is a diagnostic, debugging and instructional userspace utility for Linux.</paragraph> @@ -379,7 +379,7 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id81571707115501" role="paragraph"><emph>--valgrind</emph></paragraph> + <paragraph id="par_id81571707115501" localize="false" role="paragraph"><emph>--valgrind</emph></paragraph> </tablecell> <tablecell> <paragraph id="par_id281571707115502" role="paragraph">Automatically detect many memory management and threading bugs, and profile the program in detail.</paragraph> |