git: 84d3fc26e3a2 - stable/13 - Deprecate minigzip(1) in preparation of removing it from base system.

From: Xin LI <delphij_at_FreeBSD.org>
Date: Sun, 14 Aug 2022 04:01:49 UTC
The branch stable/13 has been updated by delphij:

URL: https://cgit.FreeBSD.org/src/commit/?id=84d3fc26e3a2420b5cb937de1fff830729bc5446

commit 84d3fc26e3a2420b5cb937de1fff830729bc5446
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2022-07-31 22:16:22 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2022-08-14 04:01:33 +0000

    Deprecate minigzip(1) in preparation of removing it from base system.
    
    Reviewed by:    emaste, pauamma
    Differential Revision: https://reviews.freebsd.org/D36000
    
    (cherry picked from commit 0404b8c88fd857aae9ecf73ab9e1b1c2a8fd7ae1)
---
 usr.bin/minigzip/minigzip.1 | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1
index 754e98f84c37..d73cd838257b 100644
--- a/usr.bin/minigzip/minigzip.1
+++ b/usr.bin/minigzip/minigzip.1
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 22, 2012
+.Dd August 1, 2022
 .Dt MINIGZIP 1
 .Os
 .Sh NAME
@@ -74,6 +74,14 @@ option is specified,
 .Nm
 writes the results to standard output and keep the original files
 unchanged.
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and will be removed from future versions of the
+.Fx
+base system.
+Users should use
+.Xr gzip 1
+instead.
 .Sh SEE ALSO
 .Xr gzip 1
 .Sh AUTHORS