From 6028403f2e4f2d690a40c13e84901c77e0ddb3ee Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 8 Dec 2006 21:50:48 +0000 Subject: [PATCH] Document the following change in behavior: : fdisk.c revision 1.74 : date: 2004/06/14 07:21:19; author: phk; state: Exp; lines: +3 -3 : Make fdisk initialize the first instead of the last slice by default. --- sbin/fdisk/fdisk.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index a7730ead349..d99e109b797 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,6 +1,6 @@ .\" $FreeBSD$ .\" -.Dd April 18, 2002 +.Dd December 9, 2006 .Dt FDISK 8 .Os .Sh NAME @@ -263,7 +263,7 @@ while the flag is used to .Dq initialize sector 0; -it will set up the last BIOS slice to use the whole disk for +it will set up the first BIOS slice to use the whole disk for .Fx and make it active. .Sh NOTES