diff options
author | Xin LI <delphij@FreeBSD.org> | 2022-07-31 22:16:22 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2022-08-14 04:02:10 +0000 |
commit | dd44daf9128bf7ba5e276faa5cca63b836ad7cba (patch) | |
tree | 3d1fa430e50c861fe6f5e0f30cdf0ba83481c7e9 | |
parent | 25a97fbf46d52553156af9f9f0eb20b23fe47363 (diff) | |
download | src-dd44daf9128bf7ba5e276faa5cca63b836ad7cba.tar.gz src-dd44daf9128bf7ba5e276faa5cca63b836ad7cba.zip |
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)
-rw-r--r-- | usr.bin/minigzip/minigzip.1 | 10 |
1 files changed, 9 insertions, 1 deletions
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 |