The branch main has been updated by delphij:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0404b8c88fd857aae9ecf73ab9e1b1c2a8fd7ae1

commit 0404b8c88fd857aae9ecf73ab9e1b1c2a8fd7ae1
Author:     Xin LI <[email protected]>
AuthorDate: 2022-07-31 22:16:22 +0000
Commit:     Xin LI <[email protected]>
CommitDate: 2022-07-31 22:16:22 +0000

    Deprecate minigzip(1) in preparation of removing it from base system.
    
    Reviewed by:    emaste, pauamma
    MFC after:      2 weeks
    Differential Revision: https://reviews.freebsd.org/D36000
---
 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

Reply via email to