From darklogik@pittgoth.com  Wed Feb 27 12:06:27 2002
Return-Path: <darklogik@pittgoth.com>
Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111])
	by hub.freebsd.org (Postfix) with ESMTP id 7297737B400
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 27 Feb 2002 12:06:26 -0800 (PST)
Received: (from darklogik@localhost)
	by pittgoth.com (8.11.6/8.11.6) id g1RK8LU35882;
	Wed, 27 Feb 2002 15:08:21 -0500 (EST)
	(envelope-from darklogik)
Message-Id: <200202272008.g1RK8LU35882@pittgoth.com>
Date: Wed, 27 Feb 2002 15:08:21 -0500 (EST)
From: Tom Rhodes <darklogik@pittgoth.com>
Reply-To: Tom Rhodes <darklogik@pittgoth.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] added <quote> to handbook boot chapter	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35384
>Category:       docs
>Synopsis:       [PATCH] added <quote> to handbook boot chapter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 12:10:01 PST 2002
>Closed-Date:    Wed Feb 27 18:41:05 PST 2002
>Last-Modified:  Thu Feb 28 09:00:07 PST 2002
>Originator:     Tom Rhodes
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pittgoth.com 4.5-RELEASE FreeBSD 4.5-RELEASE #2: Thu Feb 21 23:00:49 EST 2002 darklogik@pittgoth.com:/usr/src/sys/compile/PITTGOTH i386



>Description:
 reading the source (bored, yes I was) I seen the use of "
and replaced it with <quote> tags
>How-To-Repeat:
Read the source
>Fix:

Apply this patch ;)

--- boot.diff begins here ---
diff -ru handbook.old/boot/chapter.sgml handbook/boot/chapter.sgml
--- handbook.old/boot/chapter.sgml	Wed Feb 27 14:49:36 2002
+++ handbook/boot/chapter.sgml	Wed Feb 27 14:54:59 2002
@@ -615,7 +615,7 @@
 	<programlisting># name  getty                           type    status          comments
 #
 # This entry needed for asking password when init goes to single-user mode
-# If you want to be asked for password, change "secure" to "insecure" here
+# If you want to be asked for password, change <quote>secure</quote> to <quote>insecure</quote> here
 console none                            unknown off insecure</programlisting>
       </example>
 
--- boot.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Tom Rhodes <darklogik@pittgoth.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: docs/35384: [PATCH] added <quote> to handbook boot chapter
Date: Wed, 27 Feb 2002 15:55:19 -0500

 Tom Rhodes wrote:
 
 
 > Apply this patch ;)
 > 
 > --- boot.diff begins here ---
 > diff -ru handbook.old/boot/chapter.sgml handbook/boot/chapter.sgml
 > --- handbook.old/boot/chapter.sgml	Wed Feb 27 14:49:36 2002
 > +++ handbook/boot/chapter.sgml	Wed Feb 27 14:54:59 2002
 > @@ -615,7 +615,7 @@
 >  	<programlisting># name  getty                           type    status          comments
 >  #
 >  # This entry needed for asking password when init goes to single-user mode
 > -# If you want to be asked for password, change "secure" to "insecure" here
 > +# If you want to be asked for password, change <quote>secure</quote> to <quote>insecure</quote> here
 >  console none                            unknown off insecure</programlisting>
 >        </example>
 >  
 
 The more I think about this, the more I wonder if this change is 
 apropriate...  Any elder-doc-hackers want to comment?
 
 -- 
 Tom (Darklogik) Rhodes
 www.Pittgoth.com Gothic Liberation Front
 www.FreeBSD.org  The Power To Serve
 

From: Giorgos Keramidas <keramida@freebsd.org>
To: Tom Rhodes <darklogik@pittgoth.com>
Cc: bug-followup@freebsd.org
Subject: Re: docs/35384: [PATCH] added <quote> to handbook boot chapter
Date: Thu, 28 Feb 2002 04:39:24 +0200

 On 2002-02-27 15:08, Tom Rhodes wrote:
 > 
 > @@ -615,7 +615,7 @@
 >  	<programlisting># name  getty                           type    status          comments
 >  #
 >  # This entry needed for asking password when init goes to single-user mode
 > -# If you want to be asked for password, change "secure" to "insecure" here
 > +# If you want to be asked for password, change <quote>secure</quote> to <quote>insecure</quote> here
 
 I think this should probably be left as it is.
 Looking at your followup, I assume it's ok to close this?
 
 - Giorgos
 
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Wed Feb 27 18:41:05 PST 2002 
State-Changed-Why:  
Submitter says it's not that important.  I agree that using <quote> 
in <programlisting> is not a very good idea anyways. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35384 

From: Ceri <setantae@submonkey.net>
To: keramida@FreeBSD.org
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: docs/35384: [PATCH] added <quote> to handbook boot chapter
Date: Thu, 28 Feb 2002 08:43:15 +0000

 On Wed, Feb 27, 2002 at 06:42:05PM -0800, keramida@FreeBSD.org wrote:
 
 > State-Changed-Why: 
 > Submitter says it's not that important.  I agree that using <quote>
 > in <programlisting> is not a very good idea anyways.
 > 
 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35384
 
 While it's not the same problem at all, I didn't think that /etc/ttys
 contained grammar quite that bad, and on checking it was changed two and
 a half years ago, so can we apply this patch to bring it up to date ?
 
 Ceri
 
 --- doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml.old	Thu Feb 28 08:37:57 2002
 +++ doc/en_US.ISO8859-1/books/handbook/boot/chapter.sgml	Thu Feb 28 08:38:13 2002
 @@ -614,8 +614,8 @@
  
  	<programlisting># name  getty                           type    status          comments
  #
 -# This entry needed for asking password when init goes to single-user mode
 -# If you want to be asked for password, change "secure" to "insecure" here
 +# If console is marked "insecure", then init will ask for the root password
 +# when going to single-user mode.
  console none                            unknown off insecure</programlisting>
        </example>
  

From: Ceri <setantae@submonkey.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc: darklogik@pittgoth.com
Subject: Re: docs/35384: [PATCH] added <quote> to handbook boot chapter
Date: Thu, 28 Feb 2002 16:50:45 +0000

 For the audit trail :
 
 Giorgos has taken care of this.
 
 Ceri
 
 -- 
 keep a mild groove on
>Unformatted:
