diff options
-rw-r--r-- | usr.bin/pmdb/pmdb.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/pmdb/pmdb.1 b/usr.bin/pmdb/pmdb.1 index f059b53e04c..387f562141c 100644 --- a/usr.bin/pmdb/pmdb.1 +++ b/usr.bin/pmdb/pmdb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pmdb.1,v 1.5 2002/03/15 18:04:41 art Exp $ +.\" $OpenBSD: pmdb.1,v 1.6 2002/03/18 17:13:31 espie Exp $ .\" .\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -39,7 +39,7 @@ utility can be used to see what is happening inside a running process or to catch program crashes and examine the state at the time of the crash. The only way to start .Nm -at this moment is to specify the name of the prgram to be debugged and all +at this moment is to specify the name of the program to be debugged and all its arguments on the command line. The program is controlled from a command line which usually gives the prompt "pmdb>". @@ -59,7 +59,9 @@ When a process is the only way to affect it is through signals sent to it. Unless a signal is ignored with the .Ic signal ignore -command, it will be catched by pmdb and the process will go into the +command, it will be catched by +.Nm +and the process will go into the .Ic STOPPED state. .It STOPPED @@ -126,4 +128,4 @@ The .Nm debugger was written because the author believed that .Xr gdb 1 -was too to bloated and hairy to run on OpenBSD/sparc64. +was too bloated and hairy to run on OpenBSD/sparc64. |