Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2001 09:07:56 +0100 (CET)
From:      Jens Schweikhardt <schweikh@schweikhardt.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/25647: Handbook, Loader Program Flow, missing 'not' leads to bogus logic.
Message-ID:  <200103100807.f2A87uo01109@hal9000.schweikhardt.net>

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

>Number:         25647
>Category:       docs
>Synopsis:       Handbook, Loader Program Flow, missing 'not' leads to bogus logic.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 02:00:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jens Schweikhardt
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
An Open Pod Bay Door
>Environment:

	FreeBSD 4.2-RELEASE i386

>Description:

Section 5.3.1. Loader Program Flow reads:

 Finally, by default, the loader issues a 10 second wait for keypresses,
 and boots the kernel if it is interrupted. If interrupted, the user is
 presented with a prompt which understands the easy-to-use command set,
 where the user may adjust variables, unload all modules, load modules,
 and then finally boot or reboot.

>How-To-Repeat:

RTFH :-) file:/usr/share/doc/handbook/boot-loader.html

>Fix:

I think there's a "not" missing here and it should read

 Finally, by default, the loader issues a 10 second wait for keypresses,
 and boots the kernel if it is not interrupted. ...
                               ^^^

Or maybe s/if it is not/unless/

Regards,

	Jens
-- 
Jens Schweikhardt http://www.schweikhardt.net/
SIGSIG -- signature too long (core dumped)
>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?200103100807.f2A87uo01109>