diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2016-08-02 21:48:26 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2016-08-02 21:48:26 +0000 |
| commit | bfbeda91feb33b0a67ce1b738ee89e279c26d9df (patch) | |
| tree | 1891dc1a390a2fac4dbc3f2189b8b2377cf8d003 | |
| parent | 72a3cf0f4112b92523e993327c2ee58b16fce74d (diff) | |
Notes
| -rw-r--r-- | usr.sbin/kgzip/kgzip.8 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/usr.sbin/kgzip/kgzip.8 b/usr.sbin/kgzip/kgzip.8 index 72d0bf5cfe86..bcf395735a98 100644 --- a/usr.sbin/kgzip/kgzip.8 +++ b/usr.sbin/kgzip/kgzip.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 19, 1999 +.Dd August 2, 2016 .Dt KGZIP 8 .Os .Sh NAME @@ -38,6 +38,14 @@ .Op Fl o Ar output .Ar file .Sh DESCRIPTION +.Bf -symbolic +This utility is deprecated. +Users are advised to use +.Xr loader 8 +and compress the kernel with +.Xr gzip 1 . +.Ef +.Pp The .Nm utility compresses a kernel or some other bootable binary. @@ -137,7 +145,12 @@ The default loader As symbols are lost, the usefulness of this utility for compressing kernels is limited to situations where .Xr loader 8 -cannot be used; otherwise the preferred method of compressing a kernel +cannot be used. +.Pp +.Pa kgzldr.o +is only available for the i386 and pc98 architectures. +.Pp +The preferred method of compressing a kernel is simply to .Xr gzip 1 it. |
