[nemiver/mallard-docs] Add some fix to the debug-core-file.page
- From: Baptiste Mille-Mathias <baptistem src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver/mallard-docs] Add some fix to the debug-core-file.page
- Date: Sat, 17 Aug 2013 09:04:10 +0000 (UTC)
commit 64d92843ea9cadd95e17a9feb8b7d73a787ef1c1
Author: Baptiste Mille-Mathias <baptistem gnome org>
Date: Sat Aug 17 11:03:38 2013 +0200
Add some fix to the debug-core-file.page
help/C/debug-core-file.page | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/help/C/debug-core-file.page b/help/C/debug-core-file.page
index a08d1b2..6e5d7f4 100644
--- a/help/C/debug-core-file.page
+++ b/help/C/debug-core-file.page
@@ -31,16 +31,18 @@
crash.</p>
</section>
- <section id="permit-core-file">
- <title>If core file are is generated on program crash?</title>
+ <section id="no-core-file">
+ <title>If no core file is generated on program crash?</title>
<p>If no core file is generated when a program crash, you have to check
- if there are permitted.</p>
- <p>Open a terminal, and enter the commande <input>ulimit -c</input>, if
+ if they are permitted on your system.</p>
+ <p>Open a terminal, and enter the command <input>ulimit -c</input>, if
the value returned is <output>0</output>, then it means core won't be
- created.</p>
- <p>To permit core generation, edit ~/.bashrc file and add a line
- <code>ulimit -c unlimited</code>, then save and log-out from your
- session.</p>
+ generated on a program crash.</p>
+ <p>To permit core file generation, edit the file <file>.bashrc</file> in
+ your <sys>$HOME</sys> directory and add a line <code>ulimit -c
+ unlimited</code> and save the file.</p>
+ <p>To have this setting applied you have to logout from your session and
+ login back again.</p>
</section>
</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]