From Thierry.Besancon@lps.ens.fr Mon Oct  4 00:44:56 1999
Return-Path: <Thierry.Besancon@lps.ens.fr>
Received: from nef.ens.fr (nef.ens.fr [129.199.96.12])
	by hub.freebsd.org (Postfix) with ESMTP id ECEAF14FE6
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Oct 1999 00:44:52 -0700 (PDT)
	(envelope-from Thierry.Besancon@lps.ens.fr)
Received: from tournesol.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1])
          by nef.ens.fr (8.9.3/beig-1.0) with ESMTP id JAA05095
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 4 Oct 1999 09:44:51 +0200 (MET DST)
Received: from (besancon@localhost)
          by tournesol.lps.ens.fr (8.9.3/jtpda-5.3.1) id JAA80386
          ; Mon, 4 Oct 1999 09:44:50 +0200 (CEST)
Message-Id: <199910040744.JAA80386@tournesol.lps.ens.fr>
Date: Mon, 4 Oct 1999 09:44:50 +0200 (CEST)
From: Thierry.Besancon@lps.ens.fr
Reply-To: Thierry.Besancon@lps.ens.fr
To: FreeBSD-gnats-submit@freebsd.org
Cc: besancon@lps.ens.fr
Subject: error in html doc FreeBSD 3.3
X-Send-Pr-Version: 3.2

>Number:         14112
>Category:       docs
>Synopsis:       calls in ddb doc don't exist any longer
>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:   Mon Oct  4 01:24:44 PDT 1999
>Closed-Date:    Wed Dec 15 17:52:51 PST 1999
>Last-Modified:  Wed Dec 15 17:53:29 PST 1999
>Originator:     
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
Laboratoire de Physique Statistique -- Ecole Normale Suprieure
                24 rue Lhomond, 75231 Paris Cedex 05, France
                tel: 01 44 32 34 76; fax: 01 44 32 34 33
>Environment:

FreeBSD fileserver.lps.ens.fr 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Tue Sep 21 14:01:54 CEST 1999     root@demo.lps.ens.fr:/usr/src/sys/compile/FILESERVER  i386


>Description:

Trying to debug a kernel, I started lynx and read in the section
"On-line Kernel Debugging Using DDB" :

...
   Now you have now examined why your kernel failed, and you wish to    
   reboot. Remember that, depending on the severity of previous          
   malfunctioning, not all parts of the kernel might still be working as    
   expected. Perform one of the following actions to shut down and reboot
   your system:                                                          
    call diediedie()                                                    
                                                                       
   This will cause your kernel to dump core and reboot, so you can later
   analyze the core on a higher level with kgdb. This command usually   
   must be followed by another continue statement. There is now an alias 
   for this: panic.                                                     
    call boot(0)                                                          
                                                                        
   Which might be a good way to cleanly shut down the running system,    
   sync() all disks, and finally reboot.
...

Well, diediedie() or boot() are undefined symbols in the FreeBSD 3.3 release.


>How-To-Repeat:

No need in repeating.

>Fix:
	
Find the correct symbols.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Wed Dec 15 17:52:51 PST 1999 
State-Changed-Why:  
Updated the section, thanks. 
>Unformatted:
