[deployment-guide] Fixed minor formatting issues.

Jaromir Hradilek jhradile at fedoraproject.org
Fri May 20 18:18:41 UTC 2011


commit 4d7fb684e22c3afb0b08d134c6db958f67ceef61
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri May 20 19:08:28 2011 +0200

    Fixed minor formatting issues.

 en-US/OpenSSH.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/en-US/OpenSSH.xml b/en-US/OpenSSH.xml
index f713867..2a329ca 100644
--- a/en-US/OpenSSH.xml
+++ b/en-US/OpenSSH.xml
@@ -272,7 +272,7 @@
   <section id="s1-ssh-configuration">
     <title>An OpenSSH Configuration</title>
     <para>
-      In order to perform tasks described in this section, you must have superuser privileges. To obtain them, log in as root by typing: 
+      In order to perform tasks described in this section, you must have superuser privileges. To obtain them, log in as <systemitem class="username">root</systemitem> by typing: 
     </para>
     <screen><command>su -</command></screen>
     <section id="s2-ssh-configuration-configs">
@@ -574,13 +574,13 @@ It is also possible that the RSA host key has just been changed.</screen>
       <important>
         <title>Do not generate key pairs as root</title>
         <para>
-          If you complete the steps as root, only root will be able to use the keys.
+          If you complete the steps as <systemitem class="username">root</systemitem>, only <systemitem class="username">root</systemitem> will be able to use the keys.
         </para>
       </important>
       <note>
         <title>Backup your ~/.ssh/ directory</title>
         <para>
-          If you reinstall your system and want to keep previously generated key pair, backup the <filename class="directory">~/.ssh/</filename> directory. After reinstalling, copy it back to your home directory. This process can be done for all users on your system, including root.
+          If you reinstall your system and want to keep previously generated key pair, backup the <filename class="directory">~/.ssh/</filename> directory. After reinstalling, copy it back to your home directory. This process can be done for all users on your system, including <systemitem class="username">root</systemitem>.
         </para>
       </note>
       <section id="s3-ssh-configuration-keypairs-generating">


More information about the docs-commits mailing list