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:
parent
b6967199c6
commit
a23f41918a
|
@ -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:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
$ dmesg |grep lirc_dev
|
||||
|
||||
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:
|
||||
|
||||
$ ls -l /dev/lirc*
|
||||
.. code-block:: none
|
||||
|
||||
$ ls -l /dev/lirc*
|
||||
crw-rw---- 1 root root 248, 0 Jul 2 22:20 /dev/lirc0
|
||||
|
|
Loading…
Reference in New Issue