mdoc(7) police: nits.
This commit is contained in:
parent
10cb9bd3d8
commit
1fa8142d87
@ -45,11 +45,13 @@
|
|||||||
.Op Fl fkvz
|
.Op Fl fkvz
|
||||||
.Op Ar directory Op Ar device ...
|
.Op Ar directory Op Ar device ...
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm Savecore
|
The
|
||||||
|
.Nm
|
||||||
|
utility
|
||||||
copies a core dump into
|
copies a core dump into
|
||||||
.Fa directory ,
|
.Ar directory ,
|
||||||
or the current working directory if no
|
or the current working directory if no
|
||||||
.Fa directory
|
.Ar directory
|
||||||
argument is given,
|
argument is given,
|
||||||
and enters a reboot message and information about the core dump into
|
and enters a reboot message and information about the core dump into
|
||||||
the system log.
|
the system log.
|
||||||
@ -71,13 +73,20 @@ Compress the core dump and kernel (see
|
|||||||
.Xr gzip 1 ) .
|
.Xr gzip 1 ) .
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
.Nm Savecore
|
The
|
||||||
|
.Nm
|
||||||
|
utility
|
||||||
looks for dumps on each device specified by the
|
looks for dumps on each device specified by the
|
||||||
.Ar device
|
.Ar device
|
||||||
argument(s), or on each device in
|
argument(s), or on each device in
|
||||||
.Pa /etc/fstab
|
.Pa /etc/fstab
|
||||||
marked as "dump" or "swap".
|
marked as
|
||||||
.Nm Savecore
|
.Dq dump
|
||||||
|
or
|
||||||
|
.Dq swap .
|
||||||
|
The
|
||||||
|
.Nm
|
||||||
|
utility
|
||||||
checks the core dump in various ways to make sure that it is complete.
|
checks the core dump in various ways to make sure that it is complete.
|
||||||
If it passes these checks, it saves the core image in
|
If it passes these checks, it saves the core image in
|
||||||
.Ar directory Ns Pa /vmcore.#
|
.Ar directory Ns Pa /vmcore.#
|
||||||
@ -89,7 +98,9 @@ and it is incremented and stored back into the file each time
|
|||||||
.Nm
|
.Nm
|
||||||
successfully runs.
|
successfully runs.
|
||||||
.Pp
|
.Pp
|
||||||
.Nm Savecore
|
The
|
||||||
|
.Nm
|
||||||
|
utility
|
||||||
also checks the available disk space before attempting to make the copies.
|
also checks the available disk space before attempting to make the copies.
|
||||||
If there is insufficient disk space in the filesystem containing
|
If there is insufficient disk space in the filesystem containing
|
||||||
.Ar directory ,
|
.Ar directory ,
|
||||||
@ -106,7 +117,9 @@ so that future invocations of
|
|||||||
.Nm
|
.Nm
|
||||||
will ignore it.
|
will ignore it.
|
||||||
.Pp
|
.Pp
|
||||||
.Nm Savecore
|
The
|
||||||
|
.Nm
|
||||||
|
utility
|
||||||
is meant to be called near the end of the initialization file
|
is meant to be called near the end of the initialization file
|
||||||
.Pa /etc/rc
|
.Pa /etc/rc
|
||||||
(see
|
(see
|
||||||
|
Loading…
x
Reference in New Issue
Block a user