summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorshmuz <shmuz>2008-08-01 19:16:58 +0000
committershmuz <shmuz>2008-08-01 19:16:58 +0000
commit39df52e02ea22b917b5fc2a6e4ccfe2f238309e0 (patch)
tree7291127e994c027af77c8c09b22c5a9931e77432 /doc
parentf76e595306d2554c5a7448136f13af09e5595da5 (diff)
downloadlrexlib-39df52e02ea22b917b5fc2a6e4ccfe2f238309e0.tar.gz
corrections
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manual.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.txt b/doc/manual.txt
index 83bb347..95bf263 100755
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -10,8 +10,8 @@ Lrexlib 2.4 Reference Manual
Introduction
~~~~~~~~~~~~
-**Lrexlib** provides bindings of the three principal regular expression library
-interfaces (POSIX_, PCRE_ and Oniguruma_) to Lua_ 5.1.
+**Lrexlib** provides bindings of three regular expression library APIs
+(POSIX_, PCRE_ and Oniguruma_) to Lua_ 5.1.
**Lrexlib** builds into shared libraries called by default *rex_posix.so*,
*rex_pcre.so* and *rex_onig.so*, which can be used with *require*.
@@ -95,7 +95,7 @@ Notes
is the built-in PCRE set of character tables.
**Oniguruma:** this parameter (which actually should be named "encoding"
- rather then "locale") must be one of the predefined strings that are formed
+ rather than "locale") must be one of the predefined strings that are formed
from the ONIG_ENCODING_xxx identifiers defined in oniguruma.h, by means of
omitting the ONIG_ENCODING\_ part. For example, ONIG_ENCODING_UTF8 becomes
``"UTF8"`` on the Lua side (or ``"utf8"``, as this parameter is case