diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-09 00:56:37 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-09 00:56:37 +0000 |
commit | 106ede670fd26dc0e0146c79d5bdc79941e358e4 (patch) | |
tree | bf12e920bf6d1ca0158ce1f013e5ffd8591a781f /sbin | |
parent | c1d5c97bb76241cd183dbab0543deea386096586 (diff) |
disklabel appeared in tahoe
ok krw@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 921d2f9fca8..76648947c37 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.150 2022/09/29 16:52:31 jmc Exp $ +.\" $OpenBSD: disklabel.8,v 1.151 2023/01/09 00:56:36 jsg 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: September 29 2022 $ +.Dd $Mdocdate: January 9 2023 $ .Dt DISKLABEL 8 .Os .Sh NAME @@ -611,6 +611,11 @@ partition. .Xr disktab 5 , .Xr installboot 8 , .Xr scan_ffs 8 +.Sh HISTORY +The +.Nm +utility appeared in +.Bx 4.3 Tahoe . .Sh CAVEATS The maximum disk and partition size is 64PB. .Pp |