[gnome-user-docs] [gnome-help]files-renaming: changed <code> to <cmd> tags.



commit 4c8d35f752562fea1dcfe1b2861682a2432f4dc3
Author: Tiffany Antopolski <antopolski src gnome org>
Date:   Sun Jan 9 12:36:32 2011 -0500

    [gnome-help]files-renaming: changed <code> to <cmd> tags.

 gnome-help/C/files-renaming.page |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnome-help/C/files-renaming.page b/gnome-help/C/files-renaming.page
index a4c258f..0831027 100644
--- a/gnome-help/C/files-renaming.page
+++ b/gnome-help/C/files-renaming.page
@@ -2,7 +2,7 @@
       type="topic" id="files-renaming">
 
   <info>
-    <link type="guide" xref="files#management"/>
+    <link type="guide" xref="index#files-folders"/>
     <desc>Change file or folder name.</desc>
     <revision pkgversion="0.1" version="0.1" date="2011-01-08" status="review"/>
     <credit type="author">
@@ -101,17 +101,17 @@
      <steps>
        <item>
        <p>
-        <code>cd</code> into the folder where the file or subfolder you wish to rename is located.
+        <cmd>cd</cmd> into the folder where the file or subfolder you wish to rename is located.
        </p>
        </item>
        
        <item>
        <p>
-        At the shell prompt type: <code>mv -i current_filename new_filename</code>
+        At the shell prompt type: <cmd>mv -i current_filename new_filename</cmd>
        </p>
          <note style="important">
            <p>
-             If you omit the <code> -i</code>, you may overwrite a file if you try to rename the file to a name that already exists in the folder.  The -i option will ask you if you are sure that you want to overwrite the existing file.  If you overwrite an existing file, there is no way you can get the original back, so be sure to use the<code> -i </code> option.
+             If you omit the <cmd> -i</cmd>, you may overwrite a file if you try to rename the file to a name that already exists in the folder.  The -i option will ask you if you are sure that you want to overwrite the existing file.  If you overwrite an existing file, there is no way you can get the original back, so be sure to use the<cmd> -i </cmd> option.
           </p>
          </note>
        </item>



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