From swear@attbi.com  Sat Feb  8 17:54:12 2003
Return-Path: <swear@attbi.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 02AB637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Feb 2003 17:54:12 -0800 (PST)
Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2982143FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Feb 2003 17:54:11 -0800 (PST)
	(envelope-from swear@attbi.com)
Received: from localhost.localdomain (unknown[12.242.158.67])
          by sccrmhc02.attbi.com (sccrmhc02) with ESMTP
          id <2003020901541000200306t5e>; Sun, 9 Feb 2003 01:54:10 +0000
Received: from localhost.localdomain (localhost [127.0.0.1])
	by localhost.localdomain (8.12.6/8.12.5) with ESMTP id h191qi5F076582
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 8 Feb 2003 17:52:44 -0800 (PST)
	(envelope-from swear@attbi.com)
Received: (from jojo@localhost)
	by localhost.localdomain (8.12.6/8.12.5/Submit) id h191qdQF076579;
	Sat, 8 Feb 2003 17:52:39 -0800 (PST)
	(envelope-from swear@attbi.com)
Message-Id: <0qlm0qb4pl.m0q@localhost.localdomain>
Date: 08 Feb 2003 17:52:38 -0800
From: "Gary W. Swearingen" <swear@attbi.com>
Reply-To: swear@attbi.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: disktab(1) manpage omits b0 and b1, etc.
X-GNATS-Notify:

>Number:         48104
>Category:       docs
>Synopsis:       disktab(1) manpage omits b0 and b1, etc.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 08 18:00:25 PST 2003
>Closed-Date:    Thu May 08 07:58:37 PDT 2003
>Last-Modified:  Thu May 08 07:58:37 PDT 2003
>Originator:     Gary W. Swearingen
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
none
>Environment:
n/a
================
>Description:

1) The manpage omits descriptions of b0 and b1 fields.
2) The manpage uses "entry" to refer to both "entry" and "field".
3) The entry field column heading "Name" can be confused with an entry's
"Name" field.
4) Some description could be improved.
================
>How-To-Repeat:
n/a
================
>Fix:

Patch base on
.\" $FreeBSD: src/share/man/man5/disktab.5,v 1.4.2.5 2001/12/17 11:30:13 ru Exp $

--- /pr/work/disktab..orig.5	Sat Feb  8 16:40:14 2003
+++ /pr/work/disktab.5	Sat Feb  8 17:14:53 2003
@@ -54,16 +54,15 @@
 .Xr termcap 5
 terminal data base.  Entries in
 .Nm
-consist of a number of `:' separated fields.  The
-first entry for each disk gives the names which are
-known for the disk, separated by `|' characters.  The
+consist of a number of `:'-separated fields.  The
+first field for each entry gives the names by which a
+disk's entry may be selected, separated by `|' characters.  The
 last name given should be a long name fully identifying
 the disk.
 .Pp
-The following list indicates the normal values
-stored for each disk entry.
+The optional fields for each entry are:
 .Bl -column "indent" "boolx"
-.It Sy "Name	Type	Description"
+.It Sy "ID	Type	Description"
 .It "\&ty	str	Type of disk (e.g. removable, winchester)"
 .It "\&dt	str	Type of controller (e.g."
 .Tn SMD , ESDI ,
@@ -86,6 +85,8 @@
 .It "\&d[0-4]	num	Drive-type-dependent parameters"
 .It "\&bs	num	Boot block size, default"
 .Dv BBSIZE
+.It "\&b[0-1]	num	Boot block filenames; see"
+.Xr disklabel 8
 .It "\&sb	num	Superblock size, default"
 .Dv SBSIZE
 .It "\&ba	num	Block size for partition `a' (bytes)"
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Wed May 7 17:15:24 PDT 2003 
State-Changed-Why:  
Slightly different patch applied (in FreeBSD 5.X disklabel(8) -> bsdlabel(8). 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Wed May 7 17:15:24 PDT 2003 
Responsible-Changed-Why:  
Over to me, MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48104 
State-Changed-From-To: patched->closed 
State-Changed-By: trhodes 
State-Changed-When: Thu May 8 07:58:14 PDT 2003 
State-Changed-Why:  
MFC Completed.  Thanks for the submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48104 
>Unformatted:
