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