Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2008 18:51:42 +0200
From:      "Gabor PALI" <pgj@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/124145: [patch] Fix Markup in FAQ, Question 5.11
Message-ID:  <484030a0.1c185e0a.5d17.ffffebdc@mx.google.com>
Resent-Message-ID: <200805301700.m4UH0CBF073397@freefall.freebsd.org>

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

>Number:         124145
>Category:       docs
>Synopsis:       [patch] Fix Markup in FAQ, Question 5.11
>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 17:00:12 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:
	Error "kmem_map too small" has wrong tags in the FreeBSD FAQ,
	Question 5.11. ``My system has more than 1 GB of RAM, and
	I'm getting panics with "kmem_map too small" messages. What
	is wrong?''. They should be <errorname> tags not simple
	<quote> tags.


>How-To-Repeat:

>Fix:

--- books.faq.patch.26.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:11:16 -0000
@@ -3227,7 +3227,7 @@
       <qandaentry>
 	<question id="kmem-map-too-small">
 	  <para>My system has more than 1 GB of RAM, and I'm getting panics
-	    with <quote>kmem_map too small</quote> messages. What is wrong?
+	    with <errorname>kmem_map too small</errorname> messages. What is wrong?
 	    </para>
 	</question>
 
--- books.faq.patch.26.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?484030a0.1c185e0a.5d17.ffffebdc>