View | Details | Raw Unified | Return to bug 212469 | Differences between
and this patch

Collapse All | Expand All

(-)sbin/fdisk/fdisk.8 (-5 / +20 lines)
Lines 1-6 Link Here
1
.\" $FreeBSD$
1
.\" $FreeBSD$
2
.\"
2
.\"
3
.Dd October 1, 2013
3
.Dd September 8, 2016
4
.Dt FDISK 8
4
.Dt FDISK 8
5
.Os
5
.Os
6
.Sh NAME
6
.Sh NAME
Lines 155-161 Link Here
155
.Pp
155
.Pp
156
The final disk name can be provided as a
156
The final disk name can be provided as a
157
.Dq bare
157
.Dq bare
158
disk name only, e.g.\&
158
disk name only, e.g\&
159
.Pa da0 ,
159
.Pa da0 ,
160
or as a full pathname.
160
or as a full pathname.
161
If omitted,
161
If omitted,
Lines 177-188 Link Here
177
	Information from DOS bootblock is:
177
	Information from DOS bootblock is:
178
	The data for partition 1 is:
178
	The data for partition 1 is:
179
	sysid 165,(FreeBSD/NetBSD/386BSD)
179
	sysid 165,(FreeBSD/NetBSD/386BSD)
180
    	    start 495, size 380160 (185 Meg), flag 0
180
           start 495, size 380160 (185 Meg), flag 0
181
		beg: cyl 1/ sector 1/ head 0;
181
		beg: cyl 1/ sector 1/ head 0;
182
		end: cyl 768/ sector 33/ head 14
182
		end: cyl 768/ sector 33/ head 14
183
	The data for partition 2 is:
183
	The data for partition 2 is:
184
	sysid 164,(unknown)
184
	sysid 164,(unknown)
185
    	    start 378180, size 2475 (1 Meg), flag 0
185
           start 378180, size 2475 (1 Meg), flag 0
186
		beg: cyl 764/ sector 1/ head 0;
186
		beg: cyl 764/ sector 1/ head 0;
187
		end: cyl 768/ sector 33/ head 14
187
		end: cyl 768/ sector 33/ head 14
188
	The data for partition 3 is:
188
	The data for partition 3 is:
Lines 189-195 Link Here
189
	<UNUSED>
189
	<UNUSED>
190
	The data for partition 4 is:
190
	The data for partition 4 is:
191
	sysid 99,(ISC UNIX, other System V/386, GNU HURD or Mach)
191
	sysid 99,(ISC UNIX, other System V/386, GNU HURD or Mach)
192
    	    start 380656, size 224234 (109 Meg), flag 80
192
           start 380656, size 224234 (109 Meg), flag 80
193
		beg: cyl 769/ sector 2/ head 0;
193
		beg: cyl 769/ sector 2/ head 0;
194
		end: cyl 197/ sector 33/ head 14
194
		end: cyl 197/ sector 33/ head 14
195
.Ed
195
.Ed
Lines 485-490 Link Here
485
.Xr bsdlabel 8 ,
485
.Xr bsdlabel 8 ,
486
.Xr gpart 8 ,
486
.Xr gpart 8 ,
487
.Xr newfs 8
487
.Xr newfs 8
488
.Sh HISTORY
489
A version of
490
.Nm
491
first appeared in the Mach Operating System.
492
It was ported to
493
.Bx 386 .
494
.Sh AUTHORS
495
.An -nosplit
496
.Nm
497
for Mach Operating System was written by
498
.An Robert Baron Aq Mt rvb@cs.cmu.edu .
499
It was ported to
500
.Bx 386
501
by
502
.An Julian Elischer Aq Mt julian@tfs.com .
488
.Sh BUGS
503
.Sh BUGS
489
The default boot code will not necessarily handle all slice types
504
The default boot code will not necessarily handle all slice types
490
correctly, in particular those introduced since
505
correctly, in particular those introduced since

Return to bug 212469