]> git.ipfire.org Git - ipfire-3.x.git/blame - kbd/patches/kbd-1.15-quiet_doc.patch
Move all packages to root.
[ipfire-3.x.git] / kbd / patches / kbd-1.15-quiet_doc.patch
CommitLineData
930b9443
MT
1diff -up kbd-1.15/man/man1/loadkeys.1.in_old kbd-1.15/man/man1/loadkeys.1.in
2--- kbd-1.15/man/man1/loadkeys.1.in_old 2008-10-23 21:03:59.000000000 +0200
3+++ kbd-1.15/man/man1/loadkeys.1.in 2009-03-05 13:11:08.000000000 +0100
4@@ -19,6 +19,8 @@ loadkeys \- load keyboard translation ta
5 ] [
6 .I -m --mktable
7 ] [
8+.I -q --quiet
9+] [
10 .I -s --clearstrings
11 ] [
12 .I -v --verbose
13@@ -148,6 +150,10 @@ command (and does not modify the current
14 .B loadkeys
15 prints its version number and a short usage message to the programs
16 standard error output and exits.
17+.TP
18+.B \-q \-\-quiet
19+.B loadkeys
20+suppresses all normal output.
21 .SH WARNING
22 Note that anyone having read access to
23 .B /dev/console
24diff -up kbd-1.15/src/loadkeys.c_old kbd-1.15/src/loadkeys.c
25--- kbd-1.15/src/loadkeys.c_old 2008-10-23 21:03:59.000000000 +0200
26+++ kbd-1.15/src/loadkeys.c 2009-03-05 13:09:00.000000000 +0100
27@@ -1966,6 +1966,7 @@ usage(void) {
28 " -d --default load \"%s\"\n"
29 " -h --help display this help text\n"
30 " -m --mktable output a \"defkeymap.c\" to stdout\n"
31+" -q --quiet suppress all normal output\n"
32 " -s --clearstrings clear kernel string table\n"
33 " -u --unicode implicit conversion to Unicode\n"
34 " -v --verbose report the changes\n"), PACKAGE_VERSION, DEFMAP);