Get rid of a couple of duplicate words in scripting.xml.

This commit is contained in:
david 2008-11-10 17:46:46 +00:00
parent 82ce5f2a92
commit 799443a215

View file

@ -1308,7 +1308,7 @@ socket:close()
NSE provides script developers with the
option of raw packet network I/O.</para>
<para>Raw packet reception is handled through a a
<para>Raw packet reception is handled through a
Libpcap<indexterm><primary>libpcap</primary></indexterm>
wrapper inside the Nsock
library.<indexterm><primary>Nsock</primary></indexterm>
@ -1732,7 +1732,7 @@ end
<function>close</function>,
<function>send</function> and
<function>receive</function> to operate on the network socket. In this case we call <function>connect</function> to make the connections. NSE's exception handling mechanism.<indexterm><primary>exceptions in NSE</primary></indexterm>
is is used to avoid excessive error-handling code. We simply wrap the networking calls in a <function>try</function> call which will in turn call our <function>catch</function> function if anything goes wrong.</para>
is used to avoid excessive error-handling code. We simply wrap the networking calls in a <function>try</function> call which will in turn call our <function>catch</function> function if anything goes wrong.</para>
<para>If the two connections succeed, we construct a query string