From b13aae56fe48c89e3b1dbefaf165cbab0102216b Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 31 Aug 2009 21:28:58 -0300 Subject: v4l2-spec: convert it to use DocBook XML 4.1.2 From: Mauro Carvalho Chehab DocBook XML 4.1.2 is the docbook dialect spoken at Linux kernel. By using it, we can now consider adding V4L2 API docs at the kernel tree. As a bonus, added support for xmlto, with seems to be better supported nowadays. Another additional bounus is that two new Makefile targets were added: make man - Create V4L2 API man pages make man_install - Install V4L2 API man pages By allowing the addition of V4L2 manpages, it is now easier for developer to quickly check about a V4L2 API or libv4l2 call syntax and expected return values. Priority: normal Signed-off-by: Mauro Carvalho Chehab --- v4l2-spec/dev-radio.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'v4l2-spec/dev-radio.sgml') diff --git a/v4l2-spec/dev-radio.sgml b/v4l2-spec/dev-radio.sgml index 4d521d2a8..73aa90b45 100644 --- a/v4l2-spec/dev-radio.sgml +++ b/v4l2-spec/dev-radio.sgml @@ -38,9 +38,9 @@ methods are reserved for future extensions. Programming Radio devices may have a couple audio controls (as discussed -in ) such as a volume control, possibly custom +in ) such as a volume control, possibly custom controls. Further all radio devices have one tuner or modulator (these are -discussed in ) with index number zero to select +discussed in ) with index number zero to select the radio frequency and to determine if a monaural or FM stereo program is received/emitted. Drivers switch automatically between AM and FM depending on the selected frequency. The &VIDIOC-G-TUNER; or -- cgit v1.2.3