1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 22:49:01 +00:00

NSEdoc cleanup

Mostly splitting function summaries (the first paragraph of NSEdoc) from
the body of the description to make the summary indexes shorter and
easier to scan.

Also fixed some unbalanced code tags like <code>foo</table>
This commit is contained in:
dmiller
2014-09-02 18:23:06 +00:00
parent 165595517f
commit 2692746c42
13 changed files with 106 additions and 68 deletions

View File

@@ -39,7 +39,8 @@ check_packet_length = function( buffer )
end
--- Receives a complete SSH packet, even if fragmented
-- this function is an abstraction layer to deal with
--
-- This function is an abstraction layer to deal with
-- checking the packet size to know if there is any more
-- data to receive.
--