Bug 29511

Summary: Handbook missing some "Loader Built-In Commands".
Product: Documentation Reporter: Gary W. Swearingen <swear>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Gary W. Swearingen 2001-08-07 18:30:01 UTC
Handbook is missing some "Loader Built-In Commands" and descriptions in
the "boot" chapter, namely these: heap, bcachestat, show, unset, pnpscan
(and maybe one more - my note, taken during boot, was unclear).

An additional trival problem in the same (boot) chapter:

The phrase "comprises of" (in a list header) is poor English.
================

Fix: For the trivial problem only.

Change "comprises of" to "is" with this PR/patch. (A needlessly-
wordy alternative is "is comprised of".)

patch -d /*/doc/en_US.ISO8859-1/books/handbook/boot < this-PR
How-To-Repeat: <code/input/activities to reproduce the problem (multiple lines)>
================
Comment 1 dd freebsd_committer freebsd_triage 2001-08-11 21:09:47 UTC
Responsible Changed
From-To: gnats-admin->freebsd-doc

misfiled
Comment 2 Michael W Lucas 2001-08-30 23:31:21 UTC
Well, this is my first attempt to follow-up someone else's PR: let's
see if I can successfully choke gnats.  :)

Might I suggest the following patch?  It addresses this in the
simplest possible manner.  I don't know if the Project wants to have
the Handbook include whole excerpts of man pages when a pointer will
probably suffice.


--- chapter.sgml-dist	Thu Aug 30 11:38:51 2001
+++ chapter.sgml-loadercomms	Thu Aug 30 11:58:58 2001
@@ -268,7 +268,9 @@
     <sect3 id="boot-loader-commands">
       <title>Loader Built-In Commands</title>
       
-      <para>The easy-to-use command set comprises of:</para>
+      <para>These are the most commonly used loader commands.  For a
+      full discussion of all commands available, see
+      &man.loader.8;</para>
 
       <variablelist>
 	<varlistentry>



-- 
Michael Lucas
mwlucas@blackhelicopters.org
http://www.blackhelicopters.org/~mwlucas/
Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2001-09-02 10:36:00 UTC
State Changed
From-To: open->closed

I've just committed something very similar to Michael's fix.  Thanks 
for the PR!  It may take up to 24 hours for this fix to make its way 
to the web site.