From 976a27755d636feeb7104f8f28f887cae3a58a5b Mon Sep 17 00:00:00 2001 From: david Date: Sun, 19 Oct 2008 00:38:02 +0000 Subject: [PATCH] Add line breaks to the code example in openssl.luadoc. --- nselib/openssl.luadoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nselib/openssl.luadoc b/nselib/openssl.luadoc index 15119e235..7d5c7e730 100644 --- a/nselib/openssl.luadoc +++ b/nselib/openssl.luadoc @@ -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 -- @copyright See nmaps COPYING for licence