diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 08:43:30 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 08:43:30 -0300 |
commit | 8968da9b8622f2da9b7f0a695acbe341ea28f55e (patch) | |
tree | 8ea0037207dd445a512abc4d72d90a8b29255da5 /Documentation/media/uapi/dvb/dmx-get-pes-pids.rst | |
parent | d2cd627be0f889ef7718eac98f68a822ad235f0a (diff) | |
download | kernel_replicant_linux-8968da9b8622f2da9b7f0a695acbe341ea28f55e.tar.gz kernel_replicant_linux-8968da9b8622f2da9b7f0a695acbe341ea28f55e.tar.bz2 kernel_replicant_linux-8968da9b8622f2da9b7f0a695acbe341ea28f55e.zip |
Revert "[media] docs-rst: escape [] characters"
This patch touches on places where it shouldn't: image
files and code examples. Also, it doesn't fix all array
occurrences.
So, let's revert it.
This reverts commit ffbab694ede33c294e5864a5e0bf4d1474446a71.
Diffstat (limited to 'Documentation/media/uapi/dvb/dmx-get-pes-pids.rst')
-rw-r--r-- | Documentation/media/uapi/dvb/dmx-get-pes-pids.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/dvb/dmx-get-pes-pids.rst b/Documentation/media/uapi/dvb/dmx-get-pes-pids.rst index dcca37c7cec1..ba5d30c913c8 100644 --- a/Documentation/media/uapi/dvb/dmx-get-pes-pids.rst +++ b/Documentation/media/uapi/dvb/dmx-get-pes-pids.rst @@ -15,7 +15,7 @@ DMX_GET_PES_PIDS Synopsis -------- -.. cpp:function:: int ioctl(fd, int request = DMX_GET_PES_PIDS, __u16\[5\]) +.. cpp:function:: int ioctl(fd, int request = DMX_GET_PES_PIDS, __u16[5]) Arguments @@ -40,7 +40,7 @@ Arguments - .. row 3 - - __u16\[5\] + - __u16[5] - Undocumented. |