diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-24 02:45:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-24 02:45:10 +0000 |
commit | 5fb7027c82a7f2bf22ada18693be6b9a940eb801 (patch) | |
tree | 75fdb61e6cf764c1603d1ffa2b1a1e9ce83a4b33 /sbin/savecore/savecore.8 | |
parent | 183551b925220feb06f5dde5d4e2e2c4bdcdfbbd (diff) | |
download | src-5fb7027c82a7f2bf22ada18693be6b9a940eb801.tar.gz src-5fb7027c82a7f2bf22ada18693be6b9a940eb801.zip |
Allow a forced dump even if the dump header information is inconsistent.
Output more verbosity with additional -v's.
Submitted by: seanc
Notes
Notes:
svn path=/head/; revision=142359
Diffstat (limited to 'sbin/savecore/savecore.8')
-rw-r--r-- | sbin/savecore/savecore.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index c15c724f3ef2..aa6dcb73f3fe 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -71,11 +71,13 @@ Clear the dump, so that future invocations of .Nm will ignore it. .It Fl f -Force a dump to be taken even if the dump was cleared. +Force a dump to be taken even if either the dump was cleared or if the +dump header information is inconsistent. .It Fl k Do not clear the dump after saving it. .It Fl v Print out some additional debugging information. +Speicify twice for more information. .It Fl z Compress the core dump and kernel (see .Xr gzip 1 ) . |