[evolution] User Docs: Use <cmd> tag consistently



commit b5b802227537fe441f2fcb7cdd7cfee1ca5d6295
Author: Andre Klapper <a9016009 gmx de>
Date:   Sat Feb 18 14:57:59 2012 +0100

    User Docs: Use <cmd> tag consistently

 help/C/change-keyboard-shortcuts.page        |    4 ++--
 help/C/mail-encryption-gpg-create-key.page   |    4 ++--
 help/C/mail-encryption-gpg-getting-keys.page |    4 ++--
 help/C/mail-error-folder-mismatch.page       |    2 +-
 help/C/mail-filters-conditions.page          |    2 +-
 help/C/mail-search-folders-conditions.page   |    4 ++--
 help/C/mail-search-folders-enable.page       |    2 +-
 help/C/offline.page                          |    4 ++--
 8 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/help/C/change-keyboard-shortcuts.page b/help/C/change-keyboard-shortcuts.page
index b4ce518..4b38c65 100644
--- a/help/C/change-keyboard-shortcuts.page
+++ b/help/C/change-keyboard-shortcuts.page
@@ -4,7 +4,7 @@
   <info>
     <desc>Changing keyboard shortcuts.</desc>
     <link type="guide" xref="index#common-other-problems" />
-    <revision pkgversion="3.1.91" version="0.1" date="2011-09-02" status="draft"/>
+    <revision pkgversion="3.1.91" version="0.2" date="2012-02-18" status="draft"/>
     <credit type="author">
       <name>Andre Klapper</name>
       <email>ak-47 gmx net</email>
@@ -19,7 +19,7 @@
 
 <list>
 <item><p>Open the <app>Terminal</app> application.</p></item>
-<item><p>Run the command <command>gsettings set org.gnome.desktop.interface can-change-accels true</command></p></item>
+<item><p>Run the command <cmd>gsettings set org.gnome.desktop.interface can-change-accels true</cmd></p></item>
 <item><p>Start Evolution.</p></item>
 <item><p>Hover your mouse cursor over the menu bar item for which you want to add or change the keyboard shortcut.</p></item>
 <item><p>Type the shortcut that you want on the keyboard.</p></item>
diff --git a/help/C/mail-encryption-gpg-create-key.page b/help/C/mail-encryption-gpg-create-key.page
index e7997e2..486f172 100644
--- a/help/C/mail-encryption-gpg-create-key.page
+++ b/help/C/mail-encryption-gpg-create-key.page
@@ -6,7 +6,7 @@
 
     <link type="guide" xref="mail-encryption#gpg"/>
 
-    <revision pkgversion="2.32.1" version="0.2" date="2011-07-27" status="final"/>
+    <revision pkgversion="2.32.1" version="0.3" date="2012-02-18" status="final"/>
     <credit type="author">
       <name>Andre Klapper</name>
       <email>ak-47 gmx net</email>
@@ -44,7 +44,7 @@
 <p>If you want, you can upload your keys to a key server:</p>
 <steps>
 <item><p>Check your public key ID with <code>gpg --list-keys</code>. It is the string after <code>1024D</code> on the line beginning with <code>pub</code>. In the example above, it is <code>32j38dk2</code>.</p></item>
-<item><p>Enter the command <code>gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2</code>. Substitute your key ID for <code>32j38dk2</code>. You need your password to do this.</p></item>
+<item><p>Enter the command <cmd>gpg --send-keys --keyserver wwwkeys.pgp.net 32j38dk2</cmd>. Substitute your key ID for <code>32j38dk2</code>. You need your password to do this.</p></item>
 </steps>
 
 <p>Key servers store your public keys for you so that your friends can decrypt your messages. If you choose not to use a key server, you can manually send your public key, include it in your signature file, or put it on your own Web page. However, it is easier to publish a key once, and then let people download it from a central place when they want.</p>
diff --git a/help/C/mail-encryption-gpg-getting-keys.page b/help/C/mail-encryption-gpg-getting-keys.page
index 9613fca..030d269 100644
--- a/help/C/mail-encryption-gpg-getting-keys.page
+++ b/help/C/mail-encryption-gpg-getting-keys.page
@@ -25,7 +25,7 @@
 
 <p>To send an encrypted message, you need to use the recipient's public key in combination with your private key. Evolution handles the encryption, but you need to get the public key and add it to your keyring.</p>
 
-<p>To get public keys from a public key server, enter the command <code>gpg --recv-keys --keyserver wwwkeys.pgp.net keyid</code>, substituting <code>keyid</code> by your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring.</p>
+<p>To get public keys from a public key server, enter the command <cmd>gpg --recv-keys --keyserver wwwkeys.pgp.net keyid</cmd>, substituting <code>keyid</code> by your recipient's ID. You need to enter your password, and the ID is automatically added to your keyring.</p>
 
-<p>If someone sends you a public key directly, save it as a plain text file and enter the command <code>gpg --import</code> to add it to your keyring.</p>
+<p>If someone sends you a public key directly, save it as a plain text file and enter the command <cmd>gpg --import</cmd> to add it to your keyring.</p>
 </page>
diff --git a/help/C/mail-error-folder-mismatch.page b/help/C/mail-error-folder-mismatch.page
index 6ad3667..b9822aa 100644
--- a/help/C/mail-error-folder-mismatch.page
+++ b/help/C/mail-error-folder-mismatch.page
@@ -28,7 +28,7 @@
 <note><p>These steps apply to the versions 3.0 and 3.2. Note that Evolution's file locations in 2.30 and 2.32 are different (<file>~/.evolution/mail/local/</file> instead of <file>~/.local/share/evolution/mail/local/</file>).</p></note>
 
 <list>
-<item><p>Open the <app>Terminal</app> application (category <gui>System Tools</gui>) and type in the command <code>evolution --force-shutdown</code>. This command stops Evolution and all the processes related to it.</p></item>
+<item><p>Open the <app>Terminal</app> application (category <gui>System Tools</gui>) and type in the command <cmd>evolution --force-shutdown</cmd>. This command stops Evolution and all the processes related to it.</p></item>
 <item><p>Remove the files ending in:</p>
  <list>
   <item><p><file>.ev-summary</file></p></item>
diff --git a/help/C/mail-filters-conditions.page b/help/C/mail-filters-conditions.page
index 2447543..9b26ebf 100644
--- a/help/C/mail-filters-conditions.page
+++ b/help/C/mail-filters-conditions.page
@@ -82,7 +82,7 @@
 <p>Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters.</p></item>
 
 <item><p>Regex Match:</p>
-<p>(For programmers only) If you know your way around a <link href="https://secure.wikimedia.org/wikipedia/en/wiki/Regular_expression";>regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command.</p></item>
+<p>(For programmers only) If you know your way around a <link href="https://secure.wikimedia.org/wikipedia/en/wiki/Regular_expression";>regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the <cmd>grep</cmd> command.</p></item>
 
 <item><p>Source Account:</p>
 <p>Filters messages according the server you got them from. This is most useful if you use multiple POP mail accounts.</p></item>
diff --git a/help/C/mail-search-folders-conditions.page b/help/C/mail-search-folders-conditions.page
index ced10fb..f5ac92b 100644
--- a/help/C/mail-search-folders-conditions.page
+++ b/help/C/mail-search-folders-conditions.page
@@ -6,7 +6,7 @@
 
     <link type="seealso" xref="mail-search-folders"/>
 
-    <revision pkgversion="3.0.2" version="0.1" date="2011-08-01" status="final"/>
+    <revision pkgversion="3.0.2" version="0.2" date="2012-02-18" status="final"/>
     <credit type="author">
       <name>Andre Klapper</name>
       <email>ak-47 gmx net</email>
@@ -82,7 +82,7 @@
 <p>Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters.</p></item>
 
 <item><p>Regex Match:</p>
-<p>(For programmers only) If you know your way around a <link href="https://secure.wikimedia.org/wikipedia/en/wiki/Regular_expression";>regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the grep command.</p></item>
+<p>(For programmers only) If you know your way around a <link href="https://secure.wikimedia.org/wikipedia/en/wiki/Regular_expression";>regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and end with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the man page for the <cmd>grep</cmd> command.</p></item>
 
 <item><p>Message Location:</p></item>
 <!-- TODO: Explain usage of this option. -->
diff --git a/help/C/mail-search-folders-enable.page b/help/C/mail-search-folders-enable.page
index 318a70d..1644c7a 100644
--- a/help/C/mail-search-folders-enable.page
+++ b/help/C/mail-search-folders-enable.page
@@ -23,7 +23,7 @@
 
 <list>
 <item><p>Open the <app>Terminal</app> application.</p></item>
-<item><p>Run the command <command>gsettings set org.gnome.evolution.mail enable-vfolders true</command></p></item>
+<item><p>Run the command <cmd>gsettings set org.gnome.evolution.mail enable-vfolders true</cmd></p></item>
 </list>
 
 <p>You can also use the <app>dconf-editor</app> application to do this.</p>
diff --git a/help/C/offline.page b/help/C/offline.page
index 5556a3b..c48ce26 100644
--- a/help/C/offline.page
+++ b/help/C/offline.page
@@ -7,7 +7,7 @@
     <link type="guide" xref="index#common-other-problems"/>
     <link type="seealso" xref="mail-working-offline" />
 
-    <revision pkgversion="3.2.1" version="0.1" date="2012-01-10" status="final"/>
+    <revision pkgversion="3.2.1" version="0.2" date="2012-02-18" status="final"/>
     <credit type="author">
       <name>Brian Grohe</name>
       <email>grohe43 gmail com</email>
@@ -21,7 +21,7 @@
 
   </info>
 <title>Why is Evolution offline when my net connection is working?</title>
-<p>You may have started Evolution with the <code>--offline</code> commandline option.</p>
+<p>You may have started Evolution with the <cmd>--offline</cmd> commandline option.</p>
 
 <p>If this is not the case and Evolution normally works but has suddenly stopped connecting, you may have unintentionally clicked on the connection icon in the lower left corner. When connected, the icon resembles a pair of sockets joined together. If the sockets are open, there is no connection (and the <gui style="button">Send/Receive</gui> button is grayed out). Click on the icon to change its state.</p>
 



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