GNOME Bugzilla – Bug 672377
The cmd element is used to markup some file names.
Last modified: 2012-03-19 12:02:39 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 on attachment 210074 [details] [review] a patch for this bug Thanks for finding, please go ahead and commit.
I've pushed. http://git.gnome.org/browse/gnome-user-docs/commit/?id=294aba0bc5e5d1a5b75cac6b5df381dcb677898e Thanks.
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>
Yes, please do. Thanks.
Review of attachment 210077 [details] [review]: Thanks again.
I've pushed. http://git.gnome.org/browse/gnome-user-docs/commit/?id=f8afda27c0213c5c5c4260303a69604655b2744d Thanks.