>From: Drew Hess <dhess@CS.Stanford.EDU>

>Date: Thu, 16 Sep 1993 23:35:48 -0700 (PDT)
There is a typo in disktab in the NetBSD-0.9 distribution.  This may be
already fixed in NetBSD-current, but it's not in any of the source that I've
sup'ed.
line 9 reads:
#       sc      #sectors/cylinder, nc*nt default
should read:
#       sc      #sectors/cylinder, ns*nt default
This commit is contained in:
Rodney W. Grimes 1993-09-18 00:00:16 +00:00
parent 9483b7bb0e
commit bdf1099dbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=476
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# sc #sectors/cylinder, ns*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default

View File

@ -6,7 +6,7 @@
# ns #sectors/track
# nt #tracks/cylinder
# nc #cylinders/disk
# sc #sectors/cylinder, nc*nt default
# sc #sectors/cylinder, ns*nt default
# su #sectors/unit, sc*nc default
# se sector size, DEV_BSIZE default
# rm rpm, 3600 default