[gnome-terminal/wip/mallard-merge: 113/194] help: rename gs-run-program to gs-execute-commands



commit d3c087e0d22c4a0bb9230aca6a7b00f281fe1f5c
Author: Sindhu S <sindhus live in>
Date:   Fri Feb 22 20:02:20 2013 +0530

    help: rename gs-run-program to gs-execute-commands
    
    Added steps.
    Note about locating where a program is installed on the computer
    is required because the user may try to execute a program not yet
    installed on his computer, here the explaining to the user that
    he/she can check if the program is installed on the computer by
    using which enables them to successfully run a program.
    
    For sake of clarity and that everything is a command in the CLI,
    the page has been renamed more appropriately.
    
    Page ID reflects the change in filename.

 ...s-run-program.page => gs-execute-commands.page} |   21 ++++++++++---------
 1 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/help/C/gs-run-program.page b/help/C/gs-execute-commands.page
similarity index 59%
rename from help/C/gs-run-program.page
rename to help/C/gs-execute-commands.page
index 53ba299..235edc8 100644
--- a/help/C/gs-run-program.page
+++ b/help/C/gs-execute-commands.page
@@ -1,6 +1,6 @@
 <page xmlns="http://projectmallard.org/1.0/";
       type="guide"
-      id="run-program">
+      id="execute-commands">
 
   <info>
     <revision version="0.1" date="2013-01-10" status="draft"/>
@@ -15,20 +15,21 @@
     <desc>Launch programs or run commands using <app>Terminal</app></desc>
   </info>
 
-  <title>Run a program</title>
+  <title>Execute a command</title>
 
-  <!--Should I put a screencast here? -->
-  <!-- No, avoid using them unless you have to. -->
+  <p>To launch programs or execute commands using <app>Terminal</app>:</p>
 
-  <p>To launch programs or run commands using <app>Terminal</app>, type the
-  command in the <app>Terminal</app> prompt and press <key>Enter</key>.</p>
-
-<!-- One-key commands should not have a <keyseq> around them. -->
+  <steps>
+    <item>
+      <p>Type the command in the <app>Terminal</app> prompt.</p>
+    </item>
+    <item>
+      <p>Press <key>Enter</key>.</p>
+    </item>
+  </steps>
 
   <note style="tip">
 
-    <!-- Why and how is this useful? -->
-
     <p>To find out where the program is installed on your computer, type
     <code>which</code> followed by the program name.</p>
   </note>


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