docs/124006: [patch] Fix Markup in FAQ, Question 4.7.3

Gabor PALI pgj at FreeBSD.org
Mon May 26 15:50:03 UTC 2008


>Number:         124006
>Category:       docs
>Synopsis:       [patch] Fix Markup in FAQ, Question 4.7.3
>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:   Mon May 26 15:50:02 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:
	I found some poorly formatted lines in the FreeBSD FAQ, Question
	4.7.3. ``How do I disable ACPI?''. I think one should not put
	<screen> tags between <para> tags. I created a patch to correct
	this tiny problem.


>How-To-Repeat:

>Fix:

--- books.faq.patch.17.diff begins here ---
Index: book.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.822
diff -u -r1.822 book.sgml
--- book.sgml	25 May 2008 14:49:12 -0000	1.822
+++ book.sgml	26 May 2008 04:00:25 -0000
@@ -2821,8 +2821,11 @@
 	</question>
 
 	<answer>
-	  <para>Add following line <screen>hint.acpi.0.disabled="1"</screen>
-	    into your <filename>/boot/device.hints</filename> file.</para>
+	  <para>Add the following line
+	    into your <filename>/boot/device.hints</filename> file:</para>
+
+	  <screen>hint.acpi.0.disabled="1"</screen>
+
 	</answer>
       </qandaentry>
 
--- books.faq.patch.17.diff ends here ---


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



More information about the freebsd-doc mailing list