1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-25 23:59:01 +00:00

Add line breaks to the code example in openssl.luadoc.

This commit is contained in:
david
2008-10-19 00:38:02 +00:00
parent eacb951209
commit 976a27755d

View File

@@ -7,13 +7,13 @@
-- OpenSSL support was enabled at compile time. Scripts using the module should
-- be made to fail gracefully using code like the following:
-- \n\n
-- if not pcall(require, "openssl") then
-- action = function(host, port)
-- stdnse.print_debug(2, "Skipping \"%s\" because OpenSSL is missing.", id)
-- end
-- end
-- action = action or function(host, port)
-- ...
-- if not pcall(require, "openssl") then\n
-- action = function(host, port)\n
-- stdnse.print_debug(2, "Skipping \"%s\" because OpenSSL is missing.", id)\n
-- end\n
-- end\n
-- action = action or function(host, port)\n
-- ...\n
-- end
-- @author Sven Klemm <sven@c3d2.de>
-- @copyright See nmaps COPYING for licence