diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-16 18:30:18 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-16 18:30:18 +0200 |
commit | 4cea6c405bcf56c67be7d1d680c4686a4411f3ae (patch) | |
tree | cffcb5e07f6cf15b45926462dab8a80476b65f61 /doc-src | |
parent | ddaa1c4591bdac901404484671363d26623fdfed (diff) | |
download | vdr-plugin-epgsearch-4cea6c405bcf56c67be7d1d680c4686a4411f3ae.tar.gz vdr-plugin-epgsearch-4cea6c405bcf56c67be7d1d680c4686a4411f3ae.tar.bz2 |
ensure only one regex lib is used and finnish translation update
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/en/epgsearch.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/en/epgsearch.1.txt b/doc-src/en/epgsearch.1.txt index 8a38f6a..16afcf8 100644 --- a/doc-src/en/epgsearch.1.txt +++ b/doc-src/en/epgsearch.1.txt @@ -208,8 +208,8 @@ With 'Regular expression' you can setup a regular expression as search term. You don't need a leading and trailing '/' in the expression. By default these are POSIX extended regular expressions. If you like to have Herl compatible regular expression, simply edit -the plugins Makefile and uncomment #HAVE_PCREPOSIX=1 to -HAVE_PCREPOSIX=1 (you will need pcreposix installed, comes with +the plugins Makefile and uncomment '#REGEXLIB = pcre' to +'REGEXLIB = pcre' (you will need pcreposix installed, comes with libpcre from www.pcre.org, but it's already part of most distributions). See also C<epgsearch(4)> 'Description of the search process'. |