From 4a40579713a43ab4df15f5318bff260cc02a02df Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 28 Jun 2008 23:58:11 +0000 Subject: [PATCH] fix some syntax problems and rewrite a sentence for more clarity --- docs/scripting.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index ce00ee521..a5ad77c51 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -817,11 +817,11 @@ that. to every sent packet. Although it is possible work with the functionality Lua provides, it's not very convenient. Therefore the BinLib has been added to NSE, based on - lpack + lpack by Luiz Henrique de Figueiredo. The BinLib functions take a format string to encode and decode binary - data. The operators of the format string are: + data. The operators of the format string are shown in . BinLib format string operators @@ -857,7 +857,7 @@ that.=native endian modifier
- Note that the endian operators work as modifiers to all that follows. + Note that the endian operators work as modifiers to all the characters following them in the format string. @@ -892,8 +892,7 @@ that. - - +