summaryrefslogtreecommitdiffstats
path: root/sbin/savecore/savecore.8
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-09-06 09:30:09 +0000
committerkris <kris@FreeBSD.org>2001-09-06 09:30:09 +0000
commit3633cc3a37ea5a0e349ce4ebab457d502ea021ae (patch)
tree05bb3002f732a08a225c0b0e81e36972482e0ead /sbin/savecore/savecore.8
parentef56905cb0f62080928172816dc0d147e5ccfcc4 (diff)
downloadFreeBSD-src-3633cc3a37ea5a0e349ce4ebab457d502ea021ae.zip
FreeBSD-src-3633cc3a37ea5a0e349ce4ebab457d502ea021ae.tar.gz
* Switch from doing compress(1)ed crashdumps with the -z flag to using
gzip(1). gdb doesn't understand these, but then again it didn't understand compressed crashdumps either. * Change a stray lseek() into a Lseek() * Remove the extraneous prototype for log() which has apparently never existed in FreeBSD's sources Obtained from: NetBSD (partially) MFC after: 2 weeks
Diffstat (limited to 'sbin/savecore/savecore.8')
-rw-r--r--sbin/savecore/savecore.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8
index adab414..0d99694 100644
--- a/sbin/savecore/savecore.8
+++ b/sbin/savecore/savecore.8
@@ -72,7 +72,7 @@ as the kernel instead of the running kernel (as determined from
Print out some additional debugging information.
.It Fl z
Compress the core dump and kernel (see
-.Xr compress 1 ) .
+.Xr gzip 1 ) .
.El
.Pp
.Nm Savecore
@@ -113,8 +113,8 @@ is meant to be called near the end of the initialization file
.Sh BUGS
The minfree code does not consider the effect of compression.
.Sh SEE ALSO
-.Xr compress 1 ,
.Xr getbootfile 3 ,
+.Xr gzip 1 ,
.Xr syslogd 8
.Sh HISTORY
The
OpenPOWER on IntegriCloud