1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 23:19:03 +00:00

Fixes line wrapping

This commit is contained in:
nnposter
2018-02-25 00:33:50 +00:00
parent 880719f75c
commit cec59fa085

View File

@@ -152,7 +152,8 @@ end
-- @return A table with the following fields, where RFC naming conventions have
-- been preserved:
-- <code>scheme</code>, <code>authority</code>, <code>userinfo</code>,
-- <code>user</code>, <code>password</code>, <code>host</code>, <code>ascii_host</code>,
-- <code>user</code>, <code>password</code>,
-- <code>host</code>, <code>ascii_host</code>,
-- <code>port</code>, <code>path</code>, <code>params</code>,
-- <code>query</code>, and <code>fragment</code>.
-----------------------------------------------------------------------------