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:01:33 +0000 |
commit | 84d3fc26e3a2420b5cb937de1fff830729bc5446 (patch) | |
tree | 17e3fdedb53c94296e64e76a2e7e9610d0709200 | |
parent | 6d7dc79781e8e844542339241d413179fb4c1f22 (diff) | |
download | src-84d3fc26e3a2420b5cb937de1fff830729bc5446.tar.gz src-84d3fc26e3a2420b5cb937de1fff830729bc5446.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 |