fix typo, as per PR 5296 by Patrick Welche <prlw1@newn.cam.ac.uk>
This commit is contained in:
parent
aebb3d6c08
commit
6b6c65a06d
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: disktab.5,v 1.4 1994/11/30 19:31:15 jtc Exp $
|
||||
.\" $NetBSD: disktab.5,v 1.5 1998/04/15 16:46:40 hubertf Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -72,7 +72,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