[gnome-terminal/wip/mallard-merge: 121/271] help: added txt-save-text.page



commit 0647b4a50762d2e75e0f2c93a250c9846cb9d539
Author: Sindhu S <sindhus live in>
Date:   Sun Feb 17 22:46:53 2013 +0530

    help: added txt-save-text.page
    
    Added new file to document help about saving Terminal output in
    a text file.
    
    Added steps to save Terminal output as a file.
    Added a note that mentions valid file extensions for the to-be
    saved file.

 help/C/txt-save-text.page |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/help/C/txt-save-text.page b/help/C/txt-save-text.page
new file mode 100644
index 0000000..1064e5f
--- /dev/null
+++ b/help/C/txt-save-text.page
@@ -0,0 +1,40 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="task"
+      id="txt-save-text">
+  <info>
+    <revision version="0.1" date="2013-01-10" status="draft"/>
+
+    <credit type="author copyright">
+      <name>Sindhu S</name>
+      <email>sindhus live in</email>
+      <years>2013</years>
+    </credit>
+
+    <link type="guide" xref="index#textoutput"/>
+
+    <desc>Save <app>Terminal</app> output as a file.</desc>
+
+  </info>
+
+  <title>Save contents</title>
+
+  <p>You can save all output of a <app>Terminal</app> tab or window as a text file. This is useful if you 
have to submit the terminal output as debugging information.</p>
+
+  <steps>
+    <item>
+      <p>Go to <guiseq><gui style="menu">File</gui></guiseq>.</p>
+    </item>
+    <item>
+      <p>Select <gui style="menuitem">Save Contents</gui>.</p>
+    </item>
+    <item>
+      <p>Browse to the desired directory, enter filename.</p>
+    </item>
+   <item>
+      <p>Click <gui style="button">Save</gui>.</p>
+    </item>
+  </steps>
+  <note style="tip">
+    <p>You may optionally input a file extension along with the filename. Valid file extensions are 
<input>.doc</input> and <input>.txt</input>.</p>
+  </note>
+</page>


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