Module Name:    src
Committed By:   sborrill
Date:           Thu Nov  2 14:02:52 UTC 2023

Modified Files:
        src/sbin/gpt [netbsd-10]: gpt.8

Log Message:
Pull up the following revisions(s) (requested by martin in ticket #441):
        sbin/gpt/gpt.8: revision 1.79

Add missing suffixes for size values and clarify that they are
case-independent.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.76.2.1 src/sbin/gpt/gpt.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/gpt/gpt.8
diff -u src/sbin/gpt/gpt.8:1.76 src/sbin/gpt/gpt.8:1.76.2.1
--- src/sbin/gpt/gpt.8:1.76	Thu Apr  7 13:57:44 2022
+++ src/sbin/gpt/gpt.8	Thu Nov  2 14:02:52 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: gpt.8,v 1.76 2022/04/07 13:57:44 kre Exp $
+.\" $NetBSD: gpt.8,v 1.76.2.1 2023/11/02 14:02:52 sborrill Exp $
 .\"
 .\" Copyright (c) 2002 Marcel Moolenaar
 .\" All rights reserved.
@@ -165,7 +165,7 @@ or
 .Sq S
 then size is in sectors, otherwise size is in bytes which must be
 a multiple of the device's sector size.
-Accepted suffix units are
+Accepted suffix units (case insensitive) are
 .Sq b
 to denote bytes,
 .Sq k
@@ -173,7 +173,13 @@ to denote kilobytes,
 .Sq m
 to denote megabytes and
 .Sq g
-to denote gigabytes.
+to denote gigabytes,
+.Sq t
+to denote terabytes,
+.Sq p
+to denote petabytes, and
+.Sq e
+to denote exabytes.
 The minimum size is 1 sector.
 .Pp
 The

Reply via email to