=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/pmdb/Attic/pmdb.1,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/pmdb/Attic/pmdb.1 2002/03/15 18:04:41 1.5 +++ src/usr.bin/pmdb/Attic/pmdb.1 2002/03/18 17:13:31 1.6 @@ -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 .\" All rights reserved. @@ -39,7 +39,7 @@ 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 @@ 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 @@ .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.