aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-02 18:59:25 -0400
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-09-05 06:26:51 -0400
commit432e6be476d2e870ca666529e0b72e8af2595421 (patch)
tree505b17e8f7b61f4efafc51ae905424a47a28f143
parentb5dd3eac8407f0d62d63cc2ecec7f3cb2445ee3a (diff)
media: rc-sysfs-nodes.rst: better use literals
A literal box provides a better visual when pdf and html output is generated for things like the output of a sysfs devnode. It alsod matches other conventions used within the media book. So, use it. While here, use literals for protocol names. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--Documentation/media/uapi/rc/rc-sysfs-nodes.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/media/uapi/rc/rc-sysfs-nodes.rst b/Documentation/media/uapi/rc/rc-sysfs-nodes.rst
index 3476ae29708f..2d01358d5504 100644
--- a/Documentation/media/uapi/rc/rc-sysfs-nodes.rst
+++ b/Documentation/media/uapi/rc/rc-sysfs-nodes.rst
@@ -34,9 +34,9 @@ receiver device where N is the number of the receiver.
34/sys/class/rc/rcN/protocols 34/sys/class/rc/rcN/protocols
35=========================== 35===========================
36 36
37Reading this file returns a list of available protocols, something like: 37Reading this file returns a list of available protocols, something like::
38 38
39``rc5 [rc6] nec jvc [sony]`` 39 rc5 [rc6] nec jvc [sony]
40 40
41Enabled protocols are shown in [] brackets. 41Enabled protocols are shown in [] brackets.
42 42
@@ -90,11 +90,11 @@ This value may be reset to 0 if the current protocol is altered.
90================================== 90==================================
91 91
92Reading this file returns a list of available protocols to use for the 92Reading this file returns a list of available protocols to use for the
93wakeup filter, something like: 93wakeup filter, something like::
94 94
95``rc-5 nec nec-x rc-6-0 rc-6-6a-24 [rc-6-6a-32] rc-6-mce`` 95 rc-5 nec nec-x rc-6-0 rc-6-6a-24 [rc-6-6a-32] rc-6-mce
96 96
97Note that protocol variants are listed, so "nec", "sony", "rc-5", "rc-6" 97Note that protocol variants are listed, so ``nec``, ``sony``, ``rc-5``, ``rc-6``
98have their different bit length encodings listed if available. 98have their different bit length encodings listed if available.
99 99
100Note that all protocol variants are listed. 100Note that all protocol variants are listed.