1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

NSEdoc cleanup.

1. The first paragraph of a function's NSEdoc is used as a short
summary. Some of these were very long, so I split off a shorter summary.

2. Use asterisks (*) to denote bulletted lists, not 'o'

3. Wrap lines at 80 columns

4. a couple other spelling and formatting fixes
This commit is contained in:
dmiller
2014-03-10 19:01:19 +00:00
parent e0a0b616b4
commit 17c3e9755e
23 changed files with 709 additions and 438 deletions

View File

@@ -109,8 +109,8 @@ VNC = {
end,
--- Performs the VNC handshake and determines
-- o The RFB Protocol to use
-- o The supported authentication security types
-- * The RFB Protocol to use
-- * The supported authentication security types
--
-- @return status, true on success, false on failure
-- @return error string containing error message if status is false