diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-30 05:51:07 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-30 05:51:07 +0000 |
commit | cb8ac312f5583e64bbc098ba31bbcca6383a9748 (patch) | |
tree | 4a521e0a092dbed03b57a18b8bb19bec939b520f /INSTALL | |
parent | 0233bd5ac7f399da4e6bb327e424d0eea0961b0a (diff) | |
download | mediapointer-dvb-s2-cb8ac312f5583e64bbc098ba31bbcca6383a9748.tar.gz mediapointer-dvb-s2-cb8ac312f5583e64bbc098ba31bbcca6383a9748.tar.bz2 |
2: fix typos in INSTALL
From: Márton Németh <nm127@freemail.hu>
Fix some typos in INSTALL documentation coming from http://linuxtv.org/hg/v4l-dvb .
Priority: low
Signed-off-by: Márton Németh <nm127@freemai.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ Mauro Carvalho Chehab 2006 Apr 26 V4L/DVB building procedures are based at the use of Makefile rules. -Those rules are close tho the ones at Linux Kernel, to allow an easier +Those rules are close to the ones at Linux Kernel, to allow an easier usage. ======================================================================= @@ -9,7 +9,7 @@ Quick building procedure is: make all ====================================================================== -For those that may want more than just build all stuff there are some +For those who may want more than just build all stuff there are some other interesting parameters to make: ====================== @@ -136,7 +136,7 @@ checkterse - checks codingstyle and reports using terse syntax, used on several compilaton tools. mismatch - checks for linker section mismatch. In other words, - check if some driver has functions not properly + check if some driver has functions not properly declared with __init/__exit, and similar tags. - It will also be more pedantic by dealing with + It will also be more pedantic by dealing with compilation warnings as if they are errors. |