View | Details | Raw Unified | Return to bug 48104
Collapse All | Expand All

(-)/pr/work/disktab.5 (-6 / +7 lines)
Lines 54-69 Link Here
54
.Xr termcap 5
54
.Xr termcap 5
55
terminal data base.  Entries in
55
terminal data base.  Entries in
56
.Nm
56
.Nm
57
consist of a number of `:' separated fields.  The
57
consist of a number of `:'-separated fields.  The
58
first entry for each disk gives the names which are
58
first field for each entry gives the names by which a
59
known for the disk, separated by `|' characters.  The
59
disk's entry may be selected, separated by `|' characters.  The
60
last name given should be a long name fully identifying
60
last name given should be a long name fully identifying
61
the disk.
61
the disk.
62
.Pp
62
.Pp
63
The following list indicates the normal values
63
The optional fields for each entry are:
64
stored for each disk entry.
65
.Bl -column "indent" "boolx"
64
.Bl -column "indent" "boolx"
66
.It Sy "Name	Type	Description"
65
.It Sy "ID	Type	Description"
67
.It "\&ty	str	Type of disk (e.g. removable, winchester)"
66
.It "\&ty	str	Type of disk (e.g. removable, winchester)"
68
.It "\&dt	str	Type of controller (e.g."
67
.It "\&dt	str	Type of controller (e.g."
69
.Tn SMD , ESDI ,
68
.Tn SMD , ESDI ,
Lines 86-91 Link Here
86
.It "\&d[0-4]	num	Drive-type-dependent parameters"
85
.It "\&d[0-4]	num	Drive-type-dependent parameters"
87
.It "\&bs	num	Boot block size, default"
86
.It "\&bs	num	Boot block size, default"
88
.Dv BBSIZE
87
.Dv BBSIZE
88
.It "\&b[0-1]	num	Boot block filenames; see"
89
.Xr disklabel 8
89
.It "\&sb	num	Superblock size, default"
90
.It "\&sb	num	Superblock size, default"
90
.Dv SBSIZE
91
.Dv SBSIZE
91
.It "\&ba	num	Block size for partition `a' (bytes)"
92
.It "\&ba	num	Block size for partition `a' (bytes)"

Return to bug 48104