diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-03-18 17:13:32 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-03-18 17:13:32 +0000 |
commit | 2d262b0cb5944dda276e4f227132061a2785c893 (patch) | |
tree | 3efdd37df15ae619fdd55c34823d846fcbee1b24 | |
parent | 4a4ed701a05b501091c9180b68a27f6b27043c1f (diff) |
typos.
-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. |