mirror of
https://github.com/nmap/nmap.git
synced 2025-12-25 08:59:01 +00:00
Fix nsedoc issues (missing ---, mostly)
Originally committed by dmiller but recommitted by david after recovery from backup.
This commit is contained in:
@@ -20,6 +20,9 @@ categories = {"discovery", "safe"}
|
||||
-- | Successfully added the record "nmap-test.cqure.net"
|
||||
-- |_ Successfully deleted the record "nmap-test.cqure.net"
|
||||
--
|
||||
-- @args dns-update.hostname the name of the host to add to the zone
|
||||
-- @args dns-update.ip the ip address of the host to add to the zone
|
||||
--
|
||||
|
||||
--
|
||||
-- Examples
|
||||
@@ -36,9 +39,6 @@ categories = {"discovery", "safe"}
|
||||
-- * dns.update( "cqure.net", { host=host, port=port, dtype="MX", data="", ttl=0 } )
|
||||
-- * dns.update( "_ldap._tcp.cqure.net", { host=host, port=port, dtype="SRV", data="", ttl=0 } )
|
||||
--
|
||||
-- @args dns-update.hostname the name of the host to add to the zone
|
||||
-- @args dns-update.ip the ip address of the host to add to the zone
|
||||
--
|
||||
|
||||
-- Version 0.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user