diff options
Diffstat (limited to 'Documentation/linux_tv/media/dvb/fe-read-status.rst')
-rw-r--r-- | Documentation/linux_tv/media/dvb/fe-read-status.rst | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Documentation/linux_tv/media/dvb/fe-read-status.rst b/Documentation/linux_tv/media/dvb/fe-read-status.rst index ac6f23869530..697598d30976 100644 --- a/Documentation/linux_tv/media/dvb/fe-read-status.rst +++ b/Documentation/linux_tv/media/dvb/fe-read-status.rst @@ -44,14 +44,6 @@ varies according with the architecture. This needs to be fixed in the future. -RETURN VALUE -============ - -On success 0 is returned, on error -1 and the ``errno`` variable is set -appropriately. The generic error codes are described at the -:ref:`Generic Error Codes <gen-errors>` chapter. - - .. _fe-status-t: int fe_status @@ -132,3 +124,10 @@ state changes of the frontend hardware. It is produced using the enum - The frontend was reinitialized, application is recommended to reset DiSEqC, tone and parameters + +RETURN VALUE +============ + +On success 0 is returned, on error -1 and the ``errno`` variable is set +appropriately. The generic error codes are described at the +:ref:`Generic Error Codes <gen-errors>` chapter. |