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

Fix some NSEDoc.

This commit is contained in:
david
2010-06-24 17:01:55 +00:00
parent 9c3f61d870
commit 32c8ee9f1f
5 changed files with 28 additions and 28 deletions

View File

@@ -193,7 +193,7 @@ DRDA = {
--- Sends the DRDA over the db2socket
--
-- @param socket DB2Socket over which to send the data
-- @param db2socket DB2Socket over which to send the data
-- @return Status (true or false).
-- @return Error code (if status is false).
send = function( self, db2socket )
@@ -820,7 +820,7 @@ StringUtil =
--
-- @param str string to pad
-- @param chr char to pad with
-- @len the total length of the finnished string
-- @param len the total length of the finnished string
-- @return str string containing the padded string
padWithChar = function( str, chr, len )
if ( len < #str ) then