Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] DocBook: add entry IDs for enum fe_sec_mini_cmd

enum fe_sec_mini_cmd is documented together with
FE_DISEQC_SEND_BURST.

Add xrefs for each entry there. This makes the hyperlinks at
frontend.h to go directly to the right documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

+2 -2
+2 -2
Documentation/DocBook/media/dvb/fe-diseqc-send-burst.xml
··· 73 73 </thead> 74 74 <tbody valign="top"> 75 75 <row> 76 - <entry align="char">SEC_MINI_A</entry> 76 + <entry align="char" id="SEC-MINI-A"><constant>SEC_MINI_A</constant></entry> 77 77 <entry align="char">Sends a mini-DiSEqC 22kHz '0' Tone Burst to 78 78 select satellite-A</entry> 79 79 </row><row> 80 - <entry align="char">SEC_MINI_B</entry> 80 + <entry align="char" id="SEC-MINI-B"><constant>SEC_MINI_B</constant></entry> 81 81 <entry align="char">Sends a mini-DiSEqC 22kHz '1' Data Burst to 82 82 select satellite-B</entry> 83 83 </row>