reading the source (bored, yes I was) I seen the use of " and replaced it with <quote> tags Fix: Apply this patch ;) How-To-Repeat: Read the source
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
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 Submitter says it's not that important. I agree that using <quote> in <programlisting> is not a very good idea anyways.
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>
For the audit trail : Giorgos has taken care of this. Ceri -- keep a mild groove on