[deployment-guide] Corrected an error in the "/proc/sys/kernel/" section.

Jaromir Hradilek jhradile at fedoraproject.org
Fri Jul 22 10:34:05 UTC 2011


commit 6db05e0eadf1cd4b2e2b77561d44c961368d3d46
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Fri Jul 22 12:32:54 2011 +0200

    Corrected an error in the "/proc/sys/kernel/" section.

 en-US/The_proc_File_System.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/The_proc_File_System.xml b/en-US/The_proc_File_System.xml
index 8ba1934..73b0231 100644
--- a/en-US/The_proc_File_System.xml
+++ b/en-US/The_proc_File_System.xml
@@ -3900,7 +3900,7 @@ Can write RAM:          0
             <para>
               <filename>shmmax</filename>
 		    &mdash; Sets the largest shared memory segment
-		    size allowed by the kernel, in bytes. By default,
+		    size allowed by the kernel. By default,
 		    this value is <computeroutput>33554432</computeroutput>. However,
 		    the kernel supports much larger values than this.
 		  </para>
@@ -3910,7 +3910,7 @@ Can write RAM:          0
             <para>
               <filename>shmmni</filename>
 		    &mdash; Sets the maximum number of shared memory
-		    segments for the whole system, in bytes. By
+		    segments for the whole system. By
 		    default, this value is <computeroutput>4096</computeroutput>
             </para>
           </listitem>


More information about the docs-commits mailing list