Deleted Added
full compact
disktab.5 (152569) disktab.5 (163353)
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 152569 2005-11-18 10:56:28Z ru $
33.\" $FreeBSD: head/share/man/man5/disktab.5 163353 2006-10-14 16:37:53Z ru $
34.\"
34.\"
35.Dd June 5, 1993
35.Dd October 14, 2006
36.Dt DISKTAB 5
37.Os
38.Sh NAME
39.Nm disktab
40.Nd disk description file
41.Sh SYNOPSIS
42.In disklabel.h
43.Sh DESCRIPTION

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

83.It "\&sk num Sector skew per track, default 0"
84.It "\&cs num Sector skew per cylinder, default 0"
85.It "\&hs num Headswitch time, usec, default 0"
86.It "\&ts num One-cylinder seek time, usec, default 0"
87.It "\&il num Sector interleave (n:1), 1 default"
88.It "\&d[0-4] num Drive-type-dependent parameters"
89.It "\&bs num Boot block size, default"
90.Dv BBSIZE
36.Dt DISKTAB 5
37.Os
38.Sh NAME
39.Nm disktab
40.Nd disk description file
41.Sh SYNOPSIS
42.In disklabel.h
43.Sh DESCRIPTION

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

83.It "\&sk num Sector skew per track, default 0"
84.It "\&cs num Sector skew per cylinder, default 0"
85.It "\&hs num Headswitch time, usec, default 0"
86.It "\&ts num One-cylinder seek time, usec, default 0"
87.It "\&il num Sector interleave (n:1), 1 default"
88.It "\&d[0-4] num Drive-type-dependent parameters"
89.It "\&bs num Boot block size, default"
90.Dv BBSIZE
91.It "\&b[0-1] num Boot block filenames; see"
92.Xr bsdlabel 8
93.It "\&sb num Superblock size, default"
94.Dv SBSIZE
91.It "\&sb num Superblock size, default 0"
95.It "\&ba num Block size for partition `a' (bytes)"
96.It "\&bd num Block size for partition `d' (bytes)"
97.It "\&be num Block size for partition `e' (bytes)"
98.It "\&bf num Block size for partition `f' (bytes)"
99.It "\&bg num Block size for partition `g' (bytes)"
100.It "\&bh num Block size for partition `h' (bytes)"
101.It "\&fa num Fragment size for partition `a' (bytes)"
102.It "\&fd num Fragment size for partition `d' (bytes)"

--- 45 unchanged lines hidden ---
92.It "\&ba num Block size for partition `a' (bytes)"
93.It "\&bd num Block size for partition `d' (bytes)"
94.It "\&be num Block size for partition `e' (bytes)"
95.It "\&bf num Block size for partition `f' (bytes)"
96.It "\&bg num Block size for partition `g' (bytes)"
97.It "\&bh num Block size for partition `h' (bytes)"
98.It "\&fa num Fragment size for partition `a' (bytes)"
99.It "\&fd num Fragment size for partition `d' (bytes)"

--- 45 unchanged lines hidden ---