[nemiver/mallard-docs] Various fixes



commit b3a218cae9d89814dd874fc93dc08e928c45261b
Author: Baptiste Mille-Mathias <baptistem gnome org>
Date:   Sat Aug 17 09:43:20 2013 +0200

    Various fixes

 help/C/index.page           |    6 +++---
 help/C/what-is-nemiver.page |    9 ++++++---
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
index 1feeb73..8d5ed24 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -11,7 +11,7 @@
     </info>
 
     <title><media type="image" src="figures/nemiver.png"></media>Nemiver</title>
-    <p><app>Nemiver</app>, the graphical debugger</p>
+    <p><app>Nemiver</app>, a graphical debugger</p>
 
     <p>Welcome to the <app>Nemiver</app> help guide. For a quick introduction on
     <app>Nemiver</app>, read page <link xref="what-is-nemiver" />.</p>
@@ -19,8 +19,8 @@
     <section id="debugging-target" style="2column">
         <title>Choose your target to debug</title>
         <p>A target is the execution environment where your program is run to.
-        Often this is in your host environment, but <app>Nemiver</app> can also
-        debug remote program.</p>
+        Often this is in your host environment (your computer), but <app>Nemiver</app> can also
+        debug program remotely.</p>
     </section>
 
     <section id="basic-debugging" style="2column">
diff --git a/help/C/what-is-nemiver.page b/help/C/what-is-nemiver.page
index d47fc28..9483e07 100644
--- a/help/C/what-is-nemiver.page
+++ b/help/C/what-is-nemiver.page
@@ -5,7 +5,7 @@
     <info>
         <link type="guide" xref="index"/>
         <revision version="0.1" date="2013-07-15" status="stub"/>
-        <desc>Present <app>Nemiver</app> application</desc>
+        <desc>Presenting <app>Nemiver</app> application</desc>
     </info>
 
     <title>What is Nemiver</title>
@@ -20,10 +20,13 @@
     xref="breakpoints" /> (<app>Nemiver</app> implements unseen breakpoints type
     like countpoints for instance), or <gui>Memory</gui> views.</p>
 
-    <p>Nemiver uses underneath <link href="http://www.gnu.org/software/gdb/";>
+    <p><app>Nemiver</app> uses underneath <link href="http://www.gnu.org/software/gdb/";>
     GDB</link> (the GNU debugger), as debugging engine, so as consequence 
     Nemiver can debug C and C++ programs.</p>
 
+    <p><app>Nemiver</app> was originally developped by Dodji Seketeli and
+    Jonathon Jongsma, with the contribution of other developers.</p>
+
     <section id="interface">
 
         <title>Interface</title>
@@ -38,7 +41,7 @@
         </figure>
 
         <terms>
-            <title>The notebook</title>
+            <title>The toolbox</title>
             <p>The debugging tools</p>
             <item>
                 <title>Target Terminal</title>


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