diff options
author | ru <ru@FreeBSD.org> | 2006-12-08 21:50:48 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-12-08 21:50:48 +0000 |
commit | f566a238ab0f2bb9e33dd14abae3b4f5c7e1ad1b (patch) | |
tree | 239e4675eecb59b95e73d163c3d6fb5f9fa89774 /sbin/fdisk/fdisk.8 | |
parent | 13f5cb2be8db7482f7f06ad32d8eb36d6dd543df (diff) | |
download | FreeBSD-src-f566a238ab0f2bb9e33dd14abae3b4f5c7e1ad1b.zip FreeBSD-src-f566a238ab0f2bb9e33dd14abae3b4f5c7e1ad1b.tar.gz |
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.
Diffstat (limited to 'sbin/fdisk/fdisk.8')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index a7730ea..d99e109 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 |