From jagnew@jagnew.cstone.net  Sun Oct 20 12:24:15 1996
Received: from jagnew.cstone.net (root@jagnew.cstone.net [205.197.102.71])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA09332
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Oct 1996 12:24:12 -0700 (PDT)
Received: (from jagnew@localhost) by jagnew.cstone.net (8.7.5/8.7.3) id PAA07447; Sun, 20 Oct 1996 15:24:36 -0400 (EDT)
Message-Id: <199610201924.PAA07447@jagnew.cstone.net>
Date: Sun, 20 Oct 1996 15:24:36 -0400 (EDT)
From: "H. Jared Agnew" <jagnew@jagnew.cstone.net>
Reply-To: jared@vt.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: error in man page
X-Send-Pr-Version: 3.2

>Number:         1854
>Category:       docs
>Synopsis:       Error in bootparams(5) man page
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 20 12:30:00 PDT 1996
>Closed-Date:    Sun Dec 22 16:20:11 PST 1996
>Last-Modified:  Sun Dec 22 16:20:51 PST 1996
>Originator:     H. Jared Agnew
>Release:        FreeBSD 2.1.5-RELEASE
>Organization:
Eclipse Software
>Environment:

  FreeBSD 2.1.5-RELEASE on a Dell P75

>Description:

  The bootparams(5) man page specifys that entries in the /etc/bootparams
  config file should be as follows,

           dummy   root=/export/dummy/root \
                   swap=/export/dummy/swap \
                   dump=/export/dummy/swap

  This however does not work when I am trying to diskless boot clients that
  request root and swap.  tcpdump shows that bootparamd is giving the 
  directory but the diskless client then fails.  This is because the
  client machine does not know what machine these directories are for.
  

>How-To-Repeat:

  Try to boot a decstation 5000/20 and fill out /etc/bootparams as shown.

>Fix:
	
  There should be some explanation to this effect and then the example should
  show as,

           dummy   root=foo:/export/dummy/root \
                   swap=foo:/export/dummy/swap \
                   dump=foo:/export/dummy/swap

  where foo is the host that these directories are exported from.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Sun Dec 22 16:20:11 PST 1996 
State-Changed-Why:  
Fixed in rev 1.3 of bootparams.5 on 11/25/96. 
>Unformatted:
