diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1998-07-28 06:38:57 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-07-28 06:38:57 +0000 |
commit | f9b52c93a5d46871aa1569221afc005225cfd399 (patch) | |
tree | 131cade62c4e30f36b9a534f1caeb7174ddaba3b /sbin/savecore/savecore.8 | |
parent | 90100551e629f1b41040f747305094d8e4565a90 (diff) | |
download | src-f9b52c93a5d46871aa1569221afc005225cfd399.tar.gz src-f9b52c93a5d46871aa1569221afc005225cfd399.zip |
Correct use of .Nm, add rcsid, remove unused #include.
Notes
Notes:
svn path=/head/; revision=37909
Diffstat (limited to 'sbin/savecore/savecore.8')
-rw-r--r-- | sbin/savecore/savecore.8 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index 216cd7f0e73a..a2c717c5994e 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)savecore.8 8.1 (Berkeley) 6/5/93 -.\" $Id$ +.\" $Id: savecore.8,v 1.6 1997/02/22 14:33:14 peter Exp $ .\" .Dd September 23, 1994 .Dt SAVECORE 8 @@ -53,13 +53,13 @@ and enters a reboot message and information about the core dump into the system log. .Pp The options are as follows: -.Bl -tag -width directory +.Bl -tag -width indent .It Fl c -Clears the dump, so that future invocations of -.Nm savecore +Clear the dump, so that future invocations of +.Nm will ignore it. .It Fl f -Forces a dump to be taken even if the dump doesn't appear correct or there +Force a dump to be taken even if the dump doesn't appear correct or there is insufficient disk space. .It Fl N Use @@ -67,9 +67,9 @@ Use as the kernel instead of the running kernel (as determined from .Xr getbootfile 3 ). .It Fl v -Prints out some additional debugging information. +Print out some additional debugging information. .It Fl z -Compresses the core dump and kernel (see +Compress the core dump and kernel (see .Xr compress 1 ). .El .Pp @@ -83,7 +83,7 @@ and the system in The ``#'' is the number from the first line of the file .Ar directory Ns Pa /bounds , and it is incremented and stored back into the file each time -.Nm savecore +.Nm successfully runs. .Pp .Nm Savecore @@ -97,10 +97,10 @@ filesystem after the copies were made would be less than the number in the first line of this file, the copies are not attempted. .Pp If -.Nm savecore +.Nm successfully copies the kernel and the core dump, the core dump is cleared so that future invocations of -.Nm savecore +.Nm will ignore it. .Pp .Nm Savecore |