[nemiver/mallard-docs] Fix title and description for the page



commit ffe3e2ec13cfeda8b8582e537816032548061c64
Author: Baptiste Mille-Mathias <baptistem gnome org>
Date:   Tue Jul 16 23:00:15 2013 +0200

    Fix title and description for the page

 help/C/breakpoint.page |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/help/C/breakpoint.page b/help/C/breakpoint.page
index b4379a6..4cd2921 100644
--- a/help/C/breakpoint.page
+++ b/help/C/breakpoint.page
@@ -5,10 +5,11 @@
     <info>
         <link type="guide" xref="index#basic-debugging"/>
         <revision version="0.1" date="2013-04-30" status="stub"/>
-        <desc>set, disable, delete breakpoints and special breakpoints</desc>
+        <desc>set, disable and delete breakpoints and presenting all types of
+        breakpoints</desc>
     </info>
 
-    <title>Working with breakpoints</title>
+    <title>Breakpoints</title>
 
     <section id="set-breakpoint">
         <title>Set a breakpoint</title>
@@ -81,7 +82,8 @@
         <section id="type-breakpoint">
             <title>Breakpoint</title>
             <p>Breakpoint is a marker you set on a program, and when this marker
-            is reached, the program is stopped to be able to observe it.</p>
+            is reached, the program is stopped to permit to observe its state
+            at this step.</p>
             <p>In <app>Nemiver</app> you can set breakpoint on a source code
             line but also on function, on source code, on memory address or on
             events like <code>fork()</code>.</p>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]