mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 16:53:59 -04:00
[media] docs-rst: Convert LIRC uAPI to use C function references
Name all ioctl references and make them match the ioctls that are documented. That will improve the cross-reference index, as it will have all ioctls and syscalls there. While here, improve the documentation to make them to look more like the rest of the document. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
@@ -21,6 +21,7 @@ Synopsis
|
||||
|
||||
|
||||
.. c:function:: ssize_t read( int fd, void *buf, size_t count )
|
||||
:name lirc-read
|
||||
|
||||
|
||||
Arguments
|
||||
@@ -30,8 +31,10 @@ Arguments
|
||||
File descriptor returned by ``open()``.
|
||||
|
||||
``buf``
|
||||
``count``
|
||||
Buffer to be filled
|
||||
|
||||
``count``
|
||||
Max number of bytes to read
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
Reference in New Issue
Block a user