Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2008 18:47:39 +0200
From:      "Gabor PALI" <pgj@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/124144: [patch] Fix Markup of MAXMEM Kernel Option in FAQ, Question 5.10
Message-ID:  <48402fad.0ab6660a.3971.2d6e@mx.google.com>
Resent-Message-ID: <200805301650.m4UGo5WA073137@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124144
>Category:       docs
>Synopsis:       [patch] Fix Markup of MAXMEM Kernel Option in FAQ, Question 5.10
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 30 16:50:05 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gabor PALI
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	Kernel option MAXMEM has a wrong markup in the FreeBSD FAQ, Question
	5.10. ``Why does FreeBSD only use 64 MB of RAM when my system has
	128 MB of RAM installed?''. See the attached patch for details.


>How-To-Repeat:

>Fix:

--- books.faq.patch.25.diff begins here ---
Index: book.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.827
diff -u -r1.827 book.sgml
--- book.sgml	27 May 2008 23:51:07 -0000	1.827
+++ book.sgml	30 May 2008 02:06:50 -0000
@@ -3216,7 +3216,7 @@
             get the full memory information...but for now we are stuck with
             the kernel option.</para>
 
-          <para><literal>options "MAXMEM=<replaceable>n</replaceable>"</literal></para>
+          <programlisting>options MAXMEM=<replaceable>n</replaceable></programlisting>
 
           <para>Where <replaceable>n</replaceable> is your memory in
             Kilobytes. For a 128 MB machine, you would want to use
--- books.faq.patch.25.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48402fad.0ab6660a.3971.2d6e>