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: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
Mauro Carvalho Chehab 2016-07-04 13:44:38 -03:00
parent b6967199c6
commit a23f41918a
1 changed files with 5 additions and 5 deletions

View File

@ -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:
.. code-block:: none
$ dmesg |grep lirc_dev $ 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