After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 672377 - The cmd element is used to markup some file names.
The cmd element is used to markup some file names.
Status: RESOLVED FIXED
Product: gnome-user-docs
Classification: Core
Component: gnome-help
3.3.x
Other All
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
Depends on:
Blocks:
 
 
Reported: 2012-03-19 06:55 UTC by Jiro Matsuzawa
Modified: 2012-03-19 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a patch for this bug (982 bytes, patch)
2012-03-19 06:55 UTC, Jiro Matsuzawa
accepted-commit_now Details | Review
a patch for this bug (879 bytes, patch)
2012-03-19 10:23 UTC, Jiro Matsuzawa
accepted-commit_now Details | Review

Description Jiro Matsuzawa 2012-03-19 06:55:45 UTC
Created attachment 210074 [details] [review]
a patch for this bug

The cmd element is used to markup some file names. The file element should be used instead.

diff --git a/gnome-help/C/backup-thinkabout.page b/gnome-help/C/backup-thinkabout.page
index b0d818a..39b619d 100644
--- a/gnome-help/C/backup-thinkabout.page
+++ b/gnome-help/C/backup-thinkabout.page
@@ -56,7 +56,7 @@
   <p>Most applications store their settings in hidden folders inside your Home
  folder (see above for information on hidden files).</p>
   <p>Most of your application settings will be stored in the hidden folders
- <cmd>.config</cmd>, <cmd>.gconf</cmd>, <cmd>.gnome2</cmd>, and <cmd>.local</cmd>
+ <file>.config</file>, <file>.gconf</file>, <file>.gnome2</file>, and <file>.local</file>
  in your Home folder.</p>
  </item>
Comment 1 André Klapper 2012-03-19 07:56:04 UTC
Comment on attachment 210074 [details] [review]
a patch for this bug

Thanks for finding, please go ahead and commit.
Comment 3 Jiro Matsuzawa 2012-03-19 10:23:19 UTC
Created attachment 210077 [details] [review]
a patch for this bug

I have found the same problem in backup-how.page.
I have grepped all files. As far as I know, there are no other problematic cmd tags.
Could I commit it?

diff --git a/gnome-help/C/backup-how.page b/gnome-help/C/backup-how.page
index 78adc6a..a612fbe 100644
--- a/gnome-help/C/backup-how.page
+++ b/gnome-help/C/backup-how.page
@@ -48,7 +48,7 @@
  compile your programs. Instead, just make sure that you back up the origina
  source files.</p></item>
  <item><p>Any files in the Trash folder. Your Trash folder can be found in
- <cmd>~/.local/share/Trash</cmd>.</p></item>
+ <file>~/.local/share/Trash</file>.</p></item>
 </list>
Comment 4 Tiffany Antopolski 2012-03-19 11:52:38 UTC
Yes, please do.

Thanks.
Comment 5 Tiffany Antopolski 2012-03-19 11:53:26 UTC
Review of attachment 210077 [details] [review]:

Thanks again.