From 59f8c167be74eb7e970fd63b933a802fecde9ddb Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 30 Jan 2021 15:15:20 +0000 Subject: [PATCH] document that sizes in fdisk can be input and printed in terabytes --- sbin/fdisk/fdisk.8 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 6a466d90b6d..45bc95ae954 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.95 2019/04/29 18:54:12 krw Exp $ +.\" $OpenBSD: fdisk.8,v 1.96 2021/01/30 15:15:20 naddy Exp $ .\" .\" .\" Copyright (c) 1997 Tobias Weingartner @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 29 2019 $ +.Dd $Mdocdate: January 30 2021 $ .Dt FDISK 8 .Os .Sh NAME @@ -399,9 +399,11 @@ A unit .Sq b , .Sq k , .Sq m , +.Sq g , or -.Sq g -may be appended to indicate bytes, kilobytes, megabytes, or gigabytes. +.Sq t +may be appended to indicate bytes, kilobytes, megabytes, gigabytes, +or terabytes. The special size value .Sq * will cause the partition to be sized to use the remainder of the disk. @@ -445,9 +447,11 @@ A .Sq b , .Sq k , .Sq m , +.Sq g , or -.Sq g -may be appended to indicate bytes, kilobytes, megabytes, or gigabytes. +.Sq t +may be appended to indicate bytes, kilobytes, megabytes, gigabytes, +or terabytes. Otherwise the number of sectors is printed. .It Cm write Write the in-memory copy of the partition table to disk. -- 2.20.1