mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue