From owner-freebsd-doc Thu Aug 29 3:20:14 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72E9437B400 for ; Thu, 29 Aug 2002 03:20:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADE3B43E6A for ; Thu, 29 Aug 2002 03:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7TAK3JU032633 for ; Thu, 29 Aug 2002 03:20:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7TAK38v032632; Thu, 29 Aug 2002 03:20:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D3B337B400 for ; Thu, 29 Aug 2002 03:17:57 -0700 (PDT) Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AAB043E65 for ; Thu, 29 Aug 2002 03:17:56 -0700 (PDT) (envelope-from vincent@Kain.sumuk.de) Received: from Kain.sumuk.de (localhost [127.0.0.1]) by Kain.sumuk.de (8.12.5/8.12.5) with ESMTP id g7TAHsbn099711 for ; Thu, 29 Aug 2002 12:17:54 +0200 (CEST) (envelope-from vincent@Kain.sumuk.de) Received: (from vincent@localhost) by Kain.sumuk.de (8.12.5/8.12.5/Submit) id g7TAHsAS099710; Thu, 29 Aug 2002 12:17:54 +0200 (CEST) Message-Id: <200208291017.g7TAHsAS099710@Kain.sumuk.de> Date: Thu, 29 Aug 2002 12:17:54 +0200 (CEST) From: Martin Heinen Reply-To: Martin Heinen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: docs/42158: [PATCH] use real quotes in elements Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42158 >Category: docs >Synopsis: [PATCH] use real quotes in elements >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: Thu Aug 29 03:20:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Martin Heinen >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD Kain.sumuk.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Aug 12 13:45:36 CEST 2002 toor@Kain.sumuk.de:/usr/obj/usr/src/sys/KAIN i386 >Description: Following revision 1.99 of handbook/disks/chapter.sgml substitute tags with real quotes inside . >How-To-Repeat: Execute find . -type f -name "*.sgml" -exec egrep -H -n\ 'programlisting.+' {} \; >Fix: Index: handbook/linuxemu/chapter.sgml =================================================================== RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/linuxemu/chapter.sgml,v retrieving revision 1.75 diff -u -r1.75 chapter.sgml --- handbook/linuxemu/chapter.sgml 18 Aug 2002 16:47:20 -0000 1.75 +++ handbook/linuxemu/chapter.sgml 29 Aug 2002 10:05:05 -0000 @@ -122,7 +122,7 @@ then you should add the following line to /etc/rc.conf: - linux_enable=YES + linux_enable="YES" This, in turn, triggers the following action in /etc/rc.i386: Index: handbook/ppp-and-slip/chapter.sgml =================================================================== RCS file: /u/cvs/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v retrieving revision 1.88 diff -u -r1.88 chapter.sgml --- handbook/ppp-and-slip/chapter.sgml 27 Aug 2002 18:08:01 -0000 1.88 +++ handbook/ppp-and-slip/chapter.sgml 29 Aug 2002 10:03:50 -0000 @@ -2384,7 +2384,7 @@ Set your hostname by editing the line that says: - hostname=myname.my.domain + hostname="myname.my.domain" Your machine's full Internet hostname should be placed here. @@ -2399,7 +2399,7 @@ to: - network_interfaces=lo0 sl0 + network_interfaces="lo0 sl0" @@ -2414,11 +2414,11 @@ Designate the default router by changing the line: - defaultrouter=NO + defaultrouter="NO" to: - defaultrouter=slip-gateway + defaultrouter="slip-gateway" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message