1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Adding a missing parenthesis, and putting an "s" after an apostrophe

This commit is contained in:
kris
2008-06-18 04:41:19 +00:00
parent 5c412b30ef
commit a217660668

View File

@@ -1361,7 +1361,7 @@ if(s) code_to_be_done_on_match end
<indexterm><primary>regex</primary></indexterm></term>
<listitem>
<para>
This is actually a wrapper around NSE' PCRE library <literal>exec</literal> function (see <xref linkend="nse-pcre"/>, thus
This is actually a wrapper around NSE's PCRE library <literal>exec</literal> function (see <xref linkend="nse-pcre"/>), thus
giving script developers the possibility to use regular expressions
for delimiting instead of Lua's string patterns. If you want to get
the data in chunks separated by <function>regex</function> (which has to be a valid