Deleted Added
full compact
disktab.5 (131530) disktab.5 (136586)
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)disktab.5 8.1 (Berkeley) 6/5/93
1.\" Copyright (c) 1983, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" @(#)disktab.5 8.1 (Berkeley) 6/5/93
33.\" $FreeBSD: head/share/man/man5/disktab.5 131530 2004-07-03 18:29:24Z ru $
33.\" $FreeBSD: head/share/man/man5/disktab.5 136586 2004-10-16 08:36:28Z yar $
34.\"
35.Dd June 5, 1993
36.Dt DISKTAB 5
37.Os
38.Sh NAME
39.Nm disktab
40.Nd disk description file
41.Sh SYNOPSIS

--- 26 unchanged lines hidden (view full) ---

68.It Sy "ID Type Description"
69.It "\&ty str Type of disk (e.g. removable, winchester)"
70.It "\&dt str Type of controller (e.g."
71.Tn SMD , ESDI ,
72floppy)
73.It "\&ns num Number of sectors per track"
74.It "\&nt num Number of tracks per cylinder"
75.It "\&nc num Total number of cylinders on the disk"
34.\"
35.Dd June 5, 1993
36.Dt DISKTAB 5
37.Os
38.Sh NAME
39.Nm disktab
40.Nd disk description file
41.Sh SYNOPSIS

--- 26 unchanged lines hidden (view full) ---

68.It Sy "ID Type Description"
69.It "\&ty str Type of disk (e.g. removable, winchester)"
70.It "\&dt str Type of controller (e.g."
71.Tn SMD , ESDI ,
72floppy)
73.It "\&ns num Number of sectors per track"
74.It "\&nt num Number of tracks per cylinder"
75.It "\&nc num Total number of cylinders on the disk"
76.It "\&sc num Number of sectors per cylinder, nc*nt default"
76.It "\&sc num Number of sectors per cylinder, ns*nt default"
77.It "\&su num Number of sectors per unit, sc*nc default"
78.It "\&se num Sector size in bytes,"
79.Dv DEV_BSIZE
80default
81.It "\&sf bool Controller supports bad144-style bad sector forwarding"
82.It "\&rm num Rotation speed, rpm, 3600 default"
83.It "\&sk num Sector skew per track, default 0"
84.It "\&cs num Sector skew per cylinder, default 0"

--- 63 unchanged lines hidden ---
77.It "\&su num Number of sectors per unit, sc*nc default"
78.It "\&se num Sector size in bytes,"
79.Dv DEV_BSIZE
80default
81.It "\&sf bool Controller supports bad144-style bad sector forwarding"
82.It "\&rm num Rotation speed, rpm, 3600 default"
83.It "\&sk num Sector skew per track, default 0"
84.It "\&cs num Sector skew per cylinder, default 0"

--- 63 unchanged lines hidden ---