linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4l-utils] ir-ctl: various typos
@ 2019-03-05 10:44 Sean Young
  0 siblings, 0 replies; only message in thread
From: Sean Young @ 2019-03-05 10:44 UTC (permalink / raw)
  To: linux-media

Signed-off-by: Sean Young <sean@mess.org>
---
 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"
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-03-05 10:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-05 10:44 [PATCH v4l-utils] ir-ctl: various typos Sean Young

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).