From patchwork Tue Mar 5 10:44:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 10839245 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BB42E17E4 for ; Tue, 5 Mar 2019 10:44:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A51DE286EC for ; Tue, 5 Mar 2019 10:44:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9876628733; Tue, 5 Mar 2019 10:44:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E6D43286EC for ; Tue, 5 Mar 2019 10:44:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727245AbfCEKoK (ORCPT ); Tue, 5 Mar 2019 05:44:10 -0500 Received: from gofer.mess.org ([88.97.38.141]:33533 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726301AbfCEKoJ (ORCPT ); Tue, 5 Mar 2019 05:44:09 -0500 Received: by gofer.mess.org (Postfix, from userid 1000) id EE05E601DC; Tue, 5 Mar 2019 10:44:07 +0000 (GMT) From: Sean Young To: linux-media@vger.kernel.org Subject: [PATCH v4l-utils] ir-ctl: various typos Date: Tue, 5 Mar 2019 10:44:07 +0000 Message-Id: <20190305104407.1836-1-sean@mess.org> X-Mailer: git-send-email 2.11.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Sean Young --- utils/ir-ctl/ir-ctl.1.in | 4 ++-- utils/ir-ctl/ir-ctl.c | 2 +- utils/keytable/keytable.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/ir-ctl/ir-ctl.1.in b/utils/ir-ctl/ir-ctl.1.in index c3ab118f..03fcf438 100644 --- a/utils/ir-ctl/ir-ctl.1.in +++ b/utils/ir-ctl/ir-ctl.1.in @@ -30,7 +30,7 @@ lirc device to control, /dev/lirc0 by default \fB\-f\fR, \fB\-\-features\fR List the features of the lirc device. .TP -\fB\-r\fR, \fB\-\-receive\fR=[\fIFILE\fR] +\fB\-r\fR, \fB\-\-receive\fR[=\fIFILE\fR] Receive IR and print to standard output if no file is specified, else save to the filename. .TP @@ -166,7 +166,7 @@ carrier. The above can be written as: scancode rc5:0x1e01 .PP If multiple scancodes are specified in a file, a gap is inserted between -scancodes if there is no space between then (see \fB\-\-gap\fR). One file +scancodes if there is no space between them (see \fB\-\-gap\fR). One file can only have one carrier frequency, so this might cause problems if different protocols are specified in one file if they use different carrier frequencies. diff --git a/utils/ir-ctl/ir-ctl.c b/utils/ir-ctl/ir-ctl.c index f8f4e0aa..ad830612 100644 --- a/utils/ir-ctl/ir-ctl.c +++ b/utils/ir-ctl/ir-ctl.c @@ -133,7 +133,7 @@ static const char doc[] = N_( "\nReceive IR, send IR and list features of lirc device\n" "You will need permission on /dev/lirc for the program to work\n" "\nOn the options below, the arguments are:\n" - " DEV - the /dev/lirc* device to use\n" + " DEV - the /dev/lirc* device to use\n" " FILE - a text file containing pulses and spaces\n" " CARRIER - the carrier frequency to use for sending\n" " DUTY - the duty cycle to use for sending\n" diff --git a/utils/keytable/keytable.c b/utils/keytable/keytable.c index 0726e5fd..5be2274a 100644 --- a/utils/keytable/keytable.c +++ b/utils/keytable/keytable.c @@ -235,7 +235,7 @@ static const char doc[] = N_( " TABLE - a file with a set of scancode=keycode value pairs\n" " SCANKEY - a set of scancode1=keycode1,scancode2=keycode2.. value pairs\n" " PROTOCOL - protocol name (nec, rc-5, rc-6, jvc, sony, sanyo, rc-5-sz, lirc,\n" - " sharp, mce_kbd, xmp, imon, other, all) to be enabled,\n" + " sharp, mce_kbd, xmp, imon, rc_mm, other, all) to be enabled,\n" " or a bpf protocol name or file\n" " DELAY - Delay before repeating a keystroke\n" " PERIOD - Period to repeat a keystroke\n"