[gnome-terminal/wip/mallard-merge: 288/289] Help: Fixed page validation and reflowed paragraphs.



commit 7bbb09d20c4b3660d5a5e9ae16f6d32eaac1d1d8
Author: Sindhu S <sindhus live in>
Date:   Wed Feb 27 14:26:50 2013 +0530

    Help: Fixed page validation and reflowed paragraphs.

 help/C/pref-login-shell.page |   38 +++++++++++++++++++++++++++-----------
 1 files changed, 27 insertions(+), 11 deletions(-)
---
diff --git a/help/C/pref-login-shell.page b/help/C/pref-login-shell.page
index 3a0e75c..8b7b116 100644
--- a/help/C/pref-login-shell.page
+++ b/help/C/pref-login-shell.page
@@ -47,27 +47,35 @@
             <p>Accessing your computer remotely using <app>ssh</app>.</p>
           </item>
           <item>
-            <p>Simulating an initial login shell with <code>bash -l</code> or <code>sh -l</code>.</p>
+            <p>Simulating an initial login shell with <code>bash -l</code> or
+            <code>sh -l</code>.</p>
           </item>
           <item>
-            <p>Simulating an initial root login shell with <code>sudo -i</code>.</p>
+            <p>Simulating an initial root login shell with
+            <code>sudo -i</code>.</p>
           </item>
         </list>
 
   <section id="login-shell-howto">
     <title>Start a login shell</title>
 
-    <p>You can allow <app>Terminal</app> to start a login shell. The <code>--login</code> will be passed to 
<app>Bash</app> or your <link xref="pref-custom-shells">custom shell</link>.</p>.
+    <p>You can allow <app>Terminal</app> to start a login shell. The
+    <code>--login</code> will be passed to <app>Bash</app> or your <link xref
+    ="pref-custom-shells">custom shell</link>.</p>
 
     <steps>
       <item>
-        <p>Select <guiseq><gui style="menu">Edit</gui><gui stye="menuitem">Profile Preferences</gui><gui 
style="tab">General</gui></guiseq>.</p>
+        <p>Select <guiseq><gui style="menu">Edit</gui>
+        <gui style="menuitem">Profile Preferences</gui>
+        <gui style="tab">General</gui></guiseq>.</p>
       </item>
       <item>
-        <p>Under <gui>Command</gui> label, select <gui style="checkbox">Run command as a login 
shell</gui>.</p>
+        <p>Under <gui>Command</gui> label, select
+        <gui style="checkbox">Run command as a login shell</gui>.</p>
       </item>
       <item>
-        <p>Click <gui style="button">Close</gui> to quit the dialog and return to <app>Terminal</app>.</p>
+        <p>Click <gui style="button">Close</gui> to quit the dialog and return
+        to <app>Terminal</app>.</p>
       </item>
     </steps>
 
@@ -76,7 +84,9 @@
   <section id="login-shell-update-records">
     <title>Update login records</title>
 
-    <p>UNIX based systems maintain files to keep information about user logins and sessions. They are called 
login records. To write an entry of your login in these records:</p>
+    <p>UNIX based systems maintain files to keep information about user logins
+    and sessions. They are called login records. To allow <app>Terminal</app> to
+    write an entry of your login in these records:</p>
 
     <!-- Should I include these?
       /var/run/utmp : List of current login sessions.
@@ -85,18 +95,24 @@
 
     <steps>
       <item>
-        <p>Select <guiseq><gui style="menu">Edit</gui><gui style="menuitem">Profile Preferences</gui><gui 
style="tab">General</gui></guiseq>.</p>
+        <p>Select <guiseq><gui style="menu">Edit</gui>
+        <gui style="menuitem">Profile Preferences</gui>
+        <gui style="tab">General</gui></guiseq>.</p>
       </item>
       <item>
-        <p>Under the <gui>Command</gui> label, select <gui style="checkbox">Update login records when 
command is launched</gui>.</p>
+        <p>Under the <gui>Command</gui> label, select
+        <gui style="checkbox">Update login records when command is
+        launched</gui>.</p>
       </item>
       <item>
-        <p>Click <gui style="button">Close</gui> to quit the dialog and return to <app>Terminal</app>.</p>
+        <p>Click <gui style="button">Close</gui> to quit the dialog and return
+        to <app>Terminal</app>.</p>
       </item>
     </steps>
 
     <note style="tip">
-      <p>The command <app>last</app> followed by a username in your computer shows the login records for a 
particular user.</p>
+      <p>The command <app>last</app> followed by a username in your computer
+      shows the login records for a particular user.</p>
     </note>
 
   </section>


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