[deployment-guide/comm-rel: 661/727] minor fixes in log files and gathering sys info

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:21:16 UTC 2010


commit 1dcbeaea01da910483d81cca9a367b2989ef0365
Author: Martin Prpic <mprpic at redhat.com>
Date:   Wed Sep 15 17:01:41 2010 +0200

    minor fixes in log files and gathering sys info

 en-US/Gathering_System_Information.xml |   10 ++++----
 en-US/Log_Files.xml                    |   42 ++++++++++++++++++++++++++++++-
 2 files changed, 45 insertions(+), 7 deletions(-)
---
diff --git a/en-US/Gathering_System_Information.xml b/en-US/Gathering_System_Information.xml
index 7d793c9..4147a1d 100644
--- a/en-US/Gathering_System_Information.xml
+++ b/en-US/Gathering_System_Information.xml
@@ -237,7 +237,7 @@ Swap:  1015800k total,        0k used,  1015800k free,   189008k cached
           <imagedata
             fileref="images/gnome-system-monitor-processes.png"
             format="PNG"
-            scalefit="1"/>
+            align="center"/>
         </imageobject>
         <textobject>
           <para>Process Listing of GNOME System Monitor</para>
@@ -283,7 +283,7 @@ Swap:  1015800k total,        0k used,  1015800k free,   189008k cached
           <imagedata
             fileref="images/gnome-system-monitor-memory.png"
             format="PNG"
-            scalefit="1"/>
+            align="center"/>
         </imageobject>
         <textobject>
           <para>Resources tab of the gnome-system-monitor</para>
@@ -347,7 +347,7 @@ Swap:  1015800k total,        0k used,  1015800k free,   189008k cached
           <imagedata
             fileref="images/gnome-system-monitor-filesystems.png"
             format="PNG"
-            scalefit="1"/>
+            align="center"/>
         </imageobject>
         <textobject>
           <para>File systems tab of the gnome-system-monitor</para>
@@ -393,7 +393,7 @@ Swap:  1015800k total,        0k used,  1015800k free,   189008k cached
           <imagedata
             fileref="images/hwbrowser.png"
             format="PNG"
-            scalefit="1"/>
+            align="center"/>
         </imageobject>
         <textobject>
           <para>hwbrowser</para>
@@ -423,7 +423,7 @@ Swap:  1015800k total,        0k used,  1015800k free,   189008k cached
           <imagedata
             fileref="images/devicemngr.png"
             format="PNG"
-            scalefit="1"/>
+            align="center"/>
         </imageobject>
         <textobject>
           <para>Device Manager</para>
diff --git a/en-US/Log_Files.xml b/en-US/Log_Files.xml
index 0d5d46b..4e189bd 100644
--- a/en-US/Log_Files.xml
+++ b/en-US/Log_Files.xml
@@ -32,7 +32,7 @@
       <command>rsyslog</command>
     </primary>
   </indexterm>
-  <para>Some log files are controlled by a daemon called <command>rsyslog</command>. A list of log messages maintained by <command>rsyslog</command> can be found in the <filename>/etc/rsyslog.conf</filename> configuration file.</para>
+  <para>Some log files are controlled by a daemon called <systemitem class="daemon">rsyslog</systemitem>. A list of log messages maintained by <systemitem class="daemon">rsyslog</systemitem> can be found in the <filename>/etc/rsyslog.conf</filename> configuration file.</para>
   <section
     id="s1-logfiles-locating">
     <title>Locating Log Files</title>
@@ -85,7 +85,7 @@ compress
 }
       </screen>
       <para>
-      The configuration options in this file are specific for the <filename>/var/log/messages</filename> log file only. The settings specified here override the global settings where possible. Thus the rotated <filename>/var/log/messages</filename> log files will be kept for five weeks instead of four weeks as was defined in the global options.
+      The configuration options in this file are specific for the <filename>/var/log/messages</filename> log file only. The settings specified here override the global settings where possible. Thus the rotated <filename>/var/log/messages</filename> log file will be kept for five weeks instead of four weeks as was defined in the global options.
       </para>
       <para>
       The following is a list of some of the directives you can specify in your <application>logrotate</application> configuration file:
@@ -404,4 +404,42 @@ compress
       </mediaobject>
     </figure>
   </section>
+  <section
+    id="s1-sysinfo-additional-resources">
+    <title>Additional Resources</title>
+    <para>To learn more about <application>rsyslog</application>, <application>logrotate</application>, and log files in general, refer to the following resources.</para>
+    <section
+      id="s2-sysinfo-installed-docs">
+      <title>Installed Documentation</title>
+      <para>
+        TBD
+      </para>
+      <!-- <itemizedlist>
+        <listitem>
+          <para>
+            <command></command> — Displays a list of options that can be used with <command>ps</command>.</para>
+        </listitem>
+        <listitem>
+          <para>
+            <command>top</command> manual page — Type <command>man top</command> to learn more about <command>top</command> and its many options.</para>
+        </listitem>
+        <listitem>
+          <para>
+            <command>free</command> manual page — type <command>man free</command> to learn more about <command>free</command> and its many options.</para>
+        </listitem>
+        <listitem>
+          <para>
+            <command>df</command> manual page — Type <command>man df</command> to learn more about the <command>df</command> command and its many options.</para>
+        </listitem>
+        <listitem>
+          <para>
+            <command>du</command> manual page — Type <command>man du</command> to learn more about the <command>du</command> command and its many options.</para>
+        </listitem>
+        <listitem>
+          <para>
+            <command>lspci</command> manual page — Type <command>man lspci</command> to learn more about the <command>lspci</command> command and its many options.</para>
+        </listitem>
+      </itemizedlist> -->
+    </section>
+  </section>
 </chapter>


More information about the docs-commits mailing list