From owner-freebsd-doc@FreeBSD.ORG Mon May 26 15:50:03 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 148231065676 for ; Mon, 26 May 2008 15:50:03 +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 DFA528FC12 for ; Mon, 26 May 2008 15:50:02 +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 m4QFo2wa090185 for ; Mon, 26 May 2008 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4QFo22w090184; Mon, 26 May 2008 15:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 26 May 2008 15:50:02 GMT Resent-Message-Id: <200805261550.m4QFo22w090184@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 B3F43106566B for ; Mon, 26 May 2008 15:41:01 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 43CD58FC16 for ; Mon, 26 May 2008 15:41:01 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: by fg-out-1718.google.com with SMTP id l26so1444022fgb.35 for ; Mon, 26 May 2008 08:41:00 -0700 (PDT) Received: by 10.86.58.3 with SMTP id g3mr2960462fga.21.1211816460081; Mon, 26 May 2008 08:41:00 -0700 (PDT) Received: from pgj@FreeBSD.org ( [80.99.205.120]) by mx.google.com with ESMTPS id 22sm20691072fkr.11.2008.05.26.08.40.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 May 2008 08:40:59 -0700 (PDT) Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Mon, 26 May 2008 17:40:57 +0200 Message-Id: <483ada0b.16125e0a.431d.fffff659@mx.google.com> Date: Mon, 26 May 2008 17:40:57 +0200 From: "Gabor PALI" Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/124006: [patch] Fix Markup in FAQ, Question 4.7.3 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: Mon, 26 May 2008 15:50:03 -0000 >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@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 tags between 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 @@ - Add following line hint.acpi.0.disabled="1" - into your /boot/device.hints file. + Add the following line + into your /boot/device.hints file: + + hint.acpi.0.disabled="1" + --- books.faq.patch.17.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: