diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-02 14:59:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-06-08 14:56:20 -0300 |
commit | 7832a91596aeea5c82b956935312d1acf886660a (patch) | |
tree | 7f247ec4b090605538afa3c0fde0a362579bdd07 /Documentation/DocBook/media/dvb/frontend.xml | |
parent | 96048dc1444efd906dc82c0e35b018879de20084 (diff) | |
download | linux-7832a91596aeea5c82b956935312d1acf886660a.tar.gz linux-7832a91596aeea5c82b956935312d1acf886660a.tar.bz2 linux-7832a91596aeea5c82b956935312d1acf886660a.zip |
[media] Docbook: typo fix: use note(d) instead of notice(d)
We don't want to announce anything, but to add a note ;)
So:
notice -> note
notided -> noted
While here, fix another typo at media_api.tmpl:
with -> which
Reported-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'Documentation/DocBook/media/dvb/frontend.xml')
-rw-r--r-- | Documentation/DocBook/media/dvb/frontend.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/media/dvb/frontend.xml b/Documentation/DocBook/media/dvb/frontend.xml index 9d8e95cd9694..dc6a1134478d 100644 --- a/Documentation/DocBook/media/dvb/frontend.xml +++ b/Documentation/DocBook/media/dvb/frontend.xml @@ -48,7 +48,7 @@ specification is available at <para>The information about the frontend tuner locking status can be queried using <link linkend="FE_READ_STATUS">FE_READ_STATUS</link>.</para> <para>Signal statistics are provided via <link linkend="FE_GET_PROPERTY"><constant>FE_GET_PROPERTY</constant></link>. - Please notice that several statistics require the demodulator to be fully + Please note that several statistics require the demodulator to be fully locked (e. g. with FE_HAS_LOCK bit set). See <link linkend="frontend-stat-properties">Frontend statistics indicators</link> for more details.</para> |