exception names
diff --git a/src/lib9/await.c b/src/lib9/await.c
index afc5f9e..f0235a9 100644
--- a/src/lib9/await.c
+++ b/src/lib9/await.c
@@ -15,8 +15,8 @@
 	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",