Commit a23f4191 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

doc-rst: linux_tv: Fix a warning at lirc_dev_intro

Documentation/linux_tv/media/rc/lirc_dev_intro:17: WARNING: Inline substitution_reference start-string without end-string.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent b6967199
...@@ -14,15 +14,15 @@ IR data to and fro, the essential fops are read, write and ioctl. ...@@ -14,15 +14,15 @@ IR data to and fro, the essential fops are read, write and ioctl.
Example dmesg output upon a driver registering w/LIRC: Example dmesg output upon a driver registering w/LIRC:
$ dmesg |grep lirc_dev .. code-block:: none
$ dmesg |grep lirc_dev
lirc_dev: IR Remote Control driver registered, major 248 lirc_dev: IR Remote Control driver registered, major 248
rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor = 0
rc rc0: lirc_dev: driver ir-lirc-codec (mceusb) registered at minor
= 0
What you should see for a chardev: What you should see for a chardev:
$ ls -l /dev/lirc* .. code-block:: none
$ ls -l /dev/lirc*
crw-rw---- 1 root root 248, 0 Jul 2 22:20 /dev/lirc0 crw-rw---- 1 root root 248, 0 Jul 2 22:20 /dev/lirc0
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment