diff options
author | rsc <devnull@localhost> | 2005-01-20 17:52:20 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-20 17:52:20 +0000 |
commit | 9020c5dcc309088aa5bd570350f944a5b133a6f6 (patch) | |
tree | 48522b4f0535f27840a5ade7bbfe649697c09ca8 | |
parent | 1b0c8a154ac9a81f79b757270bc04afd1efccc3f (diff) | |
download | plan9port-9020c5dcc309088aa5bd570350f944a5b133a6f6.tar.gz plan9port-9020c5dcc309088aa5bd570350f944a5b133a6f6.tar.bz2 plan9port-9020c5dcc309088aa5bd570350f944a5b133a6f6.zip |
core has been written
-rw-r--r-- | man/man1/core.1 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/man/man1/core.1 b/man/man1/core.1 index df56c922..b0a5b161 100644 --- a/man/man1/core.1 +++ b/man/man1/core.1 @@ -4,6 +4,9 @@ core \- print information about dead processes .SH SYNOPSIS .B core [ +.B -s +] +[ .I dir | .I corefile @@ -25,7 +28,9 @@ in that directory. For each core file read, .I core 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. .PP If no arguments are given, @@ -45,5 +50,6 @@ searches the current directory. .IR db (1), .IR core (5) .SH BUGS -.I Core -has not been written. +The +.B -s +option is not implemented. |