Commit Diff


commit - a6662a3672fa66b21b490115f6c2d839c362b7e7
commit + b4223cd6f27153b6c27a88cae3955274416d8749
blob - afc5f9e344c3d82b68bce970bd1bf23c5a5e7258
blob + f0235a95d4b33307525654bae1ed0986460a1a4f
--- src/lib9/await.c
+++ src/lib9/await.c
@@ -15,8 +15,8 @@ static struct {
 	SIGHUP,		"hangup",
 	SIGINT,		"interrupt",
 	SIGQUIT,		"quit",
-	SIGILL,		"sys: trap: illegal instruction",
-	SIGTRAP,		"sys: trace trap",
+	SIGILL,		"sys: illegal instruction",
+	SIGTRAP,		"sys: breakpoint",
 	SIGABRT,		"sys: abort",
 #ifdef SIGEMT
 	SIGEMT,		"sys: emulate instruction executed",