diff options
author | John Baldwin <jhb@FreeBSD.org> | 2025-01-23 15:27:44 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2025-01-31 21:33:26 +0000 |
commit | 8126ed28bda6b1b93b2e9a59db4a22e2dc115597 (patch) | |
tree | ff754d8d849eb620a2b5916da9e0d7b06af4f58b | |
parent | 094f44ea03589a64a831627ae10980697cc66423 (diff) |
gvinum.8: Update deprecation warning to note that this is removed in 15.0
Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D48592
(cherry picked from commit 916f6e6dd3a95145c70e1c2c55467dd4979a0118)
-rw-r--r-- | sbin/gvinum/gvinum.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/gvinum/gvinum.8 b/sbin/gvinum/gvinum.8 index e634379f7b51..60ac005a7af6 100644 --- a/sbin/gvinum/gvinum.8 +++ b/sbin/gvinum/gvinum.8 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 28, 2021 +.Dd January 23, 2025 .Dt GVINUM 8 .Os .Sh NAME @@ -36,8 +36,8 @@ .Nm and associated .Xr geom 4 -kernel support is deprecated, and may not be available in -.Fx 14.0 +kernel support is deprecated, and is not available in +.Fx 15.0 and later. Users are advised to migrate to .Xr gconcat 8 , |