diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-01-25 15:30:12 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2008-01-25 15:30:12 +0000 |
commit | 67d4f969e64dbd9ebc84fb67f07bfaee7f1bbf4c (patch) | |
tree | 28185635e8ca2a20e6c55fc86fe31064e4b70de4 /sbin | |
parent | 3d0ab8a6e53028bd5e6a5f67235e6a3c5a68ec15 (diff) |
document maximum partition size; ok jmc@ krw@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 2864073d2c7..85b8b040c4f 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.65 2008/01/08 23:46:54 krw Exp $ +.\" $OpenBSD: disklabel.8,v 1.66 2008/01/25 15:30:11 otto Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: January 8 2008 $ +.Dd $Mdocdate: January 25 2008 $ .Dt DISKLABEL 8 .Os .Sh NAME @@ -167,7 +167,8 @@ Make no permanent changes to the disklabel Print partition sizes and offsets in .Ar unit instead of sectors. -Valid units are b(ytes), c(ylinders), k(ilobytes), m(egabytes) and g(igabytes). +Valid units are b(ytes), c(ylinders), k(ilobytes), m(egabytes), g(igabytes) +and t(erabytes). For operations other than displaying a partition the .Ql % (percent of total) and @@ -688,6 +689,8 @@ partition of the boot disk is the root partition, and the partition of the boot disk is the swap partition, but all other letters can be used in any order for any other partitions as desired. +.Pp +The maximum disk and partition size is 64PB. .Sh BUGS When a disk name is given without a full pathname, the constructed device name uses the |