git: dd44daf9128b - stable/12 - Deprecate minigzip(1) in preparation of removing it from base system.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Aug 2022 04:02:12 UTC
The branch stable/12 has been updated by delphij:
URL: https://cgit.FreeBSD.org/src/commit/?id=dd44daf9128bf7ba5e276faa5cca63b836ad7cba
commit dd44daf9128bf7ba5e276faa5cca63b836ad7cba
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:02:10 +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