docs/124146: [patch] Fix Markup in FAQ, Question 5.12

Gabor PALI pgj at FreeBSD.org
Fri May 30 17:00:18 UTC 2008


>Number:         124146
>Category:       docs
>Synopsis:       [patch] Fix Markup in FAQ, Question 5.12
>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 at disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	Exclamation mark should be placed outside of the <errorname> tags
	enclosing the mentioned error message in the FreeBSD FAQ, Question
	5.12. ``My system does not have 1 GB of RAM, and FreeBSD still
	panics with "kmem_map too small!"''. The reason is simple: that
	exclamation mark is not part of the message, it is a part of the
	Question (however, it is an exclamation actually :)).


>How-To-Repeat:

>Fix:

--- books.faq.patch.27.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:21:57 -0000
@@ -3255,7 +3255,7 @@
       <qandaentry>
 	<question id="panic-kmemmap-too-small">
 	  <para>My system does not have 1 GB of RAM, and FreeBSD still
-	    panics with <errorname>kmem_map too small!</errorname>
+	    panics with <errorname>kmem_map too small</errorname>!
 	    </para>
 	</question>
 
--- books.faq.patch.27.diff ends here ---


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



More information about the freebsd-doc mailing list