diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-01-26 23:41:09 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-01-26 23:41:09 +0000 |
commit | afd225524188e2c6cceaffcba0168084ddb0da39 (patch) | |
tree | 09d6517e204d55a83509a799021c4aece539e118 /usr.bin | |
parent | 6fc2dab111f965973fc50de809b0b379a08cd0b5 (diff) |
catched -> caught
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/pmdb/pmdb.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pmdb/pmdb.1 b/usr.bin/pmdb/pmdb.1 index 3836e635502..5538d62ad0d 100644 --- a/usr.bin/pmdb/pmdb.1 +++ b/usr.bin/pmdb/pmdb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pmdb.1,v 1.9 2002/08/08 18:27:57 art Exp $ +.\" $OpenBSD: pmdb.1,v 1.10 2003/01/26 23:41:08 mcbride Exp $ .\" .\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -69,7 +69,7 @@ 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 +command, it will be caught by .Nm and the process will go into the .Ic STOPPED |