[gnome-terminal/wip/mallard-merge: 233/287] Help: Reflowed paragraphs.



commit 0dc26a8c619e667b36c153e550da4de4c180f751
Author: Sindhu S <sindhus live in>
Date:   Mon Feb 25 21:10:54 2013 +0530

    Help: Reflowed paragraphs.

 help/C/gs-execute-commands.page |    3 ++-
 help/C/prob-add-to-path.page    |   24 +++++++++++++++++-------
 2 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/help/C/gs-execute-commands.page b/help/C/gs-execute-commands.page
index 5ad4fd2..16e4461 100644
--- a/help/C/gs-execute-commands.page
+++ b/help/C/gs-execute-commands.page
@@ -48,7 +48,8 @@
   <note style="tip">
     <p>Programs can be installed to different locations on your computer. If
     these locations are not added to the <code>PATH</code> variable of your
-    computer, <app>Terminal</app> will not be able to run the desired program. See <link 
xref="prob-add-to-path"/>.</p>
+    computer, <app>Terminal</app> will not be able to run the desired program.
+    See <link xref="prob-add-to-path"/>.</p>
   </note>
   
 </page>
diff --git a/help/C/prob-add-to-path.page b/help/C/prob-add-to-path.page
index a654bdc..e3a1731 100644
--- a/help/C/prob-add-to-path.page
+++ b/help/C/prob-add-to-path.page
@@ -18,28 +18,38 @@
   <title><code>PATH</code> variable</title>
 
   <note style="important">
-    <p>This page assumes you are using the default shell <app>Bash</app>. If you are using any other shell, 
the name and location of the configuration file for the custom shell may vary.</p>
+    <p>This page assumes you are using the default shell <app>Bash</app>. If you
+    are using any other shell, the name and location of the configuration file
+    for the custom shell may vary.</p>
   </note>
 
-  <p><code>PATH</code> is a system variable that has address of locations where programs have been 
installed. Often, <app>Terminal</app> is unable to find programs to run whose locations are not included in 
the <code>PATH</code> variable. </p>
+  <p><code>PATH</code> is a system variable that has address of locations where
+  programs have been installed. Often, <app>Terminal</app> is unable to find
+  programs to run whose locations are not included in the <code>PATH</code>
+  variable.</p>
 
   <p>To add locations where programs are installed:</p>
 
   <steps>
     <item>
-      <p>With your preferred text editor, open the file <input>.bashrc</input> located in your HOME 
directory.</p>
+      <p>With your preferred text editor, open the file <input>.bashrc</input>
+      located in your HOME directory.</p>
     </item>
     <item>
-      <p>In the <input>PATH</input> variable line, add the desired location prepended by <input>:</input> 
(colon)</p>
+      <p>In the <input>PATH</input> variable line, add the desired location
+      prepended by <input>:</input> (colon).</p>
     </item>
     <item>
-      <p>Save the file.</p>
+      <p>Save the file and exit the editor.</p>
     </item>
     <item>
-      <p>In a <app>Terminal</app> prompt, type <input>source ~/.bashrc</input> to reload your shell 
configuration file.</p>
+      <p>In a <app>Terminal</app> prompt, type <input>source ~/.bashrc</input>
+      to reload your shell configuration file.</p>
     </item>
     <item>
-      <p>You can now check the location of the desired program or command by typing <input>which</input> 
followed by a space and program or command name.</p>
+      <p>You can now check the location of the desired program or command by
+      typing <input>which</input> followed by a space and program or command
+      name.</p>
     </item>
   </steps>
 


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