aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/userspace-api/media/rc/lirc-set-send-carrier.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-25 07:29:25 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-10-15 07:49:39 +0200
commit5f536f4a221b831bc2fb666d4cdb0e0892e72dc4 (patch)
treecfc76f2d7272a1f51359921289de316a7cf47c42 /Documentation/userspace-api/media/rc/lirc-set-send-carrier.rst
parentmedia: docs: make MC documents more compatible with Sphinx 3.1+ (diff)
downloadwireguard-linux-5f536f4a221b831bc2fb666d4cdb0e0892e72dc4.tar.xz
wireguard-linux-5f536f4a221b831bc2fb666d4cdb0e0892e72dc4.zip
media: docs: make RC documents more compatible with Sphinx 3.1+
Sphinx 3.x broke support for the cdomain.py extension, as the c domain code was rewritten. Due to that, the c tags need to be re-written, in order to use the new c domain notation. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/userspace-api/media/rc/lirc-set-send-carrier.rst')
-rw-r--r--Documentation/userspace-api/media/rc/lirc-set-send-carrier.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/userspace-api/media/rc/lirc-set-send-carrier.rst b/Documentation/userspace-api/media/rc/lirc-set-send-carrier.rst
index e199aac7d8e0..e3810ba58746 100644
--- a/Documentation/userspace-api/media/rc/lirc-set-send-carrier.rst
+++ b/Documentation/userspace-api/media/rc/lirc-set-send-carrier.rst
@@ -1,4 +1,5 @@
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
+.. c:namespace:: RC
.. _lirc_set_send_carrier:
@@ -11,12 +12,12 @@ Name
LIRC_SET_SEND_CARRIER - Set send carrier used to modulate IR TX.
-
Synopsis
========
-.. c:function:: int ioctl( int fd, LIRC_SET_SEND_CARRIER, __u32 *frequency )
- :name: LIRC_SET_SEND_CARRIER
+.. c:macro:: LIRC_SET_SEND_CARRIER
+
+``int ioctl(int fd, LIRC_SET_SEND_CARRIER, __u32 *frequency)``
Arguments
=========
@@ -32,7 +33,6 @@ Description
Set send carrier used to modulate IR PWM pulses and spaces.
-
Return Value
============