Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 12:17:54 +0200 (CEST)
From:      Martin Heinen <martin@sumuk.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/42158: [PATCH] use real quotes in <programlisting> elements
Message-ID:  <200208291017.g7TAHsAS099710@Kain.sumuk.de>

next in thread | raw e-mail | index | archive | help


>Number:         42158
>Category:       docs
>Synopsis:       [PATCH] use real quotes in <programlisting> 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 <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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208291017.g7TAHsAS099710>