Index: generic/src/console/cmd.c
===================================================================
--- generic/src/console/cmd.c	(revision 43752b6bac8514915a24becd36bda8a82f1d3549)
+++ generic/src/console/cmd.c	(revision dd054bc204c21dae28cc0308968c81cd022024b9)
@@ -79,5 +79,5 @@
 static cmd_info_t continue_info = {
 	.name = "continue",
-	.description ="Return console back to userspace",
+	.description ="Return console back to userspace.",
 	.func = cmd_continue,
 	.argc = 0
@@ -263,5 +263,5 @@
 static cmd_info_t threads_info = {
 	.name = "threads",
-	.description = "List all threads",
+	.description = "List all threads.",
 	.func = cmd_threads,
 	.argc = 0
@@ -271,5 +271,5 @@
 static cmd_info_t tasks_info = {
 	.name = "tasks",
-	.description = "List all tasks",
+	.description = "List all tasks.",
 	.func = cmd_tasks,
 	.argc = 0
@@ -280,5 +280,5 @@
 static cmd_info_t sched_info = {
 	.name = "scheduler",
-	.description = "List all scheduler information",
+	.description = "List all scheduler information.",
 	.func = cmd_sched,
 	.argc = 0
@@ -288,5 +288,5 @@
 static cmd_info_t slabs_info = {
 	.name = "slabs",
-	.description = "List SLAB caches.",
+	.description = "List slab caches.",
 	.func = cmd_slabs,
 	.argc = 0
@@ -309,5 +309,5 @@
 static cmd_info_t ipc_task_info = {
 	.name = "ipc_task",
-	.description = "ipc_task <taskid> Show IPC information of given task",
+	.description = "ipc_task <taskid> Show IPC information of given task.",
 	.func = cmd_ipc_task,
 	.argc = 1,
@@ -795,4 +795,6 @@
 int cmd_continue(cmd_arg_t *argv)
 {
+	printf("The kernel will now relinquish the console.\n");
+	printf("Use userspace controls to redraw the screen.\n");
 	arch_release_console();
 	return 1;
