From 5ecee5b0697aacdd282d458a87319a9c4847d033 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 11 Oct 2013 02:29:25 +0200 Subject: [PATCH] some doc fixes in header --- linspector/services/tcpconnect.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linspector/services/tcpconnect.py b/linspector/services/tcpconnect.py index 29744bb..af0cd40 100644 --- a/linspector/services/tcpconnect.py +++ b/linspector/services/tcpconnect.py @@ -1,8 +1,8 @@ """ -The tcpconnect service. This is to check if a service on a specific port is reachable. +The tcpconnect service. This is to check if a TCP service on a specific +port is reachable. -This should just return 0 on success and NOT 0 on error. Just to make internals generic to just report this code and -not use a parser. +This should just return 0 on success and NOT 0 on error. Copyright (c) 2011-2013 "Johannes Findeisen and Rafael Timmerberg"