From 01e21796ef86fa372af92cc18c63d03134e73258 Mon Sep 17 00:00:00 2001 From: paulino Date: Tue, 7 May 2013 03:38:32 +0000 Subject: [PATCH] Adds missing dash so NSEDoc can recognize it correctly. --- nselib/smtp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nselib/smtp.lua b/nselib/smtp.lua index 169a455be..6250313fa 100644 --- a/nselib/smtp.lua +++ b/nselib/smtp.lua @@ -158,7 +158,7 @@ local SMTP_CMD = { }, }, } - +--- -- Returns a domain to be used in the SMTP commands that need it. If the -- user specified one through the script argument smtp.domain -- this function will return it. Otherwise it will try to find the domain @@ -584,7 +584,7 @@ quit = function(socket) socket:close() end --- Attempts to authenticate with the SMTP server. The supported authentication +--- Attempts to authenticate with the SMTP server. The supported authentication -- mechanisms are: LOGIN, PLAIN, CRAM-MD5, DIGEST-MD5 and NTLM. -- -- @param socket connected to server.