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

Brief copyediting of NSEDoc for modules.

This commit is contained in:
david
2010-07-12 19:42:43 +00:00
parent d95ee8c15f
commit 7d0c08a097
45 changed files with 247 additions and 290 deletions

View File

@@ -1,13 +1,13 @@
---
-- PostgreSQL library supporting both version 2 and version 3 of the protocol
-- The library currently contains the bare minimum to perform authentication
-- PostgreSQL library supporting both version 2 and version 3 of the protocol.
-- The library currently contains the bare minimum to perform authentication.
-- Authentication is supported with or without SSL enabled and using the
-- plain-text or MD5 authentication mechanisms
-- plain-text or MD5 authentication mechanisms.
--
-- The PGSQL protocol is explained in detail in the following reference
-- ref: http://developer.postgresql.org/pgdocs/postgres/protocol.html
-- ref: http://developer.postgresql.org/pgdocs/postgres/protocol-flow.html
-- ref: http://developer.postgresql.org/pgdocs/postgres/protocol-message-formats.html
-- The PGSQL protocol is explained in detail in the following references.
-- * http://developer.postgresql.org/pgdocs/postgres/protocol.html
-- * http://developer.postgresql.org/pgdocs/postgres/protocol-flow.html
-- * http://developer.postgresql.org/pgdocs/postgres/protocol-message-formats.html
--
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
-- @author "Patrik Karlsson <patrik@cqure.net>"