summaryrefslogtreecommitdiffstats
path: root/gnome-help/C/files-renaming.page
diff options
context:
space:
mode:
authorTiffany Antopolski <antopolski@src.gnome.org>2011-01-09 12:36:32 -0500
committerTiffany Antopolski <antopolski@src.gnome.org>2011-01-09 12:36:32 -0500
commit4c8d35f752562fea1dcfe1b2861682a2432f4dc3 (patch)
tree6410a027aaccb0fd0ef5c226933c47e7314ccc78 /gnome-help/C/files-renaming.page
parentaebb025d6acd82063e9245054362f535b96528a7 (diff)
downloadgnome-user-docs-4c8d35f752562fea1dcfe1b2861682a2432f4dc3.tar.gz
gnome-user-docs-4c8d35f752562fea1dcfe1b2861682a2432f4dc3.tar.xz
gnome-user-docs-4c8d35f752562fea1dcfe1b2861682a2432f4dc3.zip
[gnome-help]files-renaming: changed <code> to <cmd> tags.
Diffstat (limited to 'gnome-help/C/files-renaming.page')
-rw-r--r--gnome-help/C/files-renaming.page8
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>