From 726022d23fbb4f8adf3fba6d75b9761203e5e5b1 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sun, 11 Sep 2011 21:21:17 +0000 Subject: [PATCH] Slightly improve the nsedoc for a couple libraries --- nselib/bittorrent.lua | 8 ++++---- nselib/cvs.lua | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/nselib/bittorrent.lua b/nselib/bittorrent.lua index 5e981c638..e4c80b468 100755 --- a/nselib/bittorrent.lua +++ b/nselib/bittorrent.lua @@ -1,7 +1,7 @@ ---- Bittorrent and DHT protocol library which enables the users to read --- information from a torrent file, decode bencoded (bittorrent encoded) --- buffers, get peers associated with a certain torrent and nodes acquired --- during the search for peers. +--- Bittorrent and DHT protocol library which enables users to read +-- information from a torrent file, decode bencoded (bittorrent +-- encoded) buffers, find peers associated with a certain torrent and +-- retrieve nodes discovered during the search for peers. -- -- For more information on the Bittorrent and DHT protocol go to: -- http://www.bittorrent.org/beps/bep_0000.html diff --git a/nselib/cvs.lua b/nselib/cvs.lua index a60c37740..4cf9efe37 100644 --- a/nselib/cvs.lua +++ b/nselib/cvs.lua @@ -1,6 +1,5 @@ --- --- A minimal CVS pserver protocol implementation support authentication only --- for the time being. +-- A minimal CVS (Concurrent Versions System) pserver protocol implementation which currently only supports authentication. -- -- @author Patrik Karlsson -- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html