git: d181a9126705 - main - geom: add vinum as a recognized class
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Dec 2022 21:19:36 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=d181a912670558d40bb3a7fcda2703608e152774 commit d181a912670558d40bb3a7fcda2703608e152774 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-12-12 17:13:58 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-12-12 21:19:02 +0000 geom: add vinum as a recognized class And note that it is deprecated. PR: 236569 Reported by: bcran Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37678 --- sbin/geom/core/geom.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index db0556fb9505..54aac8007c1e 100644 --- a/sbin/geom/core/geom.8 +++ b/sbin/geom/core/geom.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 19, 2022 +.Dd December 12, 2022 .Dt GEOM 8 .Os .Sh NAME @@ -164,6 +164,8 @@ STRIPE .It UNION .It +VINUM (deprecated) +.It VIRSTOR .El .Sh ENVIRONMENT @@ -213,6 +215,7 @@ geom md unload .Xr gshsec 8 , .Xr gstripe 8 , .Xr gunion 8 , +.Xr gvinum 8 , .Xr gvirstor 8 .Sh HISTORY The