From nobody@FreeBSD.org  Thu Dec 20 16:54:39 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 17C9837B417
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 20 Dec 2001 16:54:35 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id fBL0sZb06095;
	Thu, 20 Dec 2001 16:54:35 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200112210054.fBL0sZb06095@freefall.freebsd.org>
Date: Thu, 20 Dec 2001 16:54:35 -0800 (PST)
From: Ashley Penney <ashp@unloved.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Minor changes to Chapter 2 of the handbook.
X-Send-Pr-Version: www-1.0

>Number:         33042
>Category:       docs
>Synopsis:       Minor changes to Chapter 2 of the handbook.
>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 Dec 20 17:00:01 PST 2001
>Closed-Date:    Mon Feb 11 11:07:19 PST 2002
>Last-Modified:  Mon Feb 11 11:07:32 PST 2002
>Originator:     Ashley Penney
>Release:        N/A
>Organization:
N/A
>Environment:
N/A
>Description:
I noticed a few niglets while reading the printed copy of the handbook.  Firstly, the default / size was changed to 100M.  Secondly, I thought it useful to mention the other way to reboot the system (in case you've wedged something badly during install.. It happens..)
>How-To-Repeat:
      
>Fix:
--- chapter.sgml.old    Thu Dec 20 19:51:34 2001
+++ chapter.sgml        Thu Dec 20 19:53:35 2001
@@ -2180,7 +2180,7 @@

              <entry><filename>/</filename></entry>

-             <entry>64MB</entry>
+             <entry>100MB</entry>

              <entry>This is the root file system.  Every other filesystem
                will be mounted somewhere under this one.  64MB is a
@@ -4394,6 +4394,9 @@
        has been issued and the message "Please press any key to reboot"
        appears. If any key is pressed instead of turning off the power
        switch, the system will reboot.</para>
+
+      <para>You may also reboot the system by pressing control-alt-delete
+        from the keyboard.</para>
     </sect2>
   </sect1>

>Release-Note:
>Audit-Trail:

From: Vladimir Tchoukharev <chu@kempc17.me.tut.fi>
To: freebsd-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: docs/33042: Minor changes to Chapter 2 of the handbook.
Date: Fri, 21 Dec 2001 10:30:54 +0200

 Ashley Penney wrote:
 > 
 > >Number:         33042
 > >Category:       docs
 > >Synopsis:       Minor changes to Chapter 2 of the handbook.
 
 > @@ -4394,6 +4394,9 @@
 >         has been issued and the message "Please press any key to reboot"
 >         appears. If any key is pressed instead of turning off the power
 >         switch, the system will reboot.</para>
 > +
 > +      <para>You may also reboot the system by pressing control-alt-delete
 > +        from the keyboard.</para>
 
 This can be understood as general way of rebooting, and give rise 
 to questions why it does not work with e.g. xdm login window on 
 the screen. IMHO some words about console are needed.
 
 V. Tchoukharev

From: Murray Stokely <murray@FreeBSD.org>
To: Ashley Penney <ashp@unloved.org>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: docs/33042: Minor changes to Chapter 2 of the handbook.
Date: Fri, 21 Dec 2001 18:43:12 -0800

 On Thu, Dec 20, 2001 at 04:54:35PM -0800, Ashley Penney wrote:
 > +
 > +      <para>You may also reboot the system by pressing control-alt-delete
 > +        from the keyboard.</para>
 
 We should use <keycombo> tags around keyboard commands.  We use this
 in many places in the Handbook, and where we don't use it, its a bug.
 
    - Murray

From: Tom Rhodes <darklogik@pittgoth.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/33042: [PATCH] Update to install section
Date: Thu, 31 Jan 2002 15:16:18 -0500 (EST)

 In my free time, I fixed and updated the install chapter
 so that we may close, yet another pr.  I hope this can
 be applied quickly to keep the handbook up to date.
 
 Thanks alot
 
 --Tom Rhodes
 
 
 *** chapter.sgml.old	Thu Jan 31 15:04:59 2002
 --- chapter.sgml	Thu Jan 31 15:08:22 2002
 ***************
 *** 2190,2199 ****
   
   	      <entry><filename>/</filename></entry>
   
 ! 	      <entry>64MB</entry>
   
   	      <entry>This is the root file system.  Every other filesystem
 ! 		will be mounted somewhere under this one.  64MB is a
   		reasonable size for this filesystem.  You will not be storing
   		too much data on it, as a regular FreeBSD install will put
   		about 40MB of data here.  The remaining space is for temporary
 --- 2190,2199 ----
   
   	      <entry><filename>/</filename></entry>
   
 ! 	      <entry>100MB</entry>
   
   	      <entry>This is the root file system.  Every other filesystem
 ! 		will be mounted somewhere under this one.  100MB is a
   		reasonable size for this filesystem.  You will not be storing
   		too much data on it, as a regular FreeBSD install will put
   		about 40MB of data here.  The remaining space is for temporary
 ***************
 *** 4515,4520 ****
 --- 4515,4525 ----
   	has been issued and the message "Please press any key to reboot"
   	appears. If any key is pressed instead of turning off the power
   	switch, the system will reboot.</para>
 + 
 +       <para>You could also use the <keycap>CTRL+ALT+DEL</keycap> key
 +         combination to reboot the system, however this is not recommended
 +         during normal operation.</para>
 + 
       </sect2>
     </sect1>
   
State-Changed-From-To: open->closed 
State-Changed-By: jim 
State-Changed-When: Mon Feb 11 11:07:19 PST 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33042 
>Unformatted:
