From owner-freebsd-doc@FreeBSD.ORG Fri May 30 16:50:06 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF4741065683 for ; Fri, 30 May 2008 16:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF2A28FC1C for ; Fri, 30 May 2008 16:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4UGo5CZ073138 for ; Fri, 30 May 2008 16:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4UGo5WA073137; Fri, 30 May 2008 16:50:05 GMT (envelope-from gnats) Resent-Date: Fri, 30 May 2008 16:50:05 GMT Resent-Message-Id: <200805301650.m4UGo5WA073137@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor PALI Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7570A106564A for ; Fri, 30 May 2008 16:47:44 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id 0C4A18FC1D for ; Fri, 30 May 2008 16:47:43 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by mu-out-0910.google.com with SMTP id i2so156168mue.3 for ; Fri, 30 May 2008 09:47:42 -0700 (PDT) Received: by 10.103.223.9 with SMTP id a9mr171941mur.87.1212166062552; Fri, 30 May 2008 09:47:42 -0700 (PDT) Received: from pgj@FreeBSD.org ( [80.99.205.120]) by mx.google.com with ESMTPS id e10sm794908muf.3.2008.05.30.09.47.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 30 May 2008 09:47:41 -0700 (PDT) Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Fri, 30 May 2008 18:47:39 +0200 Message-Id: <48402fad.0ab6660a.3971.2d6e@mx.google.com> Date: Fri, 30 May 2008 18:47:39 +0200 From: "Gabor PALI" Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/124144: [patch] Fix Markup of MAXMEM Kernel Option in FAQ, Question 5.10 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor PALI List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 16:50:06 -0000 >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. - options "MAXMEM=n" + options MAXMEM=n Where n 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: