Fix an ancient typo: sc' usually equals
ns*nt', not `nc*nt'
(the latter is actually the total number of tracks on the disk, which has no field in disktab(5).) MFC after: 1 week
This commit is contained in:
parent
b96741f410
commit
7c5efe3671
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136586
@ -73,7 +73,7 @@ floppy)
|
||||
.It "\&ns num Number of sectors per track"
|
||||
.It "\&nt num Number of tracks per cylinder"
|
||||
.It "\&nc num Total number of cylinders on the disk"
|
||||
.It "\&sc num Number of sectors per cylinder, nc*nt default"
|
||||
.It "\&sc num Number of sectors per cylinder, ns*nt default"
|
||||
.It "\&su num Number of sectors per unit, sc*nc default"
|
||||
.It "\&se num Sector size in bytes,"
|
||||
.Dv DEV_BSIZE
|
||||
|
Loading…
Reference in New Issue
Block a user