From 7f7a7a37952bd25e1fe6e36595d8059736dfdff3 Mon Sep 17 00:00:00 2001 From: kroosec Date: Fri, 17 Aug 2012 18:32:26 +0000 Subject: [PATCH] Updating documentation to reflect rpc-grind change. --- docs/scripting.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index e518c67c1..ba8c91469 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1981,26 +1981,6 @@ host.os = { - - rpc_status - - Contains a string value of good_prog if - we were able to determine the program number of an RPC service - listening on the port, unknown if the port - appears to be RPC but we couldn't determine the program - number, not_rpc if the port doesn't appear be - RPC, or untested if we haven't checked for RPC - status. - - - - rpc_program, rpc_lowver, rpc_highver - The detected RPC program number and the range of version - numbers supported by that program. These will be - nil if rpc_status is - anything other than good_prog. - - cpe