loadkeys: Document -q option
authorAlexey Gladkov <legion@altlinux.org>
Wed, 8 Apr 2009 11:32:39 +0000 (15:32 +0400)
committerAlexey Gladkov <legion@altlinux.org>
Wed, 8 Apr 2009 11:32:39 +0000 (15:32 +0400)
Hi,

the -q option of loadkeys isn't documented anywhere,
attached patch will mention it in --help and manpage.

Best regards,
Vitezslav Crhonek

Signed-off-by: Alexey Gladkov <legion@altlinux.org>
man/man1/loadkeys.1.in
src/loadkeys.c

index a35535d..ab4c973 100644 (file)
@@ -19,6 +19,8 @@ loadkeys \- load keyboard translation tables
 ] [
 .I -m --mktable
 ] [
+.I -q --quiet
+] [
 .I -s --clearstrings
 ] [
 .I -v --verbose
@@ -148,6 +150,10 @@ command (and does not modify the current keymap).
 .B loadkeys
 prints its version number and a short usage message to the programs
 standard error output and exits.
+.TP
+.B \-q \-\-quiet
+.B loadkeys
+suppresses all normal output.
 .SH WARNING
 Note that anyone having read access to
 .B /dev/console
index 9159402..d1fd6bd 100644 (file)
@@ -1974,6 +1974,7 @@ usage(void) {
 "  -d --default       load \"%s\"\n"
 "  -h --help          display this help text\n"
 "  -m --mktable       output a \"defkeymap.c\" to stdout\n"
+"  -q --quiet         suppress all normal output\n"
 "  -s --clearstrings  clear kernel string table\n"
 "  -u --unicode       implicit conversion to Unicode\n"
 "  -v --verbose       report the changes\n"), PACKAGE_VERSION, DEFMAP);