core has been written
This commit is contained in:
parent
1b0c8a154a
commit
9020c5dcc3
1 changed files with 9 additions and 3 deletions
|
|
@ -4,6 +4,9 @@ core \- print information about dead processes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B core
|
.B core
|
||||||
[
|
[
|
||||||
|
.B -s
|
||||||
|
]
|
||||||
|
[
|
||||||
.I dir
|
.I dir
|
||||||
|
|
|
|
||||||
.I corefile
|
.I corefile
|
||||||
|
|
@ -25,7 +28,9 @@ in that directory.
|
||||||
For each core file read,
|
For each core file read,
|
||||||
.I core
|
.I core
|
||||||
prints the date and time the core was generated,
|
prints the date and time the core was generated,
|
||||||
the command that generated it, and a short stack trace
|
the command that generated it, and, if the
|
||||||
|
.B -s
|
||||||
|
option is given, a short stack trace
|
||||||
at the time of the core dump.
|
at the time of the core dump.
|
||||||
.PP
|
.PP
|
||||||
If no arguments are given,
|
If no arguments are given,
|
||||||
|
|
@ -45,5 +50,6 @@ searches the current directory.
|
||||||
.IR db (1),
|
.IR db (1),
|
||||||
.IR core (5)
|
.IR core (5)
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.I Core
|
The
|
||||||
has not been written.
|
.B -s
|
||||||
|
option is not implemented.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue