diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2003-05-08 00:14:48 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2003-05-08 00:14:48 +0000 |
| commit | 1641931a70580dbdf2994e1ae6216e8c06ce093b (patch) | |
| tree | fc31641ec37520f6c188137979a7dfff175108ae /share | |
| parent | 2dbe628162df4d02d859634db7ffeb0aacf20a2f (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man5/disktab.5 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5 index 348188552d93..ab9bef8bfd45 100644 --- a/share/man/man5/disktab.5 +++ b/share/man/man5/disktab.5 @@ -54,16 +54,15 @@ after the .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 @@ default .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 bsdlabel 8 .It "\&sb num Superblock size, default" .Dv SBSIZE .It "\&ba num Block size for partition `a' (bytes)" |
