diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-26 13:21:26 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-26 13:21:26 +0000 |
commit | dbe709d9c644ca970529131b4734676af9536664 (patch) | |
tree | d139357b7e4bd59cda766172af83160a1a46eb37 | |
parent | 448ca3852abdb01d2c3fad395b77839a90de589e (diff) |
typo; found by Jean-Francois Brousseau <krapht@secureops.com>
-rw-r--r-- | usr.bin/pmdb/signal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pmdb/signal.c b/usr.bin/pmdb/signal.c index aac9058f783..6ed78535514 100644 --- a/usr.bin/pmdb/signal.c +++ b/usr.bin/pmdb/signal.c @@ -1,4 +1,4 @@ -/* $OpenBSD: signal.c,v 1.2 2002/03/15 16:41:06 jason Exp $ */ +/* $OpenBSD: signal.c,v 1.3 2002/06/26 13:21:25 todd Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -80,7 +80,7 @@ process_signal(struct pstate *ps, int signum, int stopped, int force_ignore) } if (!ignore) { - fprintf(stderr, "PBMD %s child. signal: %s\n", + fprintf(stderr, "PMDB %s child. signal: %s\n", stopped ? "stopping" : "terminating", sys_signame[signum]); } else { |