[gnome-user-docs] sysadmin: Use screen output/input for CLI commands



commit 0e9739f9b30f30468f5e07e63ae7347eaa9fef9c
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Aug 19 06:28:24 2012 -0400

    sysadmin: Use screen output/input for CLI commands

 system-admin-guide/C/dconf-profiles.page |    5 ++++-
 system-admin-guide/C/fonts.page          |    7 +++++--
 system-admin-guide/C/lockdown.page       |    5 ++++-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/system-admin-guide/C/dconf-profiles.page b/system-admin-guide/C/dconf-profiles.page
index d7fb6a8..5751b3e 100644
--- a/system-admin-guide/C/dconf-profiles.page
+++ b/system-admin-guide/C/dconf-profiles.page
@@ -67,7 +67,10 @@ primary-color='000000'
 secondary-color='000000'
 </code>
 </item>
-<item><p>Run <cmd>dconf update</cmd></p></item>
+<item>
+<p>Update the system databases</p>
+<screen> <output style="prompt"># </output> <input>dconf update</input> </screen>
+</item>
 </list>
 </example>
 
diff --git a/system-admin-guide/C/fonts.page b/system-admin-guide/C/fonts.page
index d3a523f..3847651 100644
--- a/system-admin-guide/C/fonts.page
+++ b/system-admin-guide/C/fonts.page
@@ -19,8 +19,11 @@
 <p>To make extra fonts available to users:</p>
 
 <steps>
-<item><p>Copy the fonts into a subdirectory of <file>/usr/local/share/fonts</file>.</p></item>
-<item><p>Run <cmd>fc-cache</cmd>.</p></item>
+  <item><p>Copy the fonts into a subdirectory of <file>/usr/local/share/fonts</file>.</p></item>
+  <item>
+    <p>Update the font cache</p>
+    <screen> <output style="prompt"># </output> <input>fc-cache</input> </screen>
+  </item>
 </steps>
 
 </page>
diff --git a/system-admin-guide/C/lockdown.page b/system-admin-guide/C/lockdown.page
index 5d963f9..0dfee6d 100644
--- a/system-admin-guide/C/lockdown.page
+++ b/system-admin-guide/C/lockdown.page
@@ -39,7 +39,10 @@
 /org/gnome/desktop/background/secondary-color
 </code>
 </item>
-<item><p>Run <cmd>dconf update</cmd> as root.</p></item>
+<item>
+<p>Update the system databases</p>
+<screen> <output style="prompt"># </output> <input>dconf update</input> </screen>
+</item>
 </list>
 
   <note>



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