Fri Jan 27 10:12:05 2017 UTC ()
Fix spelling of simultaneous.


(abhinav)
diff -r1.86 -r1.87 src/sbin/fdisk/fdisk.8

cvs diff -r1.86 -r1.87 src/sbin/fdisk/fdisk.8 (expand / switch to unified diff)

--- src/sbin/fdisk/fdisk.8 2016/09/11 03:35:08 1.86
+++ src/sbin/fdisk/fdisk.8 2017/01/27 10:12:05 1.87
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: fdisk.8,v 1.86 2016/09/11 03:35:08 sevan Exp $ 1.\" $NetBSD: fdisk.8,v 1.87 2017/01/27 10:12:05 abhinav Exp $
2.\" 2.\"
3.Dd September 11, 2016 3.Dd September 11, 2016
4.Dt FDISK 8 4.Dt FDISK 8
5.Os 5.Os
6.Sh NAME 6.Sh NAME
7.Nm fdisk 7.Nm fdisk
8.Nd MS-DOS partition maintenance program 8.Nd MS-DOS partition maintenance program
9.Sh SYNOPSIS 9.Sh SYNOPSIS
10.Nm 10.Nm
11.Op Fl aBFfIiSuv 11.Op Fl aBFfIiSuv
12.Oo 12.Oo
13.Fl 0 | 1 | 2 | 3 | E Ar number 13.Fl 0 | 1 | 2 | 3 | E Ar number
14.Op Fl s Oo Ar id Oc Ns Oo / Ns Oo Ar start Oc Ns Oo / Ns Oo Ar size Oc Ns Oo / Ns Oo Ar bootmenu Oc Oc Oc Oc 14.Op Fl s Oo Ar id Oc Ns Oo / Ns Oo Ar start Oc Ns Oo / Ns Oo Ar size Oc Ns Oo / Ns Oo Ar bootmenu Oc Oc Oc Oc
@@ -176,27 +176,27 @@ On an i386 or amd64 system, interactivel @@ -176,27 +176,27 @@ On an i386 or amd64 system, interactivel
176partition, and thus which operating system is run, at system boot time; see 176partition, and thus which operating system is run, at system boot time; see
177.Xr mbr 8 177.Xr mbr 8
178for more information.) 178for more information.)
179.It Fl b Ar cylinders/heads/sectors 179.It Fl b Ar cylinders/heads/sectors
180Specify the BIOS geometry parameters for 180Specify the BIOS geometry parameters for
181.Ar cylinders , 181.Ar cylinders ,
182.Ar heads , 182.Ar heads ,
183and 183and
184.Ar sectors . 184.Ar sectors .
185It is used only in conjunction with the 185It is used only in conjunction with the
186.Fl u 186.Fl u
187flag. 187flag.
188If not specified the BIOS geometry will be obtained using sysctl (i386 and 188If not specified the BIOS geometry will be obtained using sysctl (i386 and
189amd64) or by solving the simultaenous equations from the existing partition 189amd64) or by solving the simultaneous equations from the existing partition
190information. 190information.
191If that fails then either the geometry from the disklabel or 63 sectors and 191If that fails then either the geometry from the disklabel or 63 sectors and
19216 heads is used. 19216 heads is used.
193For modern disks larger than about 8GB, and where the BIOS is configured 193For modern disks larger than about 8GB, and where the BIOS is configured
194to use LBA-Assisted translation, a setting of 194to use LBA-Assisted translation, a setting of
195.Fl b Ar 1023/255/63 195.Fl b Ar 1023/255/63
196is likely to work. 196is likely to work.
197.\" see http://web.inter.nl.net/hcc/J.Steunebrink/bioslim.htm#LBA 197.\" see http://web.inter.nl.net/hcc/J.Steunebrink/bioslim.htm#LBA
198.\" for a table of C/H/S values used in LBA-Assisted translation mode 198.\" for a table of C/H/S values used in LBA-Assisted translation mode
199.It Fl c Ar bootcode 199.It Fl c Ar bootcode
200Specify the filename that 200Specify the filename that
201.Nm 201.Nm
202should read the bootcode from. 202should read the bootcode from.