This patch, put together by Manuel Novoa III, is a merge of work
done by Evin Robertson (bug#1105) and work from Manuel to make
usage messages occupy less space and simplify how usage messages
are displayed.
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c
index a98601a..5ecd819 100644
--- a/console-tools/loadkmap.c
+++ b/console-tools/loadkmap.c
@@ -51,7 +51,7 @@
 	char flags[MAX_NR_KEYMAPS], buff[7];
 
 	if (argc != 1)
-		usage(loadkmap_usage);
+		show_usage();
 
 	fd = open("/dev/tty0", O_RDWR);
 	if (fd < 0)