1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 21:29:01 +00:00

Fix some NSEDoc errors.

This commit is contained in:
david
2009-01-13 00:18:46 +00:00
parent a384e9016f
commit b504fb78fa
3 changed files with 7 additions and 10 deletions

View File

@@ -158,7 +158,7 @@ end
--- A wrapper around the <code>smb.stop</code> function. I only created it to add symmetry, so client code
-- doesn't have to call both msrpc and smb functions.
--
--@param smbstate The SMB state table.
--@param state The SMB state table.
function stop_smb(state)
smb.stop(state)
end