From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.2.5 Date: Mon, 6 Apr 2009 07:34:01 -0400 (EDT) From: Vitezslav Crhonek To: kbd@lists.altlinux.org Message-ID: <198701435.4079191239017641919.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> In-Reply-To: <1018714354.4079171239017632448.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_147444_1292181878.1239017641918" X-Originating-IP: [10.5.5.72] X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Subject: [kbd] -q option documentation X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2009 11:34:21 -0000 Archived-At: List-Archive: ------=_Part_147444_1292181878.1239017641918 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi, the -q option of loadkeys isn't documented anywhere, attached patch will mention it in --help and manpage. Best regards, Vitezslav Crhonek ------=_Part_147444_1292181878.1239017641918 Content-Type: application/octet-stream; name=quiet_option.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=quiet_option.patch Only in kbd-1.15/data/consolefonts: lat0-sun16.psfu Only in kbd-1.15/data/consolefonts: lat2-sun16.psfu Only in kbd-1.15/data/consolefonts: latarcyrheb-sun16.psfu diff -ur kbd-1.15_orig/man/man1/loadkeys.1.in kbd-1.15/man/man1/loadkeys.1.in --- kbd-1.15_orig/man/man1/loadkeys.1.in 2008-10-23 21:03:59.000000000 +0200 +++ kbd-1.15/man/man1/loadkeys.1.in 2009-04-06 13:18:07.000000000 +0200 @@ -19,6 +19,8 @@ ] [ .I -m --mktable ] [ +.I -q --quiet +] [ .I -s --clearstrings ] [ .I -v --verbose @@ -148,6 +150,10 @@ .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 Only in kbd-1.15/man/man1: loadkeys.1.in.quiet_doc diff -ur kbd-1.15_orig/src/loadkeys.c kbd-1.15/src/loadkeys.c --- kbd-1.15_orig/src/loadkeys.c 2008-10-23 21:03:59.000000000 +0200 +++ kbd-1.15/src/loadkeys.c 2009-04-06 13:18:07.000000000 +0200 @@ -1966,6 +1966,7 @@ " -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); Only in kbd-1.15/src: loadkeys.c.quiet_doc ------=_Part_147444_1292181878.1239017641918--