From vincent@Kain.sumuk.de  Thu Aug 29 03:17:57 2002
Return-Path: <vincent@Kain.sumuk.de>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9D3B337B400
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <martin@sumuk.de>
Reply-To: Martin Heinen <martin@sumuk.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] use real quotes in <programlisting> elements
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42158
>Category:       docs
>Synopsis:       [PATCH] use real quotes in <programlisting> elements
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 29 03:20:02 PDT 2002
>Closed-Date:    Thu Aug 29 03:36:37 PDT 2002
>Last-Modified:  Thu Aug 29 03:36:37 PDT 2002
>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 <quote> tags with real quotes inside
	<programlisting>.
>How-To-Repeat:
	Execute
	find . -type f -name "*.sgml" -exec egrep -H -n\
	  'programlisting.+<quote>' {} \;
	
>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
       <filename>/etc/rc.conf</filename>:</para>
 
-    <programlisting>linux_enable=<quote>YES</quote></programlisting>
+    <programlisting>linux_enable="YES"</programlisting>
 
     <para>This, in turn, triggers the following action in
       <filename>/etc/rc.i386</filename>:</para>
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 @@
 		<para>Set your hostname by editing the line that
 		  says:</para>
 	      
-		<programlisting>hostname=<quote>myname.my.domain</quote></programlisting>
+		<programlisting>hostname="myname.my.domain"</programlisting>
 
 		<para>Your machine's full Internet hostname should be
 		  placed here.</para>
@@ -2399,7 +2399,7 @@
 
 		<para>to:</para>
 
-		<programlisting>network_interfaces=<quote>lo0 sl0</quote></programlisting>
+		<programlisting>network_interfaces="lo0 sl0"</programlisting>
 	      </listitem>
 
 	      <listitem>
@@ -2414,11 +2414,11 @@
 		<para>Designate the default router by changing the
 		  line:</para>
 
-		<programlisting>defaultrouter=<quote>NO</quote></programlisting>
+		<programlisting>defaultrouter="NO"</programlisting>
 
 		<para>to:</para>
 
-		<programlisting>defaultrouter=<quote>slip-gateway</quote></programlisting>
+		<programlisting>defaultrouter="slip-gateway"</programlisting>
 	      </listitem>
 	    </orderedlist>
 	  </step>


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: blackend 
State-Changed-When: Thu Aug 29 03:36:08 PDT 2002 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42158 
>Unformatted:
