summaryrefslogtreecommitdiff
path: root/Documentation/linux_tv/media/dvb/fe-get-frontend.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-05 21:14:35 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-05 21:15:57 +0300
commit15e7d6158e60a16561a10303d507d6c3fab15c98 (patch)
tree840259f09fb0268afb45b4985af725a7517b78db /Documentation/linux_tv/media/dvb/fe-get-frontend.rst
parent4eb40f14dc984f1e58d7727c5761e1ef40700953 (diff)
downloadlinux-15e7d6158e60a16561a10303d507d6c3fab15c98.tar.xz
doc-rst: linux_tv: don't use uppercases for syscall sections
On the syscall conversions, we used uppercase for the sections, but this is too bold. So, convert them to Camel Case, as it looks visually better. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/linux_tv/media/dvb/fe-get-frontend.rst')
-rw-r--r--Documentation/linux_tv/media/dvb/fe-get-frontend.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/linux_tv/media/dvb/fe-get-frontend.rst b/Documentation/linux_tv/media/dvb/fe-get-frontend.rst
index 7084070bfe77..fdf0d1440add 100644
--- a/Documentation/linux_tv/media/dvb/fe-get-frontend.rst
+++ b/Documentation/linux_tv/media/dvb/fe-get-frontend.rst
@@ -6,18 +6,19 @@
FE_GET_FRONTEND
***************
-NAME
+Name
====
FE_GET_FRONTEND
-SYNOPSIS
+
+Synopsis
========
.. c:function:: int ioctl(int fd, int request = FE_GET_FRONTEND, struct dvb_frontend_parameters *p)
-ARGUMENTS
+Arguments
=========
.. flat-table::
@@ -45,14 +46,14 @@ ARGUMENTS
- Points to parameters for tuning operation.
-DESCRIPTION
+Description
===========
This ioctl call queries the currently effective frontend parameters. For
this command, read-only access to the device is sufficient.
-RETURN VALUE
+Return Value
============
On success 0 is returned, on error -1 and the ``errno`` variable is set